scour.inx revision 22cf5eb6bd4cb3c7376269c819b333761a41ebe9
29ed3ddde7ac0c63786946b42e478f24554085d5jeff_schiller<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
29ed3ddde7ac0c63786946b42e478f24554085d5jeff_schiller <dependency type="executable" location="extensions">scour.py</dependency>
29ed3ddde7ac0c63786946b42e478f24554085d5jeff_schiller <dependency type="executable" location="extensions">svg_regex.py</dependency>
dae6f8bc7f695949560f0ae37c783a9cd91f1b50jeff_schiller <dependency type="executable" location="extensions">yocto_css.py</dependency>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="simplify-colors" type="boolean" _gui-text="Simplify colors">true</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="style-to-xml" type="boolean" _gui-text="Style to xml">true</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="group-collapsing" type="boolean" _gui-text="Group collapsing">true</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="enable-id-stripping" type="boolean" _gui-text="Enable id stripping">false</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="embed-rasters" type="boolean" _gui-text="Embed rasters">true</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="keep-editor-data" type="boolean" _gui-text="Keep editor data">false</param>
88586058c92ee50b59ba15a0eda1abc2dc640d34JazzyNico <param name="enable-viewboxing" type="boolean" _gui-text="Enable viewboxing">false</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="strip-xml-prolog" type="boolean" _gui-text="Strip xml prolog">false</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="set-precision" type="int" _gui-text="Set precision">5</param>
b6a977ede002f585667208a8730b00835944e954JazzyNico <param name="indent" type="enum" _gui-text="Indent">
22cf5eb6bd4cb3c7376269c819b333761a41ebe9JazzyNico <_param name="instructions" type="description" xml:space="preserve">This extension optimizes the SVG file according to the following options:
b6a977ede002f585667208a8730b00835944e954JazzyNico * Simplify colors: convert all colors to #RRGGBB format.
b6a977ede002f585667208a8730b00835944e954JazzyNico * Style to xml: convert styles into XML attributes.
b6a977ede002f585667208a8730b00835944e954JazzyNico * Group collapsing: collapse <g> elements.
b6a977ede002f585667208a8730b00835944e954JazzyNico * Enable id stripping: remove all un-referenced ID attributes.
b6a977ede002f585667208a8730b00835944e954JazzyNico * Embed rasters: embed rasters as base64-encoded data.
b6a977ede002f585667208a8730b00835944e954JazzyNico * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes.
22cf5eb6bd4cb3c7376269c819b333761a41ebe9JazzyNico * Enable viewboxing: size image to 100%/100% and introduce a viewBox.
b6a977ede002f585667208a8730b00835944e954JazzyNico * Strip xml prolog: don't output the xml prolog.
b6a977ede002f585667208a8730b00835944e954JazzyNico * Set precision: set number of significant digits (default: 5).
b6a977ede002f585667208a8730b00835944e954JazzyNico * Indent: indentation of the output: none, space, tab (default: space).</_param>
29ed3ddde7ac0c63786946b42e478f24554085d5jeff_schiller <_filetypetooltip>Scalable Vector Graphics</_filetypetooltip>
29ed3ddde7ac0c63786946b42e478f24554085d5jeff_schiller <command reldir="extensions" interpreter="python">scour.inkscape.py</command>