See if this helps?
viewtopic.php?f=5&t=8910&p=32078#p32078
Search found 23 matches
- Tue Apr 16, 2013 6:10 am
- Forum: Help with using Inkscape
- Topic: Control panel question
- Replies: 10
- Views: 2084
- Mon Apr 15, 2013 2:21 am
- Forum: SVG / XML Code
- Topic: How to combine translate() and rotate() into matrix()
- Replies: 9
- Views: 9556
Re: How to combine translate() and rotate() into matrix()
Translation can be expressed as a matrix. Of course it can. Apply this matrix to point [1; 1; 1] (this represents a point 1,1 in 2d the last element is just a place holder. The first two numbers are the x and y coordinates) and you will get the answer [2; 2; 1]. The matrix should be [1, 0, 1; 0, 1, ...
- Mon Apr 15, 2013 2:13 am
- Forum: SVG / XML Code
- Topic: Matrix transformation
- Replies: 2
- Views: 4594
Re: Matrix transformation
Hi, I might be able to answer your question but I am not sure if I understand the question right. You have a 100 by 100 rectangle with its lower left corner at 100, 100? Then you rotated this entire rectangle by 33 degrees? Now what is the second SVG code representing? I am not familiar with that pa...
- Thu Apr 04, 2013 12:55 am
- Forum: Help with using Inkscape
- Topic: Mathematical formulae
- Replies: 29
- Views: 22393
Re: Mathematical formulae
Hi Arjan,
Good to hear that it is working. If you are new to LaTex, I would recommend this online equation editor: http://www.codecogs.com/latex/eqneditor.php
You can type out symbols and equations by clicking the pictures and it will generate the corresponding LateX code for you.
Regards
Good to hear that it is working. If you are new to LaTex, I would recommend this online equation editor: http://www.codecogs.com/latex/eqneditor.php
You can type out symbols and equations by clicking the pictures and it will generate the corresponding LateX code for you.
Regards
- Wed Apr 03, 2013 5:16 am
- Forum: Help with using Inkscape
- Topic: Mathematical formulae
- Replies: 29
- Views: 22393
Re: Mathematical formulae
What do you mean? If you read the link I sent you, people are talking about the exact same error as you are mentioning. They also talk of the fixes. Are you able to try similar things yourself and see if you also get it working?
- Wed Apr 03, 2013 4:41 am
- Forum: Help with using Inkscape
- Topic: Export to PNG is fuzzy
- Replies: 14
- Views: 3052
Re: Export to PNG is fuzzy
Can you attach your svg file to play around and see what I get?
- Wed Apr 03, 2013 4:33 am
- Forum: Help with using Inkscape
- Topic: Mathematical formulae
- Replies: 29
- Views: 22393
Re: Mathematical formulae
Try this as suggested on this post: https://bitbucket.org/pv/textext/issue/55/textext-using-inkscape048 1. Move C:\Program Files (x86)\Inkscape\python to C:\Program Files (x86)\Inkscape\python_backup 2. Copy your C:\Python26 to C:\Program Files (x86)\Inkscape 3. Rename C:\Program Files (x86)\Inkscap...
- Wed Apr 03, 2013 4:12 am
- Forum: Help with using Inkscape
- Topic: Mathematical formulae
- Replies: 29
- Views: 22393
Re: Mathematical formulae
I just tried it on my linux and it worked like a charm. Now, I dont know about windows; I havent used a windows machine in a while. However comparing each linux step with windows, this is what I would suggest as means to troubleshoot. Look at this page: http://pav.iki.fi/software/textext/index.html ...
- Tue Apr 02, 2013 11:49 pm
- Forum: Help with using Inkscape
- Topic: How to create tree roots?
- Replies: 8
- Views: 3488
Re: How to create tree roots?
Hi,
I didnt play with this much, but this is what I have. I feel that with little bit of further modifications, it can look pretty good.
Thanks
I didnt play with this much, but this is what I have. I feel that with little bit of further modifications, it can look pretty good.
Thanks
- Sun Mar 31, 2013 1:42 am
- Forum: Help with using Inkscape
- Topic: How to create tree roots?
- Replies: 8
- Views: 3488
Re: How to create tree roots?
Hi Brynn, Thank you for your response. I did about creating trees using Random tree. It was here http://penguinpetes.com/b2evo/index.php?p=358 I played with it and it is kind of frustrating. Not frustrating as such it works as it is supposed to but I had different expectation of how it would smooth ...
- Sat Mar 30, 2013 1:00 am
- Forum: Help with using Inkscape
- Topic: How to create tree roots?
- Replies: 8
- Views: 3488
How to create tree roots?
Hi, I am looking to create tree roots. Just roots. not trunk. For now, I am just using the pencil tool with triangle in to get one root and just drawing it over and over again as can be seen in the attached svg. But this method doesnt seem like the way to go. If there is anything else that I can do ...
- Sat Mar 30, 2013 12:49 am
- Forum: Help with using Inkscape
- Topic: Help with creating multiple copies
- Replies: 15
- Views: 2143
Re: Help with creating multiple copies
I see. Thanks.
I am starting to realize what my problem is. I am still in the MS-Paint type of mindset. Create outline, fill color etc. I think I need to get a better idea of inkscape's philosophy of doing things. Especially I need to master what a path is and how it works exactly.
That I will do.
I am starting to realize what my problem is. I am still in the MS-Paint type of mindset. Create outline, fill color etc. I think I need to get a better idea of inkscape's philosophy of doing things. Especially I need to master what a path is and how it works exactly.
That I will do.
- Fri Mar 29, 2013 11:22 pm
- Forum: Help with using Inkscape
- Topic: Help with creating multiple copies
- Replies: 15
- Views: 2143
Re: Help with creating multiple copies
Hi, The very first post of mine did not have this cyclic overlap but my second post shows the picture of a cyclic overlap. Thank you for your help. Attached is the svg of what I managed to do. I got it done and it looks fine but still not convinced that I understand the best practice for doing this....
- Fri Mar 29, 2013 10:33 am
- Forum: Help with using Inkscape
- Topic: Help with creating multiple copies
- Replies: 15
- Views: 2143
Re: Help with creating multiple copies
Hi, I dont know if I quite understand. I see that you have a black outline with no fill set and a yellow will with no outline set. This makes up one bird. I didnt really understand what next. I can duplicate it with ctrl D or alt D, then what should I do? I kind of got lost in the terminology. Sorry...
- Fri Mar 29, 2013 6:04 am
- Forum: Help with using Inkscape
- Topic: Help with creating multiple copies
- Replies: 15
- Views: 2143
Re: Help with creating multiple copies
Hi,
Thanks a lot for your reply. I am going to first try out these things that you have suggested and then will write back to you more about it. I am going to work on it now and will see how it goes. Thank you again.
regards
Thanks a lot for your reply. I am going to first try out these things that you have suggested and then will write back to you more about it. I am going to work on it now and will see how it goes. Thank you again.
regards
- Fri Mar 29, 2013 3:49 am
- Forum: Help with using Inkscape
- Topic: Help with creating multiple copies
- Replies: 15
- Views: 2143
Re: Help with creating multiple copies
Hi, That is pretty cool. However, I have one question. At one point, the overlap is cyclic. How would this work in that case? See the attached pic. Your inkscape replica looks pretty cool. I wish I could take a look at it to see how the curves/eye/beak are created. I am pretty new at using inkscape ...
- Fri Mar 29, 2013 1:23 am
- Forum: Help with using Inkscape
- Topic: Help with creating multiple copies
- Replies: 15
- Views: 2143
Help with creating multiple copies
Hi, I am looking to make something that looks like the attached image. What I am thinking is that I would create one single bird outline and then just duplicate and rotate etc to get additional copies. Now, if you look at the image, the lower left bird has its wingtip over another bird while one oth...
- Tue Mar 19, 2013 6:02 am
- Forum: Help with using Inkscape
- Topic: Anti-aliasing problem (overlapping lines)
- Replies: 16
- Views: 8258
Re: Anti-aliasing problem (overlapping lines)
Thank you Lazur URH and druban. I thought there was another reply but I dont see it anymore. I hope I didnt accidentally delete it (I hope that I can not delete responses in general). @druban I am using the file that you provided as my new default template. However, there was one modification that h...
- Fri Mar 15, 2013 12:50 am
- Forum: Help with using Inkscape
- Topic: Anti-aliasing problem (overlapping lines)
- Replies: 16
- Views: 8258
Anti-aliasing problem (overlapping lines)
Hi, I am starting this topic after the discussion in another topic ( http://www.inkscapeforum.com/viewtopic.php?f=5&t=13668&p=52987#p52987 ) with an unrelated name drifted towards the topic of this thread. My question is this: All my work involves line work. When I draw out things on inkscap...
- Fri Mar 15, 2013 12:30 am
- Forum: Help with using Inkscape
- Topic: Creating line art that looks realistic (like on paper)
- Replies: 6
- Views: 3981
Re: Creating line art that looks realistic (like on paper)
Hi,
I will start a new topic and will reply to some of the things that you have mentioned here on that new topic.
Thank you
I will start a new topic and will reply to some of the things that you have mentioned here on that new topic.
Thank you
- Thu Mar 14, 2013 2:18 am
- Forum: Help with using Inkscape
- Topic: Creating line art that looks realistic (like on paper)
- Replies: 6
- Views: 3981
Re: Creating line art that looks realistic (like on paper)
Hi, Thanks. I found this tutorial on textures and that is what I am playing with now (which is kind of a good and bad thing. Its fun but after sometime I realize that I just spent several hours playing with this!!! haha). About the overlapping lines: for something I am doing, I have a repetition of ...
- Wed Mar 13, 2013 12:13 am
- Forum: Help with using Inkscape
- Topic: Creating line art that looks realistic (like on paper)
- Replies: 6
- Views: 3981
Re: Creating line art that looks realistic (like on paper)
Oh boy, My work is NOWHERE nearly as complicated as the ones shown on that page. All my work involves plain lines thats all. I think you are right. I may be should not worry too much about this stuff. However, I still have two followup questions 1. How can I atleast add a texture to the entire backg...
- Tue Mar 12, 2013 2:24 am
- Forum: Help with using Inkscape
- Topic: Creating line art that looks realistic (like on paper)
- Replies: 6
- Views: 3981
Creating line art that looks realistic (like on paper)
Hi, I do some artwork in inkscape and before using inkscape, I have been doing it just on paper with a pencil. However, I needed to replicate my art and initially I decided to just scan the work but that turned out to be quite tedious due to the size of the sheets I was using etc. So, I decided to g...