95 96 97
# File 'opal/browser/canvas.rb', line 95 def pattern(image, type = :repeat) `#@native.createPattern(#{DOM(image).to_n}, type)` end