Bugfixing und einige Platzhalterseiten mit Daten gefüllt

This commit is contained in:
2025-10-07 11:19:08 +02:00
parent e7a2f4bb54
commit f969df8cb8
11 changed files with 146 additions and 84 deletions

View File

@@ -24,10 +24,6 @@ class OneValue(Page):
ctx.select_font_face("DSEG7 Classic")
ctx.set_font_size(100)
ctx.move_to(40, 240)
if self.ref1.value:
ctx.show_text(self.ref1.format())
else:
#print(dir(self.bd))
#ctx.show_text("---") # self.bd.getPlaceholder())
ctx.show_text(self.placeholder)
ctx.show_text(self.ref1.format())
ctx.stroke()