[Webkit-unassigned] [Bug 12004] New: Webkit doesnt handle omitting M at the start of path syntax well
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 27 13:33:44 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=12004
Summary: Webkit doesnt handle omitting M at the start of path
syntax well
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rwlbuis at gmail.com
A path syntax like d='L200 0 L 200 200 L 0 200 Z L asdlkfjasdfkja' causes these
warnings:
CGPathAddLineToPoint: no current point.
CGPathAddLineToPoint: no current point.
CGPathAddLineToPoint: no current point.
CGPathCloseSubpath: no current point.
CGPathAddLineToPoint: no current point.
CGPathAddCurveToPoint: no current point.
CGPathAddLineToPoint: no current point.
CGPathAddLineToPoint: no current point.
CGPathAddLineToPoint: no current point.
CGPathCloseSubpath: no current point.
CGPathAddLineToPoint: no current point.
CGPathAddCurveToPoint: no current point.
Cheers,
Rob.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list