Inkscape tip: make arrow head’s color match that of its body
Posted by isilanes on July 16, 2007
Blog moved to: handyfloss.net
Entry available at: handyfloss.net/2007.07/inkscape-tip-make-arrow-heads-color-match-that-of-its-body/
I have encountered the problem more than once, and it is a bit annoying to say the least. Basically, when you build a path/arrow in Inkscape, it starts as a black curve by default. You can edit it to put a marker in either or both ends (Click on the curve, then Object->Fill and Stroke->Stroke Style), to make an arrow, for example.
Now, the problem is that if you change the color of the body of the arrow, the head will remain black, as documented, for example, in A Guide to Inkscape, by Tavmjong Bah. Not nice, uh? The solution is given in the same site, and consists on using a plugin. To do so, select: Effects->Modify Path->Color Markers to Match Stroke.
If you are a Debian user, you might encounter a problem: a window pops up saying The inkex.py module requires PyXML. This has been reported as a bug, and also happens for Ubuntu. The solution is to install the python-xml package, which is not always installed by default when you install Inkscape, it is just “suggested”. This means that when you install Inkscape (aptitude install inkscape), aptitude will tell you something like “The package python-xml is recommended, but it is not going to be installed”, and will go on happily. If (like me) you ignore the suggestion, you will not have the python-xml package installed, and some extensions, like the above, will not work (however this allows the users that do not want to use the plugins to have a lighter instalation, if they so wish).
This entry was posted on July 16, 2007 at 5:13 pm and is filed under Free software and related beasts. Tagged: en, floss/linux, inkscape, Software. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Anonymous said
Hello
Can you tell me please, in which version of Inkscape the Effects menu apears ? I tried to follow your advice but i can’t find the Effects menu. I’m using Inkscape 0.43 for Windows XP
Thank you,
Ervin
Iñaki Silanes said
I can not assure what is the earliest version in which I’ve seen it. The Etch release of Debian (stable) has Inkscape 0.43 too (DistroWatch seems to say that it’s 0.44, but my package manager says 0.43), but I am using Lenny (testing), with Inkscape 0.45.
Inkscape 0.45 certainly does have a “Effects” menu (between “Text” and “Whiteboard”). I’d swear 0.43/0.44 also had it, but memory might be failing…
I’m so glad to hear of someone using free software tools on Windows. I hope Inkscape is doing fine for you. Let me strongly encourage you to try Linux. I use Debian, and with it keeping the latest version of the programs installed is a breeze.
Anonymous said
Thanks for the tip.
I liked Inkscape very much exactly because it is quite intuitive and simple. But this trick is just horrible.
Anyway, your tip helped a lot.
JMotard said
Thanks , suggestions worked well (change arrow head collor through plug in)
Jamie Bullock said
Thanks for the tip!
BTW, on Ubuntu 8.04 (hardy) I had to install the python-lxml package rather than python-xml.
isilanes said
Thanks for your contribution, Jamie (and others).
Recall that this blog has moved to handyfloss.net.
You can follow this entry there at Inkscape tip: make arrow head’s color match that of its body.
David Bond said
ICK, but thanks!
William said
Thanks a whole heap I’d struggled away with this one for a while. Amazing.
osfight.de said
thanks dude, worked for me like a charm. (restart of inkscape is necessary…)
Alex said
Perhaps an easier way is to (while with the arrow selected) select “Path” then “Stroke to path” to translate the whole arrow into a path rather than a line segment. You can then set the whole thing to whatever colour you want.
Not a perfect solution (some arrow heads still have a black border) but good enough for most of my purposes.
Miguel Silva said
Thanks for the tip!!!
Anon said
There is a “hard” XML editing way for machines that are missing the necessary package for the much simpler plugin: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/XML-Examples.html#XML-Examples-ColorMarker .
Martin said
Thanks, works!