Test badge adjustment
authorStephen Frost <sfrost@snowman.net>
Thu, 29 Aug 2019 13:33:08 +0000 (09:33 -0400)
committerStephen Frost <sfrost@snowman.net>
Thu, 29 Aug 2019 13:33:08 +0000 (09:33 -0400)
templates/badge.json

index dc46d98991a66701237f61a3fac8b08205129961..2d9c90adf5765f2b8b4db8a289708bc1024e1c93 100644 (file)
@@ -7,11 +7,11 @@
        {"type": "paragraph", "text": "PGOpen 2019\nOrlando, Florida", "x": 35, "y": 12, "width": 63, "height": 25, "color": "white"},
 
        {"type": "paragraph", "text": "{{reg.firstname|escapejson}} {{reg.lastname|escapejson}}", "x": 8, "y": 40, "width": 87, "height": 10, "bold": true},
-       {"type": "paragraph", "text": "{{reg.company|escapejson}}", "x": 8, "y": 60, "width": 87, "height": 8, "maxsize": 14},
+       {"type": "paragraph", "text": "{{reg.company|escapejson}}", "x": 8, "y": 50, "width": 87, "height": 8, "maxsize": 14},
 
        {"type": "box", "x": 4, "y": 90, "width": 95, "height": 10, "stroke": false, "fill": [{{reg.regtype.regclass.bgcolortuplestr}}]},
        {"type": "paragraph", "text": "{{reg.regtype.regclass.regclass}}", "x": 4, "y": 90, "width": 95, "height": 10, "color": [{{reg.regtype.regclass.fgcolortuplestr|default("0,0,0", true)}}], "align": "center"},
-       {"type": "qrimage", "x": 70, "y": 60, "width": 30, "height": 30, "qrcontent": "{{reg.fullpublictoken}}"},
+       {"type": "qrimage", "x": 70, "y": 55, "width": 30, "height": 30, "qrcontent": "{{reg.fullpublictoken}}"},
 
 
         {"type": "image", "src": "images/pgconfeu_badge.png", "x": 4, "y": 103, "width": 22.7, "height": 30, "mask": "auto"},