mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
introduced tuplify in topology.py and allow single single align arg
This commit is contained in:
parent
89ec8e6b1d
commit
499562559d
9 changed files with 125 additions and 76 deletions
|
|
@ -26,7 +26,7 @@ clock_face -= [
|
|||
str(hour + 1),
|
||||
font_size=clock_radius * 0.175,
|
||||
font_style=FontStyle.BOLD,
|
||||
align=(Align.CENTER, Align.CENTER, Align.CENTER),
|
||||
align=Align.CENTER,
|
||||
)
|
||||
for hour, loc in enumerate(
|
||||
PolarLocations(clock_radius * 0.75, 12, 60, -360, rotate=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue