Bug 43026

Summary: Cg logs "<Error>: CGPathCloseSubpath: no current point. " in lots of tests
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
testcase
none
Patch zimmermann: review+

Description Nikolas Zimmermann 2010-07-27 01:26:01 PDT
This is a regression from bug 41410, the path parsing cleanup. We're calling closePath() where not needed somewhere.
Comment 1 Nikolas Zimmermann 2010-07-27 01:35:57 PDT
Created attachment 62654 [details]
testcase
Comment 2 Dirk Schulze 2010-08-18 06:32:57 PDT
Created attachment 64698 [details]
Patch
Comment 3 Nikolas Zimmermann 2010-08-18 07:17:02 PDT
Comment on attachment 64698 [details]
Patch

WebCore/ChangeLog:10
 +          Not testable, this problem occurs on running pixel tests.
It's testable, every mac buildbot reports these warnings in the stderr* logs.
Comment 4 Simon Fraser (smfr) 2010-08-20 11:32:16 PDT
Can this be checked in?
Comment 5 Dirk Schulze 2010-08-20 13:20:11 PDT
Land it tomorrow.
Comment 6 Dirk Schulze 2010-08-24 06:41:14 PDT
Committed r65894: <http://trac.webkit.org/changeset/65894>