0N/AThese files are internationalized the same way as
0N/Awill extract strings from the *.svg files into a *
.svg.h 0N/Afile. Intltool is then able to extracts these strings just like from
0N/ASymbol files should be carefully prepared.
0N/A1. The SVG should be clean: No unnecessary transforms, sensible path
0N/A data, etc. Do a manual inspection. Remove cruft like guide-lines,
0N/A2. Avoid adding unnecessary style properties in the symbol elements;
0N/A this prevents the user from over-riding the default styling by
0N/A specifying the style on the <use> element. Default styling can be
0N/A specified in the root SVG element. Inkscape will apply this
0N/A styling by default in the <use> element.
0N/A3. Provide a meaningful <title> element for each symbol. This will be
0N/A appear in the GUI as a tool-tip.
0N/A4. Make sure there are no "transform" elements in the <symbol>
0N/A element. Transforms are not allowed per specification and are not
0N/A supported in most browsers. ('refX' and 'refY' are allowed in SVG
0N/A5. Add a section with <use> elements to demonstrate the symbols is the
0N/A file is opened by itself.