'use strict' everywhere
This commit is contained in:
parent
0aae9ef880
commit
e71b6188c6
20 changed files with 79 additions and 9 deletions
|
@ -1,5 +1,8 @@
|
|||
// <canvas> contexts store most of the state we need natively.
|
||||
// However, PDF needs a bit more state, which we store here.
|
||||
|
||||
'use strict';
|
||||
|
||||
var CanvasExtraState = (function canvasExtraState() {
|
||||
function constructor(old) {
|
||||
// Are soft masks and alpha values shapes or opacities?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue