diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-05-13 03:09:37 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-05-13 03:09:37 +0000 |
| commit | 8228670ec092d320bbeea6f90111e00d558c9b15 (patch) | |
| tree | 87af9cf633ab13df4ff19f92c9d0626900c297ee /share/examples | |
| parent | reverting previous work on font-face attributes. These attributes are already... (diff) | |
| download | inkscape-8228670ec092d320bbeea6f90111e00d558c9b15.tar.gz inkscape-8228670ec092d320bbeea6f90111e00d558c9b15.zip | |
modified the svg file used for testing of SVGFonts
(bzr r5663)
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/svgfont.svg | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/share/examples/svgfont.svg b/share/examples/svgfont.svg index 224d341f0..4e9a06eab 100644 --- a/share/examples/svgfont.svg +++ b/share/examples/svgfont.svg @@ -11,17 +11,14 @@ <font-face-name name="Super Sans Bold"/> </font-face-src> </font-face> - <missing-glyph d="M0,0h200v200h-200z"/> - <glyph unicode="!" horiz-adv-x="300"><!-- Outline of exclam. pt. glyph --></glyph> - <glyph unicode="@"><!-- Outline of @ glyph --></glyph> - <hkern u1="@" u2="!" k="24" /> - <vkern u2="asd%" g2="a!" k="224" /> - <!-- more glyphs --> + <!--<missing-glyph d="M0,0h200v200h-200z"/>--><!-- uncomment this line in orther to test missing-glyph --> + <glyph unicode="!" d="M0,0h500v500h-500z"><circle r='500' cx='500' cy='500' style="fill:none;stroke:green;"/></glyph> + <glyph unicode="@" d="M500,500h500v500h-500z"><circle r='250' cx='500' cy='500' style="fill:blue;"/></glyph> + <!--<hkern u1="!" u2="@" k="1000" />--><!-- uncomment this line in orther to test horizontal kerning--> + </font> </defs> <text x="100" y="100" - style="font-family: 'Super Sans', Helvetica, sans-serif; - font-weight: bold; font-style: normal">Text - using embedded font</text> + style="font-family: 'Super Sans';font-weight: bold; font-style: normal;fill:red;">A!@A</text> </svg> |
