Comment 0 for bug 1300271

Revision history for this message
Gellule (gellule-xg) wrote : Setting stroke changes fill:none

This happens with r13241 with an OSX build through macports' inkscape-devel port.

If an object has fill:none, setting stroke changes fill to unset, but it appears as fill:one in the XML.
If an object has stroke:none, setting fill changes stroke to unset, but it appears as stroke:none in the XML.

How to reproduce:
1. Open a blank canvas.
2. Create a square.
3. Open the "Fill and Stroke" and "XML Editor" tabs.
4. Set the fill to "No Paint" (XML shows fill:none)
5. Set the stroke to "Flat color"

The square fill changes to black, unset is selected, and the XML shows fill:one.