emacs-devel
[Top][All Lists]
Advanced

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

Re: Please try building with librsvg on MS-Windows


From: Juanma Barranquero
Subject: Re: Please try building with librsvg on MS-Windows
Date: Tue, 24 Dec 2013 03:46:27 +0100

On Tue, Dec 24, 2013 at 3:34 AM, Stephen J. Turnbull <address@hidden> wrote:

> No, it isn't.  SVGs that simple should just work.  Something is wrong
> there.

They are test images, with references to other documents:

  <defs>
    <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F">
      <font-face-src>
        <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
      </font-face-src>
    </font-face>
  </defs>
  <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif"
font-size="18">
    <defs>
      <color-profile id="changeColor" name="changeColor"
xlink:href="../images/changeColor.ICM"/>
    </defs>
    <g>
      <image id="image1PNG" x="30" y="0" width="190" height="190"
xlink:href="../images/colorprof.png"/>
    </g>
    <g>
      <image color-profile="changeColor" id="image2" x="260" y="90"
width="190" height="190" xlink:href="../images/colorprof.png"/>
    </g>
    <text font-family="Arial" font-size="12" x="250" y="20">
      Basic test of ICC profile with an image.
    </text>
  </g>

so I suppose there's a number of things that could go wrong.

   J



reply via email to

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