Skip to content

Commit

Permalink
Update svg_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Jul 23, 2024
1 parent 0ed951f commit 8b90cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plone/namedfile/utils/svg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def process_svg(data):

if (w == 0 or h == 0) and view_box:
w, h = calculate_dimensions_from_viewbox(view_box)
print(w,h)
w = w if w > 1 else 1
h = h if h > 1 else 1
except et.ParseError as e:
Expand Down

0 comments on commit 8b90cc6

Please sign in to comment.