setLineDash

an additional not implemented method: setLineDash.
This commit is contained in:
Fu Zhen 2015-11-26 22:44:33 +08:00
parent 73735519b1
commit 1e101b54a9

View File

@ -1112,6 +1112,7 @@
ctx.prototype.putImageData = function(){};
ctx.prototype.globalCompositeOperation = function(){};
ctx.prototype.setTransform = function(){};
ctx.prototype.setLineDash = function(){};
//add options for alternative namespace
if (typeof window === "object") {