Remove escaped angle-brackets from inx file

This commit is contained in:
schiller 2010-05-12 15:58:52 -05:00
parent 27b9683279
commit 00804fb833

View file

@ -26,7 +26,7 @@
<_param name="instructions" type="description" xml:space="preserve">This extension optimizes the SVG file according to the following options: <_param name="instructions" type="description" xml:space="preserve">This extension optimizes the SVG file according to the following options:
* Simplify colors: convert all colors to #RRGGBB format. * Simplify colors: convert all colors to #RRGGBB format.
* Style to xml: convert styles into XML attributes. * Style to xml: convert styles into XML attributes.
* Group collapsing: collapse &lt;g&gt; elements. * Group collapsing: collapse group elements.
* Enable id stripping: remove all un-referenced ID attributes. * Enable id stripping: remove all un-referenced ID attributes.
* Embed rasters: embed rasters as base64-encoded data. * Embed rasters: embed rasters as base64-encoded data.
* Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes. * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes.