Skip to content

Commit

Permalink
Physical width x height set to 1000x1000
Browse files Browse the repository at this point in the history
These should be provided by the element parsing but a 1000x1000 pixel window is typical.
  • Loading branch information
tatarize authored Nov 25, 2020
1 parent eb37884 commit b4d5c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svgelements/svgelements.py
Original file line number Diff line number Diff line change
Expand Up @@ -7016,8 +7016,8 @@ def svg_structure_parse(source):
def parse(source,
reify=True,
ppi=DEFAULT_PPI,
width=1,
height=1,
width=1000,
height=1000,
color="black",
transform=None,
context=None):
Expand Down

0 comments on commit b4d5c95

Please sign in to comment.