Comparing version 1.6.9 to 1.6.10
@@ -70,4 +70,3 @@ 'use strict'; | ||
Context2d.prototype.createPattern = function(image, repetition){ | ||
// TODO Use repetition (currently always 'repeat') | ||
return new CanvasPattern(image); | ||
return new CanvasPattern(image, repetition || 'repeat'); | ||
}; | ||
@@ -133,2 +132,3 @@ | ||
} else if ('string' == typeof val) { | ||
this.lastFillStyle = undefined; | ||
this._setFillColor(val); | ||
@@ -135,0 +135,0 @@ } |
{ | ||
"name": "canvas", | ||
"description": "Canvas graphics API backed by Cairo", | ||
"version": "1.6.9", | ||
"version": "1.6.10", | ||
"author": "TJ Holowaychuk <tj@learnboost.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
241102
39
937