Skip to content

Commit

Permalink
fixes borked inkscape call; my B
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Oct 13, 2019
1 parent b750c16 commit 04ee493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/avatar/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def get_temp_image_file(image):
return temp_io


def svg_to_png(svg_content, width=100, height=100, scale=1, index=None, prefer=None):
def svg_to_png(svg_content, width=100, height=100, scale=1, index=None, prefer=None, extra_flags=''):
print('creating svg with pyvips')
png = None
if not prefer or prefer == 'pyvips':
Expand Down

0 comments on commit 04ee493

Please sign in to comment.