[Bug 145149] - Reproducible segfault with a SVG file
bugzilla-daemon@bugzilla.gnome.org
bugzilla-daemon@bugzilla.gnome.org
Tue, 29 Jun 2004 18:30:45 -0400 (EDT)
http://bugzilla.gnome.org/show_bug.cgi?id=145149
librsvg | general | Ver: unspecified
cinamod@hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From cinamod@hotmail.com 2004-06-29 18:30 -------
this is solely sodipodi's fault. you can't have a <feMergeNode> that is not
inside of a <feMerge> element. i've stopped the SEGV, but you need to file this
as a bug against sodipodi.
http://www.w3.org/TR/SVG/filters.html#feMergeNodeElement
<filter
id="edgeFuzz">
<feGaussianBlur
in="SourceGraphic"
stdDeviation="1"
result="MyBlur" />
<feMergeNode
in="SourceGraphic" />
</filter>
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.