|
|
@ -655,9 +655,6 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { |
|
|
|
if (sourceCtx.setLineDash !== undefined) { |
|
|
|
if (sourceCtx.setLineDash !== undefined) { |
|
|
|
destCtx.setLineDash(sourceCtx.getLineDash()); |
|
|
|
destCtx.setLineDash(sourceCtx.getLineDash()); |
|
|
|
destCtx.lineDashOffset = sourceCtx.lineDashOffset; |
|
|
|
destCtx.lineDashOffset = sourceCtx.lineDashOffset; |
|
|
|
} else if (sourceCtx.mozDashOffset !== undefined) { |
|
|
|
|
|
|
|
destCtx.mozDash = sourceCtx.mozDash; |
|
|
|
|
|
|
|
destCtx.mozDashOffset = sourceCtx.mozDashOffset; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -913,9 +910,6 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { |
|
|
|
if (ctx.setLineDash !== undefined) { |
|
|
|
if (ctx.setLineDash !== undefined) { |
|
|
|
ctx.setLineDash(dashArray); |
|
|
|
ctx.setLineDash(dashArray); |
|
|
|
ctx.lineDashOffset = dashPhase; |
|
|
|
ctx.lineDashOffset = dashPhase; |
|
|
|
} else { |
|
|
|
|
|
|
|
ctx.mozDash = dashArray; |
|
|
|
|
|
|
|
ctx.mozDashOffset = dashPhase; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
setRenderingIntent: function CanvasGraphics_setRenderingIntent(intent) { |
|
|
|
setRenderingIntent: function CanvasGraphics_setRenderingIntent(intent) { |
|
|
|