Search found 1 match

by rulanad
Fri Jul 06, 2012 7:59 pm
Forum: Help with using Inkscape
Topic: Avoid CSS style attributes?
Replies: 2
Views: 2934

Avoid CSS style attributes?

Hi,

is there a way to force inkscape to use SVG attributes instead of CSS styles?

For example, I want

Code: Select all

<rect fill="red" stroke="blue" />


instead of

Code: Select all

<rect style="fille:red;stroke:blue" />


in my SVG file.

Go to advanced search