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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond