Implement ctx.mozCurrentTransform and ctx.mozCurrentTransformInverse shim

This commit is contained in:
Julian Viereck 2011-11-22 21:00:04 +01:00
parent 5bae370a90
commit a30f0ff848
2 changed files with 111 additions and 0 deletions

View file

@ -217,6 +217,8 @@ var TilingPattern = (function tilingPattern() {
// set the new canvas element context as the graphics context
var tmpCtx = tmpCanvas.getContext('2d');
addCtxCurrentTransform(tmpCtx);
var graphics = new CanvasGraphics(tmpCtx, objs);
switch (paintType) {