rm
This commit is contained in:
parent
97ed037d2a
commit
5da8241231
2 changed files with 0 additions and 10 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
|
@ -131,16 +131,6 @@ block:
|
||||||
)
|
)
|
||||||
image.writeFile("tests/paths/pathHeart.png")
|
image.writeFile("tests/paths/pathHeart.png")
|
||||||
|
|
||||||
block:
|
|
||||||
let image = """
|
|
||||||
M 10,30
|
|
||||||
A 20,20 0,0,1 50,30
|
|
||||||
A 20,20 0,0,1 90,30
|
|
||||||
Q 90,60 50,90
|
|
||||||
Q 10,60 10,30 z
|
|
||||||
""".fillImage(100, 100, parseHtmlColor("#FC427B").rgba)
|
|
||||||
image.writeFile("tests/paths/pathHeart2.png")
|
|
||||||
|
|
||||||
block:
|
block:
|
||||||
let image = newImage(100, 100)
|
let image = newImage(100, 100)
|
||||||
image.fillPath(
|
image.fillPath(
|
||||||
|
|
Loading…
Reference in a new issue