setLineDash
an additional not implemented method: setLineDash.
This commit is contained in:
parent
73735519b1
commit
1e101b54a9
@ -1112,6 +1112,7 @@
|
|||||||
ctx.prototype.putImageData = function(){};
|
ctx.prototype.putImageData = function(){};
|
||||||
ctx.prototype.globalCompositeOperation = function(){};
|
ctx.prototype.globalCompositeOperation = function(){};
|
||||||
ctx.prototype.setTransform = function(){};
|
ctx.prototype.setTransform = function(){};
|
||||||
|
ctx.prototype.setLineDash = function(){};
|
||||||
|
|
||||||
//add options for alternative namespace
|
//add options for alternative namespace
|
||||||
if (typeof window === "object") {
|
if (typeof window === "object") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user