[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:20:58 PDT 2010


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





--- Comment #28 from Stephen White <senorblanco at chromium.org>  2010-10-29 11:20:56 PST ---
(In reply to comment #27)
> (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.

Right, but it looks like the path would have been added twice to the current path for the subsequent strokePath().  Anyway, no big deal, if it was a bug, your patch fixes it.

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