[Webkit-unassigned] [Bug 20373] GraphicsContext needs to support Gradients and Patterns (to let us get rid of #ifdefs)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 28 03:18:57 PDT 2008


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





------- Comment #24 from oliver at apple.com  2008-08-28 03:18 PDT -------
(From update of attachment 23041)
WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp
if (style->canvasPattern())
    return toJS(exec, style->canvasPattern());

I'd prefer if (c=style->canvasPattern()) return toJS(exec, c)

Many comments that shouldn't be landed 
// TODO(eseidel): This is a place-holder until some day wh... <-- badness


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list