Skip to content

Commit a6c16f5

Browse files
authored
Update playgroundId for Native Canvas entry (#1686)
the old playground #TKVFSA#7 used `new` where it was not needed (i.e. not a construct-able class): ``` let heartPath = new engine.createCanvasPath2D("M390,30 A 20, 20 0, 0, 1 430, 30 A 20, 20 0, 0, 1 470, 30 Q 470, 60 430, 90 Q 390, 60 390, 30 z"); ``` This is an accepted syntax in es3/es5 but not in any future version of es.
1 parent 58f8f14 commit a6c16f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Apps/Playground/Scripts/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"title": "Native Canvas",
18-
"playgroundId": "#TKVFSA#7",
18+
"playgroundId": "#TKVFSA#8",
1919
"referenceImage": "native-canvas.png"
2020
},
2121
{

0 commit comments

Comments
 (0)