Bug 23247

Summary: createSVGPathSegCurvetoCubicSmoothAbs doesn't set y2 correctly
Product: WebKit Reporter: Darin Adler <darin>
Component: SVGAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch mitz: review+

Darin Adler
Reported 2009-01-11 21:33:48 PST
I noticed this while dealing with unused variable warnings.
Attachments
patch (240.96 KB, patch)
2009-01-11 23:15 PST, Darin Adler
mitz: review+
Darin Adler
Comment 1 2009-01-11 23:15:04 PST
mitz
Comment 2 2009-01-11 23:41:18 PST
Comment on attachment 26625 [details] patch > + 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
Darin Adler
Comment 3 2009-01-11 23:49:14 PST
Note You need to log in before you can comment on or make changes to this bug.