bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1434 in lilypond: SVG backend: xml:space="preserve" is needed


From: lilypond
Subject: Re: Issue 1434 in lilypond: SVG backend: xml:space="preserve" is needed for <text> and/or <tspan>
Date: Sun, 05 Dec 2010 12:06:33 +0000


Comment #1 on issue 1434 by v.villenave: SVG backend: xml:space="preserve" is needed for <text> and/or <tspan>
http://code.google.com/p/lilypond/issues/detail?id=1434

I'm not sure librsvg is at fault: I've downloaded Eye of GNOME (only to test your hypothesis!), and here are the results I get using the following code:

<svg xmlns="http://www.w3.org/2000/svg"; width="400" height="50" xml:space="preserve">
  <rect x="0" y="0" width="100%" height="100%" style="fill:blue;" />
<text x="50%" y="50%" fill="orange" font-size="30" text-anchor="middle"
                LilyPond</text>
</svg>

Perhaps a more advanced test file is required?

Attachments:
        without-preserve.png  24.7 KB
        with-preserve.png  23.7 KB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]