diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-08-09 16:54:38 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-08-09 16:54:38 +0000 |
| commit | f802288e2f4464099f241586334c0de7afcc1db0 (patch) | |
| tree | a19b5c16ebf4c77fc6b1ead8ac4dd5c23e0a3a5a | |
| parent | Add a constrained snap method that takes multiple constraints. This reduces t... (diff) | |
| download | inkscape-f802288e2f4464099f241586334c0de7afcc1db0.tar.gz inkscape-f802288e2f4464099f241586334c0de7afcc1db0.zip | |
Templates. Layer errors in the Fontforge template (Bug #565296).
(bzr r9693)
| -rw-r--r-- | share/templates/fontforge_glyph.svg | 48 |
1 files changed, 22 insertions, 26 deletions
diff --git a/share/templates/fontforge_glyph.svg b/share/templates/fontforge_glyph.svg index 35ebf2824..6d007f0d0 100644 --- a/share/templates/fontforge_glyph.svg +++ b/share/templates/fontforge_glyph.svg @@ -1,32 +1,17 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://web.resource.org/cc/" + xmlns:dc="http://purl.org/dc/elements/1.1/" width="1000" - height="1000" - id="svg5496" - sodipodi:version="0.32" - inkscape:version="0.45+devel" - sodipodi:docname="fontforge_glyph.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <metadata - id="metadata5594"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> + height="1000"> + <defs + id="defs5498" /> <sodipodi:namedview inkscape:window-height="618" inkscape:window-width="641" @@ -44,14 +29,25 @@ inkscape:cy="500" inkscape:window-x="0" inkscape:window-y="25" - inkscape:current-layer="svg5496"> - <sodipodi:guide + inkscape:current-layer="layer1"> + <sodipodi:guide orientation="horizontal" position="200" id="guide5596" /> </sodipodi:namedview> - <defs - id="defs5498" /> + <metadata + id="metadata5594"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" id="layer1" /> </svg> |
