added sketch overlay tests
This commit is contained in:
parent
63a0c1e2b1
commit
11bc734586
1 changed files with 20 additions and 0 deletions
|
|
@ -275,6 +275,26 @@ shipments.order_id <-> orders.id`,
|
|||
+getJobs(): "Job[]"
|
||||
+setTimeout(seconds int)
|
||||
}
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "bright_overlay",
|
||||
script: `a.style.fill = "#fff"
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "normal_overlay",
|
||||
script: `a.style.fill = "#ccc"
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "dark_overlay",
|
||||
script: `a.style.fill = "#555"
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "darker_overlay",
|
||||
script: `a.style.fill = "#000"
|
||||
`,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue