mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
webkit dash support
This commit is contained in:
parent
073bd60226
commit
86387272fc
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue