9 Jul
2012
9 Jul
'12
10:18 a.m.
Hi,
inkscape usually puts a lot of attributes into a CSS style attribute, for example:
<rect x="10" y="10" width="10" height="10" style="fill:red;stroke:blue;stroke-width:2" />
Is there a way to tell inkscape to never use the style attribute but instead use SVG attributes? For example:
<rect x="10" y="10" width="10" height="10" fill="red" stroke="blue" stroke-width="2" />
Regards Marco