|
|
@ -2184,8 +2184,9 @@ var CanvasGraphics = (function() { |
|
|
|
error("Unsupported paint type"); |
|
|
|
error("Unsupported paint type"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// should go to default for color space
|
|
|
|
// should go to default for color space
|
|
|
|
this.ctx.fillStyle = this.makeCssRgb(1, 1, 1); |
|
|
|
var ctx = this.ctx; |
|
|
|
this.ctx.strokeStyle = this.makeCssRgb(0, 0, 0); |
|
|
|
ctx.fillStyle = this.makeCssRgb(1, 1, 1); |
|
|
|
|
|
|
|
ctx.strokeStyle = this.makeCssRgb(0, 0, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// not sure what to do with this
|
|
|
|
// not sure what to do with this
|
|
|
|