[webkit-reviews] review granted: [Bug 4420] make border drawing faster by removing code to alloc/dealloc NSBezierPath : [Attachment 3368] patch to use CoreGraphics directly instead of using NSBezierPath

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Sun Aug 14 02:00:29 PDT 2005


Maciej Stachowiak <mjs at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 4420: make border drawing faster by removing code to alloc/dealloc
NSBezierPath
http://bugzilla.opendarwin.org/show_bug.cgi?id=4420

Attachment 3368: patch to use CoreGraphics directly instead of using
NSBezierPath
http://bugzilla.opendarwin.org/attachment.cgi?id=3368&action=edit

------- Additional Comments from Maciej Stachowiak <mjs at apple.com>
CGContextStrokeLineSegments could potentially be even faster than this, at
least when not filling the path.



More information about the webkit-reviews mailing list