[Webkit-unassigned] [Bug 6447] New: KCanvas needs to be redesigned to fill & stroke at once
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Jan 9 05:26:46 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6447
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: 5748
KCanvas needs to be redesigned to fill & stroke at once
This is a continuation of 5748.
In the previous bug, Alexander made great progress at removing crufty pieces of KCanvas. However
several things remain:
1. Completely remove KCanvasRenderingStyle (or at least remove all instance variables).
2. Update PaintServers to not paint directly, but rather have an apply(STROKE | FILL) method which
applies their stoke/fill properties to the current context.
3. 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