bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5499: 23.1.91; SVG circular reference locks up Emacs


From: Chong Yidong
Subject: bug#5499: 23.1.91; SVG circular reference locks up Emacs
Date: Sun, 31 Jan 2010 00:07:40 -0500

The bug you reported appears to be a librsvg bug.  To see this, create
an svg image with the following contents:

<svg xmlns:xlink="http://www.w3.org/1999/xlink";
     xmlns="http://www.w3.org/2000/svg"; width="200" height="200">
  <defs>
    <linearGradient id="linearGradient2" xlink:href="#linearGradient2"/>
  </defs>
  <g>
    <rect width="100%" height="100%" style="fill:url(#linearGradient2)"/>
  </g>
</svg>

Any librsvg-based application that tries to open this file should lock
up.  I've tested with gqview and eog.  I have filed this bug in the
Gnome Bugzilla (Bug 608575):

  http://bugzilla.gnome.org/show_bug.cgi?id=608575

I will close this in the Emacs bug database, since it is not an Emacs
bug per se.  Thanks.






reply via email to

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