diff --git a/help.html b/help.html new file mode 100644 index 0000000..5cc4e2c --- /dev/null +++ b/help.html @@ -0,0 +1,43 @@ + + + + + Help for Skiafy + + + + +

Skiafy Help

+ +

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).

+ +

Common SVG edits

+ +

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

+ + + diff --git a/index.html b/index.html index 73de3b8..9940725 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,7 @@

Skiafy

-

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.