Bug 14398
Summary: | CGContextGetPathBoundingBox in Console at musingsfrommars.org | ||
---|---|---|---|
Product: | WebKit | Reporter: | Charles Gaudette <charles> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dev+webkit, grahamperrin, mitz, thakis |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.musingsfrommars.org/ |
Charles Gaudette
Tested with Safari 3.0.2 beta, and with WebKit nightly r23682, and with locally built 23767. They all generate the same error messages.
Web site's front page makes Safari/WebKit write the following error output:
CGContextGetPathBoundingBox: no current point.
doClip: empty path.
CGContextGetPathBoundingBox: no current point.
doClip: empty path.
CGContextGetPathBoundingBox: no current point.
doClip: empty path.
CGContextGetPathBoundingBox: no current point.
doClip: empty path.
CGContextGetPathBoundingBox: no current point.
doClip: empty path.
CGContextGetPathBoundingBox: no current point.
doClip: empty path.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lilek
Confirmed with r23767
Charles Gaudette
Safari 3.0.2/r24131 build on Mac -- these errors have disappeared.
Graham Perrin
> doClip: empty path
FWIW that's mentioned at <http://rentzsch.lighthouseapp.com/projects/24342/tickets/290-extraneous-debug-output-in-console> (highlights: <http://www.diigo.com/09uxk>).
Nico Weber
Sounds like was fixed a few years ago.