implement setDash
This commit is contained in:
parent
672741bc5c
commit
8ab68cf17a
3
pdf.js
3
pdf.js
@ -1825,7 +1825,8 @@ var CanvasGraphics = (function() {
|
||||
this.ctx.miterLimit = limit;
|
||||
},
|
||||
setDash: function(dashArray, dashPhase) {
|
||||
TODO("set dash");
|
||||
this.ctx.mozDash = dashArray;
|
||||
this.ctx.mozDashOffset = dashPhase;
|
||||
},
|
||||
setRenderingIntent: function(intent) {
|
||||
TODO("set rendering intent");
|
||||
|
Loading…
Reference in New Issue
Block a user