Skip to content
  • darin's avatar
    LayoutTests: · f46c05f3
    darin authored
            Reviewed by Darin.
    
            - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7830
              <canvas> createPattern 'repeat' options fail
    
            * fast/canvas/patternfill-repeat-expected.checksum: Added.
            * fast/canvas/patternfill-repeat-expected.png: Added.
            * fast/canvas/patternfill-repeat-expected.txt: Added.
            * fast/canvas/patternfill-repeat.html: Added.
    
    WebCore:
    
            Test: fast/canvas/patternfill-repeat.html
    
            Reviewed by Darin.
    
            - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7830
              <canvas> createPattern 'repeat' options fail
    
            * CanvasPattern.cpp (CanvasPattern::createPattern)
            Change stepping so that repeat-x, repeat-y, and no-repeat repeat 
            outside the view area by using large values for repeat interval.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@13384 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f46c05f3