Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #435 from a3sha2/master
Browse files Browse the repository at this point in the history
correct report
  • Loading branch information
a3sha2 committed Mar 17, 2021
2 parents 9664c24 + 3189deb commit 6c27d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def compose_view(bg_svgs, fg_svgs, ref=0, out_file='report.svg'):

yoffset = 0
for i, r in enumerate(roots):
r.moveto(0, yoffset, scale=scales[i])
r.moveto(0, yoffset)
if i == (nsvgs - 1):
yoffset = 0
else:
Expand Down

0 comments on commit 6c27d1f

Please sign in to comment.