diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-04-14 17:38:59 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-04-14 17:38:59 +0000 |
| commit | 5b6caf2b2c37a2b40df79450b5b2b00beae87ac5 (patch) | |
| tree | d0294174815c7e7297794e7194199e5ca8cd7bcf | |
| parent | Fix for ImageMagick solarize extension. (diff) | |
| download | inkscape-5b6caf2b2c37a2b40df79450b5b2b00beae87ac5.tar.gz inkscape-5b6caf2b2c37a2b40df79450b5b2b00beae87ac5.zip | |
Spelling correction in Optimized SVG extension.
Fixed bugs:
- https://launchpad.net/bugs/562784
(bzr r9330)
| -rw-r--r-- | share/extensions/scour.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/scour.inx b/share/extensions/scour.inx index ee310c503..472643dce 100644 --- a/share/extensions/scour.inx +++ b/share/extensions/scour.inx @@ -23,14 +23,14 @@ </param> </page> <page name="Help" _gui-text="Help"> - <_param name="instructions" type="description" xml:space="preserve">This extension optimize 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. * Style to xml: convert styles into XML attributes. * Group collapsing: collapse <g> elements. * Enable id stripping: remove all un-referenced ID attributes. * Embed rasters: embed rasters as base64-encoded data. * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes. - * Enable viewboxing: size image to 100%/100% and introduce a viewBox + * Enable viewboxing: size image to 100%/100% and introduce a viewBox. * Strip xml prolog: don't output the xml prolog. * Set precision: set number of significant digits (default: 5). * Indent: indentation of the output: none, space, tab (default: space).</_param> |
