alexsaen / fog

Automatically exported from code.google.com/p/fog
0 stars 0 forks source link

Crash in Painter::flush() after SVG rendering #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Fog's SVG render test application crashes in Painter::flush() call after
rendering
http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk/data/artwork/HAIKU%20logo%
20-%20black.svg
with SvgDocument::onRender().

Original issue reported on code.google.com by jardas...@gmail.com on 16 Sep 2009 at 8:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There is no crash when I comment block "case SvgPatternUri" of block "case
SvgStyleFill" in for loop in SvgElement::onRender().

Original comment by jardas...@gmail.com on 16 Sep 2009 at 9:27

GoogleCodeExporter commented 8 years ago
Ok, I think I found that. That calls onApplyPattern which is not implemented, it
returns Error::InvalidFunction and then it dies somewhere, perhaps because the
pattern is not applied.

Original comment by jardas...@gmail.com on 16 Sep 2009 at 9:30

GoogleCodeExporter commented 8 years ago
Looking at it now

Original comment by kobalicek.petr on 15 Nov 2009 at 10:17

GoogleCodeExporter commented 8 years ago
In my working copy this should be fixed. I will set status to fixed when I 
commit
these changes

Original comment by kobalicek.petr on 24 Nov 2009 at 3:13

GoogleCodeExporter commented 8 years ago
This bug were related to gradient pattern generator, should be fixed, please 
verify

Original comment by kobalicek.petr on 12 Dec 2009 at 2:10

GoogleCodeExporter commented 8 years ago
Nope. Still crashing with that linked SVG image (at least on Windows x64). I 
will test 
it on Linux.

Original comment by jardas...@gmail.com on 12 Dec 2009 at 3:22

GoogleCodeExporter commented 8 years ago
Sorry,

I missed an attached image, this is related to something else, reopening. 
Increasing
priority.

Original comment by kobalicek.petr on 12 Dec 2009 at 3:25

GoogleCodeExporter commented 8 years ago
Fixed in trunk.

Unfortunately image is not rendered correctly, this will be improved in short 
time.

Original comment by kobalicek.petr on 13 Dec 2009 at 12:37