Skip to content

Commit

Permalink
Update autoexporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
burghoff committed Aug 2, 2024
1 parent 7051972 commit 1321f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scientific_inkscape/autoexporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ def postprocessing(svg, opts):
svg.append(r)
r.cstyle["fill"] = "#ffffff"
r.cstyle["fill-opacity"] = ".00001"
r.cstyle["stroke"] = "none"
vbx = svg.cdocsize.effvb
r.set("x", vbx[0])
r.set("y", vbx[1])
Expand Down

0 comments on commit 1321f10

Please sign in to comment.