File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class JpegStream extends DecodeStream {
94
94
}
95
95
}
96
96
const jpegImage = new JpegImage ( jpegOptions ) ;
97
-
97
+
98
98
jpegImage . parse ( bytes ) ;
99
99
const data = jpegImage . getData ( {
100
100
width : this . drawWidth ,
Original file line number Diff line number Diff line change @@ -1515,7 +1515,7 @@ class CanvasGraphics {
1515
1515
ctx . fillRect ( 0 , 0 , width , height ) ;
1516
1516
ctx . globalCompositeOperation = "source-over" ;
1517
1517
}
1518
-
1518
+
1519
1519
maskCanvas = canvas . canvas ;
1520
1520
maskX = maskY = 0 ;
1521
1521
} else if ( backdrop . some ( c => c !== 0 ) ) {
@@ -3248,5 +3248,3 @@ for (const op in OPS) {
3248
3248
CanvasGraphics . prototype [ OPS [ op ] ] = CanvasGraphics . prototype [ op ] ;
3249
3249
}
3250
3250
}
3251
-
3252
- export { CanvasGraphics } ;
Original file line number Diff line number Diff line change @@ -515,7 +515,8 @@ body {
515
515
516
516
.treeItemToggler ::before {
517
517
/* All matching images have a size of 16x16
518
- * All relevant containers have a size of 28x28 */
518
+ * All relevant containers have a size of 28x28
519
+ */
519
520
position : absolute;
520
521
display : inline-block;
521
522
width : 16px ;
@@ -742,7 +743,7 @@ body {
742
743
743
744
.thumbnail {
744
745
/* Define these variables here, and not in :root, since the individual
745
- thumbnails may have different sizes. */
746
+ thumbnails may have different sizes. */
746
747
--thumbnail-width : 0 ;
747
748
--thumbnail-height : 0 ;
748
749
@@ -1547,7 +1548,7 @@ dialog :link {
1547
1548
1548
1549
& ::after {
1549
1550
/* All matching images have a size of 16x16
1550
- * All relevant containers have a size of 28x28 */
1551
+ * All relevant containers have a size of 28x28 */
1551
1552
position : absolute;
1552
1553
display : inline;
1553
1554
width : var (--icon-size );
@@ -1607,7 +1608,7 @@ dialog :link {
1607
1608
1608
1609
# loadingBar {
1609
1610
/* Define these variables here, and not in :root, to avoid reflowing the
1610
- entire viewer when updating progress (see issue 15958). */
1611
+ entire viewer when updating progress (see issue 15958). */
1611
1612
--progressBar-percent : 0% ;
1612
1613
--progressBar-end-offset : 0 ;
1613
1614
You can’t perform that action at this time.
0 commit comments