diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-06-01 19:33:28 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-06-01 19:33:28 +0000 |
| commit | 06abf6eb6c5a9bbe656d463869df08ea30ecab27 (patch) | |
| tree | 0d8ce1338e1d057c2ab8c8440cdb0bed3b5b3a55 /share | |
| parent | Add enumerations for svg element types, and lookup table (diff) | |
| download | inkscape-06abf6eb6c5a9bbe656d463869df08ea30ecab27.tar.gz inkscape-06abf6eb6c5a9bbe656d463869df08ea30ecab27.zip | |
* commenting my code so that we increase SVGFonts "bus factor" in
inkscape :-D http://en.wikipedia.org/wiki/Bus_factor
* added some (still not really functional) code for vertical text
(bzr r5777)
Diffstat (limited to 'share')
| -rw-r--r-- | share/examples/svgfont.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/svgfont.svg b/share/examples/svgfont.svg index 63b9668e0..05c9159a2 100644 --- a/share/examples/svgfont.svg +++ b/share/examples/svgfont.svg @@ -11,7 +11,7 @@ <circle r='250' cx='500' cy='500' style="fill:blue;"/> </glyph> <missing-glyph d="M0,0h1000v1000h-1000z"></missing-glyph> - <hkern u1="!" u2="@" k="1000" /> + <hkern u1="!" u2="@" k="500" /> </font> <font id="Font2" horiz-adv-x="1100"> |
