summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorVedran <vedran@hookshot.ca>2024-05-09 06:18:34 +0000
committerVedran <vedran@hookshot.ca>2024-05-09 06:18:34 +0000
commitda0433a40cd8e2e1324049d8aaad915f8348775f (patch)
treefd65103dcd513fe5ad97b44e1e8077d51331d746 /virtual-programs
parentCreate FUNDING.yml (diff)
downloadfolk-da0433a40cd8e2e1324049d8aaad915f8348775f.tar.gz
folk-da0433a40cd8e2e1324049d8aaad915f8348775f.zip
Use correct function to generate apriltag for ps when printing
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/print.folk2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/print.folk b/virtual-programs/print.folk
index 082f48cb..d045ec18 100644
--- a/virtual-programs/print.folk
+++ b/virtual-programs/print.folk
@@ -110,7 +110,7 @@ proc ::programToPs {id text {format "letter"} {side "front"}} {
set tagwidth 150; set tagheight 150
set fontsize 12; set lineheight [expr $fontsize*1.5]
- set image [::tagImageForId $id]
+ set image [::tagPsForId $id]
set lines [split $text "\n"]
for {set i 0} {$i < [llength $lines]} {incr i} {