[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
Fri Oct 29 11:18:04 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48516





--- Comment #27 from Andreas Kling <kling at webkit.org>  2010-10-29 11:18:02 PST ---
(In reply to comment #26)
> > WebCore/inspector/InspectorController.cpp:-1819
> > -        context.addPath(quadPath);
> 
> Out of curiosity, was this a bug?  It looks like the path was being added twice (before and after the clipOut).  Or did the semantics of clipOut() change in this patch too?

Not a bug, merely redundant, since clipOut() takes a Path parameter rather than using the current context path.

-- 
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