diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2011-05-26 18:59:52 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2011-05-26 18:59:52 +0000 |
| commit | 7f3be9a329b7f075ed2feb9f86f6a0d6489aa80f (patch) | |
| tree | e5ad35713bec44d64aacaf26df27e6160a8f0f75 | |
| parent | Adding numbers to the names of the typography related extensions so that they... (diff) | |
| download | inkscape-7f3be9a329b7f075ed2feb9f86f6a0d6489aa80f.tar.gz inkscape-7f3be9a329b7f075ed2feb9f86f6a0d6489aa80f.zip | |
Adding a "Typography Canvas" template
(bzr r10226)
| -rw-r--r-- | share/templates/Typography_Canvas.svg | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/share/templates/Typography_Canvas.svg b/share/templates/Typography_Canvas.svg new file mode 100644 index 000000000..7e5b79115 --- /dev/null +++ b/share/templates/Typography_Canvas.svg @@ -0,0 +1,80 @@ +<?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" + inkscape:version="0.48+devel r10213" + version="1.1" + id="svg2" + height="1000" + width="1000" + sodipodi:docname="Typography_Canvas.svg"> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.537" + inkscape:cx="500" + inkscape:cy="500" + inkscape:document-units="px" + inkscape:current-layer="svg2" + showgrid="false" + inkscape:window-width="1280" + inkscape:window-height="737" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1"> + <sodipodi:guide + id="guide45" + inkscape:label="baseline" + position="0,253" + orientation="0,1" /> + <sodipodi:guide + id="guide47" + inkscape:label="ascender" + position="0,945" + orientation="0,1" /> + <sodipodi:guide + id="guide49" + inkscape:label="caps" + position="0,896" + orientation="0,1" /> + <sodipodi:guide + id="guide51" + inkscape:label="xheight" + position="0,729" + orientation="0,1" /> + <sodipodi:guide + id="guide53" + inkscape:label="descender" + position="0,28" + orientation="0,1" /> + </sodipodi:namedview> + <defs + id="defs4" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1" /> +</svg> |
