diff --git a/help.html b/help.html new file mode 100644 index 0000000..5cc4e2c --- /dev/null +++ b/help.html @@ -0,0 +1,43 @@ + + +
+ +Caveat emptor! This program makes lots of assumptions. Its +output is just a starting point; you may have to manipulate it further.
+ +Strongly consider pre-processing the SVG source with Jake Archibald’s SVGOMG tool +(a web interface to the SVGO SVG +optimizer).
+ +Remove all <defs> tags, and move their contents to a <g> +section, e.g.
+Remove all <use> tags, and move the attributes to the element with an +"id" matching the <use> "xlink:href". Remove the "id" attribute, e.g.
+Sometimes an additional square border may need to be removed
+Caveat emptor! This program makes lots of assumptions. Its -output is just a starting point; you may have to manipulate it further.
- -Strongly consider pre-processing the SVG source with Jake Archibald’s SVGOMG tool -(a web interface to the SVGO SVG -optimizer).
+Read the Help to get started.