File Icon
 
 

326

Attributes2style

Convert SVG presentation attributes as shown at : https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute#SVG_attributes_by_category

In to CSS Style for that element.

For example :

<path d="m 31.907519,31.127324 51.29539,16.963506 c 0,0 9.439978,-16.121266 23.634751,-20.278233" fill="#ffdd00" stroke="orange" stroke-width="0.25"/>

becomes :

<path d="m 31.907519,31.127324 51.29539,16.963506 c 0,0 9.439978,-16.121266 23.634751,-20.278233" style="fill: rgb(255, 221, 0); stroke: orange; stroke-width: 0.25;"/>

Please note that some presentation attributes such as transforms can be converted to CSS properties,but are not widely supported.

SVG Tool

Dimensione
3,7 KB
Creato
Tipo
application/zip
Apache 2.0 (ASL)

Link

Per favore accedi per lasciare un commento!