[webkit-reviews] review granted: [Bug 23247] createSVGPathSegCurvetoCubicSmoothAbs doesn't set y2 correctly : [Attachment 26625] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 11 23:41:18 PST 2009


mitz at webkit.org has granted Darin Adler <darin at apple.com>'s request for review:
Bug 23247: createSVGPathSegCurvetoCubicSmoothAbs doesn't set y2 correctly
https://bugs.webkit.org/show_bug.cgi?id=23247

Attachment 26625: patch
https://bugs.webkit.org/attachment.cgi?id=26625&action=review

------- Additional Comments from mitz at webkit.org
> +	   m_path = &temporaryPath;
> +	   if (!parseSVG(d, true))
> +	       return false;

Leaving m_path pointing at a temporary is scary, but not new to this patch.

r=me


More information about the webkit-reviews mailing list