[webkit-reviews] review requested: [Bug 10402] REPRO: SVG crashes inside gradient code : [Attachment 10166] Improved patch+testcase

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Aug 22 11:10:21 PDT 2006


Rob Buis <rwlbuis at gmail.com> has asked	for review:
Bug 10402: REPRO: SVG crashes inside gradient code
http://bugzilla.opendarwin.org/show_bug.cgi?id=10402

Attachment 10166: Improved patch+testcase
http://bugzilla.opendarwin.org/attachment.cgi?id=10166&action=edit

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
The testcase should make the problem clearer. The problem occurs when the
gradient is
referenced but never really painted, such as when it is referenced by something
in <defs> like
in the testcase. The old code actually expects the resource to be always built
and so will crash
on the testcase. The new code will execute the code fine and display a green
rect.
Cheers,

Rob.



More information about the webkit-reviews mailing list