Color markers to match stroke extension does not copy the fill mode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Wishlist
|
jazzynico |
Bug Description
Hello everyone.
I've noticed a bug in the "Color markers to match stroke"-extension. The expected behaviour of the extension is to copy the colour settings of a path to its markers (arrows, diamonds, bullets, whatever). That means it should copy the fill colour and stroke colour separately. Unfortunately, it applies the stroke colour of the path to both colours of the markers. This can be easily seen by choosing an "empty" marker, for example "EmptyDiamondMend", setting another colour for the path and then executing the extension.
I've attached patch-file that fixes this bug. All it does is to add the retrieval and copying of the "fill" style of the stroke to the marker, instead of always using the "stroke" style. It only affects the "markers_
tags: |
added: extensions-plugins markers removed: extension marker python stroke |
Changed in inkscape: | |
importance: | Undecided → Wishlist |
Changed in inkscape: | |
status: | In Progress → Fix Committed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
Sorry, I forgot to include the affected Inkscape version: I've tested it on Inkscape 0.48.0 r9654, but it'll affect all versions of Inkscape that use the old extension file.