1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 07:57:52 +03:00

Merge branch 'master' of github.com:Kozea/WeasyPrint

This commit is contained in:
Guillaume Ayoub 2021-09-05 19:42:05 +02:00
commit 083cab037b

View File

@ -572,7 +572,7 @@ class SVG:
self.draw_node(child, font_size, fill_stroke)
self.stream.pop_state()
position = 'mid' if angles else 'start'
position = 'mid' if angles else 'start'
@staticmethod
def get_paint(value):