lilypond-devel
[Top][All Lists]
Advanced

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

Re: rsvg-view can't display SVG files created by lilypond


From: Federico Bruni
Subject: Re: rsvg-view can't display SVG files created by lilypond
Date: Wed, 08 Jun 2016 18:11:31 +0200

Il giorno mer 8 giu 2016 alle 18:08, Federico Bruni <address@hidden> ha scritto:
I guess that it's some bug of librsvg?

I tried the easiest example:

\version "2.19.42"
\paper {
 tagline = ##f
}
\markup "Hello World"


which produces:


<svg xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.2" width="210.00mm" height="297.00mm" viewBox="0 0 119.5016 169.0094">
<!-- Page: 1/1 -->
<text transform="translate(5.6906, 2.8453)" font-family="serif" font-size="2.2001" text-anchor="start" fill="currentColor">
<tspan/>
</text>
<text transform="translate(5.6906, 5.5183)" font-family="serif" font-size="2.2001" text-anchor="start" fill="currentColor">
<tspan>
Hello World</tspan>
</text>
</svg>

EyeOfGnome and Gimp - which use librsvg just like rsvg-view - do not display anything.

The problem is:

fill="currentColor"

Fixed in version 2.40.16:
https://bugzilla.gnome.org/show_bug.cgi?id=764808






reply via email to

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