morepretty

This commit is contained in:
Ryan Oldenburg 2021-08-17 23:11:48 -05:00
parent fdef525352
commit 8c9daadd04
3 changed files with 6 additions and 4 deletions

View file

@ -154,7 +154,9 @@ block:
let image = newImage(200, 100)
image.fill(rgba(255, 255, 255, 255))
image.fillText(font, "First line")
image.fillText(font, "Second line", translate(vec2(0, font.defaultLineHeight)))
image.fillText(
font, "Second line", translate(vec2(0, font.defaultLineHeight))
)
doDiff(image, "basic7")