[webkit-reviews] review requested: [Bug 48516] GraphicsContext: Remove "current path" and have strokePath, fillPath and clipPath take a Path argument : [Attachment 72503] Proposed patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 06:55:51 PDT 2010


Andreas Kling <kling at webkit.org> has asked  for review:
Bug 48516: GraphicsContext: Remove "current path" and have strokePath, fillPath
and clipPath take a Path argument
https://bugs.webkit.org/show_bug.cgi?id=48516

Attachment 72503: Proposed patch v2
https://bugs.webkit.org/attachment.cgi?id=72503&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
Rebased and updated patch.

beginPath() -> deprecatedBeginPath()
addPath() -> deprecatedAddPath()

Layout test results on Snow Leopard (I don't think any of the failures are
legit):
http://chaos.troll.no/~kling/48516/layout-test-results/results.html


More information about the webkit-reviews mailing list