[Webkit-unassigned] [Bug 48516] GraphicsContext: Remove "current path" and have strokePath, fillPath and clipPath take a Path argument
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 30 10:01:46 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=48516
Dirk Schulze <krit at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #75150|review? |review+
Flag| |
--- Comment #47 from Dirk Schulze <krit at webkit.org> 2010-11-30 10:01:44 PST ---
(From update of attachment 75150)
View in context: https://bugs.webkit.org/attachment.cgi?id=75150&action=review
Looks great! Don't think that it needs another round. But would be great if you can fix the following snippets. r=me.
> WebCore/ChangeLog:5
> + GraphicsContext: Remove "current path" and have strokePath, fillPath and clipPath take a Path argument.
I sometime make mistakes with english phrasing. Not sure, but have ... take sounds strange :-P
> WebCore/platform/graphics/cg/GraphicsContextCG.cpp:@
> void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points
Don't like the name npoints. Can you rename it to numPoints like in addConvexPolygonToPath? Or rename both to numberOfPoints?
--
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