Skip to content

Commit a5988c7

Browse files
authored
Merge pull request #4 from manhcuongdtbk/fix-duplicate-bIsPainted
Fix duplicate this._bIsPainted property assignment
2 parents 7f23fb5 + adf8328 commit a5988c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,8 +1065,6 @@ var Drawing = function(htOption) {
10651065
this._oContext.quality = 'best'; //'fast'|'good'|'best'|'nearest'|'bilinear'
10661066
this._oContext.textDrawingMode = 'path'; // 'path'|'glyph'
10671067
this._oContext.antialias = 'gray'; // 'default'|'none'|'gray'|'subpixel'
1068-
this._bIsPainted = false;
1069-
10701068

10711069
this._bSupportDataURI = null;
10721070
};

0 commit comments

Comments
 (0)