Bug 43026 - Cg logs "<Error>: CGPathCloseSubpath: no current point. " in lots of tests
Summary: Cg logs "<Error>: CGPathCloseSubpath: no current point. " in lots of tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dirk Schulze
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 01:26 PDT by Nikolas Zimmermann
Modified: 2010-08-24 06:41 PDT (History)
2 users (show)

See Also:


Attachments
testcase (634 bytes, image/svg+xml)
2010-07-27 01:35 PDT, Nikolas Zimmermann
no flags Details
Patch (1.18 KB, patch)
2010-08-18 06:32 PDT, Dirk Schulze
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>