mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
implement setDash
This commit is contained in:
parent
672741bc5c
commit
8ab68cf17a
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue