centers Title and Url with each other
This commit is contained in:
parent
0c8b83e48c
commit
6b37a4b671
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue