scour icon indicating copy to clipboard operation
scour copied to clipboard

Extraneous StrokeWidth exporting

Open Antix-Development opened this issue 1 year ago • 0 comments

I'm using InkScape 1.3.2.

When exporting optimized SVG, elements with no stroke are still having their stroke-width exported, even when the stroke-widthare 0.

If I go to Edit > XML Editor I can modify the elements there, removing the unwanted tags, then exporting works as espected, with no stroke-width included in the putput.

However If I later change the elements stroke to a value and then back to 0, I have to re edit the raw XML again before it will export correctly.

I feel that if there is no stroke then no stroke-width should be exported.

Antix-Development avatar Aug 29 '24 19:08 Antix-Development