original test

This commit is contained in:
Alexander Wang 2023-02-14 11:35:00 -08:00
parent ffea3c9ab2
commit 02e69bfd31
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
5 changed files with 5 additions and 5 deletions

View file

@ -513,7 +513,7 @@ s: {
} }
} }
s.n -> y.r: {style.stroke-width: 2; style.stroke: red} s.n -> y.r: {style.stroke-width: 8; style.stroke: red}
y.r -> a.g.i: 1\n2\n3\n4 y.r -> a.g.i: 1\n2\n3\n4
`, `,
}, },

View file

@ -1584,7 +1584,7 @@
"dstLabel": "", "dstLabel": "",
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 8,
"stroke": "red", "stroke": "red",
"label": "", "label": "",
"fontSize": 16, "fontSize": 16,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 802 KiB

After

Width:  |  Height:  |  Size: 802 KiB

View file

@ -1346,7 +1346,7 @@
"dstLabel": "", "dstLabel": "",
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 8,
"stroke": "red", "stroke": "red",
"label": "", "label": "",
"fontSize": 16, "fontSize": 16,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 801 KiB

After

Width:  |  Height:  |  Size: 801 KiB