Skip to content
  • commit-queue@webkit.org's avatar
    2011-01-14 Helder Correia <helder@sencha.com> · 7240bdcc
    commit-queue@webkit.org authored
            Reviewed by Simon Fraser.
    
            Shadow is not drawn when filling a path with a gradient
            https://bugs.webkit.org/show_bug.cgi?id=51982
    
            This happens in CG and is related to bug 51869, this time to be fixed
            in GraphicsContext::fillPath(const Path& path). We need to draw the
            gradient clipped to the path on a CGLayer first, and then draw the
            layer on the GraphicsContext.
    
            * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
            * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
            * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
            * platform/chromium/test_expectations.txt: Skipping new test since it fails.
            * platform/qt/Skipped: Ditto.
    2011-01-14  Helder Correia  <helder@sencha.com>
    
            Reviewed by Simon Fraser.
    
            Shadow is not drawn when filling a path with a gradient
            https://bugs.webkit.org/show_bug.cgi?id=51982
    
            This happens in CG and is related to bug 51869, this time to be fixed
            in GraphicsContext::fillPath(const Path& path). We need to draw the
            gradient clipped to the path on a CGLayer first, and then draw the
            layer on the GraphicsContext.
    
            Test: fast/canvas/canvas-fillPath-gradient-shadow.html
    
            * platform/graphics/cg/GraphicsContextCG.cpp:
            (WebCore::GraphicsContext::fillPath):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75833 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7240bdcc