diff --git a/parser.py b/parser.py index a9bd79f..e9f8451 100644 --- a/parser.py +++ b/parser.py @@ -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)