centers Title and Url with each other

This commit is contained in:
Matt Goff 2022-01-15 15:16:14 -07:00
parent 0c8b83e48c
commit 6b37a4b671

View file

@ -882,7 +882,7 @@ def draw_pinlabels_svg(connections):
font_family = LABEL_FONT,
font_weight = 'bold',
fill = 'black',
text_anchor = 'end'
text_anchor = 'middle'
))
g.add(dwg.text(
product_url,
@ -891,7 +891,7 @@ def draw_pinlabels_svg(connections):
font_family = LABEL_FONT,
font_weight = 'bold',
fill = 'black',
text_anchor = 'end'
text_anchor = 'middle'
))
dwg.add(g)