From: JazzyNico Date: Wed, 14 Apr 2010 17:38:59 +0000 (+0200) Subject: Spelling correction in Optimized SVG extension. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=22cf5eb6bd4cb3c7376269c819b333761a41ebe9;p=inkscape.git Spelling correction in Optimized SVG extension. --- 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 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).