Release v0.3.0 #27

Merged
HEL merged 64 commits from dev into main 2026-02-04 13:39:37 +00:00
67 changed files with 2528 additions and 1716 deletions
Showing only changes of commit aca2d858fe - Show all commits

View File

@@ -81,7 +81,7 @@
draw.content( draw.content(
(x, y), (x, y),
p.display-name, p.display-name,
anchor: if bottom {"north"} else {"south"} anchor: if bottom {"north"} else {"base"}
) )
} }
@@ -109,7 +109,7 @@
draw.content( draw.content(
(x, y), (x, y),
p.display-name, p.display-name,
anchor: if bottom {"north"} else {"south"} anchor: if bottom {"north"} else {"base"}
) )
} }
@@ -127,7 +127,7 @@
draw.content( draw.content(
(x, y), (x, y),
p.display-name, p.display-name,
anchor: if bottom {"north"} else {"south"} anchor: if bottom {"north"} else {"base"}
) )
} }
@@ -150,7 +150,7 @@
draw.content( draw.content(
(x, y), (x, y),
p.display-name, p.display-name,
anchor: if bottom {"north"} else {"south"} anchor: if bottom {"north"} else {"base"}
) )
} }
@@ -183,7 +183,7 @@
draw.content( draw.content(
(x, y), (x, y),
p.display-name, p.display-name,
anchor: if bottom {"north"} else {"south"} anchor: if bottom {"north"} else {"base"}
) )
} }
@@ -287,7 +287,7 @@
draw.content( draw.content(
(x, y), (x, y),
p.display-name, p.display-name,
anchor: if bottom {"north"} else {"south"} anchor: if bottom {"north"} else {"base"}
) )
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB