When I run the command
text('$%s$' %latex(1/2),(1,1), background_color='red')
I get an unsymmetric output of the bounding box.
Left/right is okay, but at the bottom it's bigger than at the top.
It becomes worse when increasing the fontsize.
text('$%s$' %latex(1/2),(1,1), background_color='red', fontsize=50)
Any ideas how to make it symmetric?
I get a similar problem with
text('$%s$' %latex(1),(1,1), background_color='red')