[Webkit-unassigned] [Bug 27292] New: Improve handling of <canvas> path operations on an empty path.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 15 02:22:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27292
Summary: Improve handling of <canvas> path operations on an
empty path.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: deanm at chromium.org
There was originally some work on this:
https://bugs.webkit.org/show_bug.cgi?id=27187
This patch further does a few more things:
- Don't emit a line or curve, just set the current point (moveTo).
- For curves, emit the end point and not the control point.
- Update the Skia backend to implement hasCurrentPoint.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list