Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 7d13005

Browse files
fix(html-sketchapp): Update html-sketchapp (#11)
1 parent decc830 commit 7d13005

File tree

7 files changed

+106
-1
lines changed

7 files changed

+106
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"es6-promisify": "^5.0.0",
3838
"find-up": "^2.1.0",
3939
"get-port": "^3.2.0",
40-
"html-sketchapp": "github:brainly/html-sketchapp#8f92196695497c722ecbd1a5081833e4c7267d46",
40+
"html-sketchapp": "github:brainly/html-sketchapp#413c5a16c9f9f74bab9228f8bf1532d32676f628",
4141
"mkdirp": "^0.5.1",
4242
"opn": "^5.1.0",
4343
"puppeteer": "^0.13.0",

test/config-file-path/__snapshots__/file.test.js.snap

+15
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ Object {
299299
"thickness": 0,
300300
},
301301
],
302+
"contextSettings": Object {
303+
"_class": "graphicsContextSettings",
304+
"blendMode": 0,
305+
"opacity": "1",
306+
},
302307
"endDecorationType": 0,
303308
"fills": Array [
304309
Object {
@@ -569,6 +574,11 @@ Object {
569574
"thickness": 0,
570575
},
571576
],
577+
"contextSettings": Object {
578+
"_class": "graphicsContextSettings",
579+
"blendMode": 0,
580+
"opacity": "1",
581+
},
572582
"endDecorationType": 0,
573583
"fills": Array [
574584
Object {
@@ -839,6 +849,11 @@ Object {
839849
"thickness": 0,
840850
},
841851
],
852+
"contextSettings": Object {
853+
"_class": "graphicsContextSettings",
854+
"blendMode": 0,
855+
"opacity": "1",
856+
},
842857
"endDecorationType": 0,
843858
"fills": Array [
844859
Object {

test/config-file/__snapshots__/file.test.js.snap

+15
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ Object {
299299
"thickness": 0,
300300
},
301301
],
302+
"contextSettings": Object {
303+
"_class": "graphicsContextSettings",
304+
"blendMode": 0,
305+
"opacity": "1",
306+
},
302307
"endDecorationType": 0,
303308
"fills": Array [
304309
Object {
@@ -569,6 +574,11 @@ Object {
569574
"thickness": 0,
570575
},
571576
],
577+
"contextSettings": Object {
578+
"_class": "graphicsContextSettings",
579+
"blendMode": 0,
580+
"opacity": "1",
581+
},
572582
"endDecorationType": 0,
573583
"fills": Array [
574584
Object {
@@ -839,6 +849,11 @@ Object {
839849
"thickness": 0,
840850
},
841851
],
852+
"contextSettings": Object {
853+
"_class": "graphicsContextSettings",
854+
"blendMode": 0,
855+
"opacity": "1",
856+
},
842857
"endDecorationType": 0,
843858
"fills": Array [
844859
Object {

test/file/__snapshots__/file.test.js.snap

+15
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ Object {
299299
"thickness": 0,
300300
},
301301
],
302+
"contextSettings": Object {
303+
"_class": "graphicsContextSettings",
304+
"blendMode": 0,
305+
"opacity": "1",
306+
},
302307
"endDecorationType": 0,
303308
"fills": Array [
304309
Object {
@@ -569,6 +574,11 @@ Object {
569574
"thickness": 0,
570575
},
571576
],
577+
"contextSettings": Object {
578+
"_class": "graphicsContextSettings",
579+
"blendMode": 0,
580+
"opacity": "1",
581+
},
572582
"endDecorationType": 0,
573583
"fills": Array [
574584
Object {
@@ -839,6 +849,11 @@ Object {
839849
"thickness": 0,
840850
},
841851
],
852+
"contextSettings": Object {
853+
"_class": "graphicsContextSettings",
854+
"blendMode": 0,
855+
"opacity": "1",
856+
},
842857
"endDecorationType": 0,
843858
"fills": Array [
844859
Object {

test/serve-with-url/__snapshots__/serve-with-url.test.js.snap

+15
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ Object {
299299
"thickness": 0,
300300
},
301301
],
302+
"contextSettings": Object {
303+
"_class": "graphicsContextSettings",
304+
"blendMode": 0,
305+
"opacity": "1",
306+
},
302307
"endDecorationType": 0,
303308
"fills": Array [
304309
Object {
@@ -569,6 +574,11 @@ Object {
569574
"thickness": 0,
570575
},
571576
],
577+
"contextSettings": Object {
578+
"_class": "graphicsContextSettings",
579+
"blendMode": 0,
580+
"opacity": "1",
581+
},
572582
"endDecorationType": 0,
573583
"fills": Array [
574584
Object {
@@ -839,6 +849,11 @@ Object {
839849
"thickness": 0,
840850
},
841851
],
852+
"contextSettings": Object {
853+
"_class": "graphicsContextSettings",
854+
"blendMode": 0,
855+
"opacity": "1",
856+
},
842857
"endDecorationType": 0,
843858
"fills": Array [
844859
Object {

test/serve/__snapshots__/serve.test.js.snap

+15
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ Object {
299299
"thickness": 0,
300300
},
301301
],
302+
"contextSettings": Object {
303+
"_class": "graphicsContextSettings",
304+
"blendMode": 0,
305+
"opacity": "1",
306+
},
302307
"endDecorationType": 0,
303308
"fills": Array [
304309
Object {
@@ -569,6 +574,11 @@ Object {
569574
"thickness": 0,
570575
},
571576
],
577+
"contextSettings": Object {
578+
"_class": "graphicsContextSettings",
579+
"blendMode": 0,
580+
"opacity": "1",
581+
},
572582
"endDecorationType": 0,
573583
"fills": Array [
574584
Object {
@@ -839,6 +849,11 @@ Object {
839849
"thickness": 0,
840850
},
841851
],
852+
"contextSettings": Object {
853+
"_class": "graphicsContextSettings",
854+
"blendMode": 0,
855+
"opacity": "1",
856+
},
842857
"endDecorationType": 0,
843858
"fills": Array [
844859
Object {

test/viewports/__snapshots__/viewports.test.js.snap

+30
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ Object {
319319
"thickness": 0,
320320
},
321321
],
322+
"contextSettings": Object {
323+
"_class": "graphicsContextSettings",
324+
"blendMode": 0,
325+
"opacity": "1",
326+
},
322327
"endDecorationType": 0,
323328
"fills": Array [
324329
Object {
@@ -589,6 +594,11 @@ Object {
589594
"thickness": 0,
590595
},
591596
],
597+
"contextSettings": Object {
598+
"_class": "graphicsContextSettings",
599+
"blendMode": 0,
600+
"opacity": "1",
601+
},
592602
"endDecorationType": 0,
593603
"fills": Array [
594604
Object {
@@ -859,6 +869,11 @@ Object {
859869
"thickness": 0,
860870
},
861871
],
872+
"contextSettings": Object {
873+
"_class": "graphicsContextSettings",
874+
"blendMode": 0,
875+
"opacity": "1",
876+
},
862877
"endDecorationType": 0,
863878
"fills": Array [
864879
Object {
@@ -1129,6 +1144,11 @@ Object {
11291144
"thickness": 0,
11301145
},
11311146
],
1147+
"contextSettings": Object {
1148+
"_class": "graphicsContextSettings",
1149+
"blendMode": 0,
1150+
"opacity": "1",
1151+
},
11321152
"endDecorationType": 0,
11331153
"fills": Array [
11341154
Object {
@@ -1399,6 +1419,11 @@ Object {
13991419
"thickness": 0,
14001420
},
14011421
],
1422+
"contextSettings": Object {
1423+
"_class": "graphicsContextSettings",
1424+
"blendMode": 0,
1425+
"opacity": "1",
1426+
},
14021427
"endDecorationType": 0,
14031428
"fills": Array [
14041429
Object {
@@ -1669,6 +1694,11 @@ Object {
16691694
"thickness": 0,
16701695
},
16711696
],
1697+
"contextSettings": Object {
1698+
"_class": "graphicsContextSettings",
1699+
"blendMode": 0,
1700+
"opacity": "1",
1701+
},
16721702
"endDecorationType": 0,
16731703
"fills": Array [
16741704
Object {

0 commit comments

Comments
 (0)