Comment 55 for bug 165865

Revision history for this message
su_v (suv-lp) wrote :

Testing 165865.v1.patch with Inkscape 0.48+devel r11573 on OS X 10.7.4:

John Smith wrote:
> svg:marker top level group fill and stroke attributes both set
> to line stroke color
Doesn't work well with stock markers which use a custom fill color (e.g. white), or open unfilled stroked paths, or filled unstroked paths:
- EmptyDiamond{L,M,S,Lstart,Mstart,Sstart,Lend,Mend,Send}
- EmptytriangleIn{L,M,S}
- EmptyTriangelOut{L,M,S}
- SemiCircle{In,Out}
- Curve{In,Out,Cross}
- Scissors
- Legs
- Torso
- InifiteLine{End,Start}
(see also: related discussion in bug #692582)

> svg:markers's forked on creation
Allow users to opt out of the new feature (and keep markers unforked)?

AFAICT current patch breaks "Custom markers" (menu 'Object > Objects to Marker') [1]:
- Newly created custom markers are not added to list of available markers anymore (can't be applied).
- Custom markers already existing in the <defs> section (e.g. from the user template file, or when editing an existing file) are listed, but don't stick when selected as {start,mid,end}-marker (immediately reverts to 'None').

To be tested:
- Any unintended side-effects on markers modified with the enhanced extension 'Marker Colors…' (bug #692582) in current trunk?

[1] <http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Attributes-Stroke.html#id1188586>