|
|
|
@ -361,6 +361,8 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
@@ -361,6 +361,8 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|
|
|
|
setDash: function canvasGraphicsSetDash(dashArray, dashPhase) { |
|
|
|
|
this.ctx.mozDash = dashArray; |
|
|
|
|
this.ctx.mozDashOffset = dashPhase; |
|
|
|
|
this.ctx.webkitLineDash = dashArray; |
|
|
|
|
this.ctx.webkitLineDashOffset = dashPhase; |
|
|
|
|
}, |
|
|
|
|
setRenderingIntent: function canvasGraphicsSetRenderingIntent(intent) { |
|
|
|
|
TODO('set rendering intent: ' + intent); |
|
|
|
|