[Webkit-unassigned] [Bug 6553] New: KCanvas needs to be redesigned to fill & stroke at once
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Jan 14 21:50:14 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6553
Summary: KCanvas needs to be redesigned to fill & stroke at once
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P4
Component: SVG
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: macdome at opendarwin.org
BugsThisDependsOn: 6447
KCanvas needs to be redesigned to fill & stroke at once
This is a continuation of 6447.
In the previous bug, Alexander made more progress removing crufty pieces of KCanvas (namely
KCanvasRenderingStyle). However a couple things remain:
1. Update PaintServers to not paint directly, but rather have an apply(STROKE | FILL) method which
applies their stoke/fill properties to the current context.
2. Change RenderPathQuartz to call CGContextDrawPath, and thus both stroke and fill a path in a
single call (large perf. gain).
--
Configure bugmail: http://bugzilla.opendarwin.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