summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-06-25 16:18:02 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-06-25 16:18:02 +0000
commitd7221942795e4bf740efb6851af320cf50bf0f96 (patch)
tree5b86940e8f05cc5462d1e9aff47bf3e3f3b8d4c3 /share/examples
parentwarning cleanup (diff)
downloadinkscape-d7221942795e4bf740efb6851af320cf50bf0f96.tar.gz
inkscape-d7221942795e4bf740efb6851af320cf50bf0f96.zip
adding list of available SVGFonts to the SVGFonts dialog
(bzr r6059)
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/svgfont.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/svgfont.svg b/share/examples/svgfont.svg
index 05c9159a2..1915bb642 100644
--- a/share/examples/svgfont.svg
+++ b/share/examples/svgfont.svg
@@ -2,7 +2,7 @@
<svg width="400px" height="300px" version="1.1"
xmlns = 'http://www.w3.org/2000/svg'>
- <font id="Font1" horiz-adv-x="1000">
+ <font id="FirstExample" horiz-adv-x="1000">
<font-face font-family="Super Sans" font-style="oblique" font-stretch="ultra-expanded" />
<glyph unicode="!" d="M0,0h500v500h-500z">
<circle r='500' cx='500' cy='500' style="fill:none;stroke:green;"/>
@@ -14,7 +14,7 @@
<hkern u1="!" u2="@" k="500" />
</font>
- <font id="Font2" horiz-adv-x="1100">
+ <font id="AnotherSVGFont" horiz-adv-x="1100">
<font-face font-family="Super Sans2" font-style="oblique" font-stretch="ultra-expanded" />
<glyph unicode="!" d="M0,0h500v500h-500v-300h100v200h300v-300h-400z" />
<glyph unicode="@!" d="M0,0h200L1000,800v200h-200L0,200z" />