Skip to content

Commit

Permalink
fix(covers): Work around Inkscape 1.3 bug
Browse files Browse the repository at this point in the history
https://gitlab.com/inkscape/inkscape/-/issues/1142

Since --export-margins stopped working we set them manually inside the file.
  • Loading branch information
alerque committed Nov 13, 2023
1 parent c1e6c56 commit 9c92650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binding.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ $(BUILDDIR)/%-$(_binding).svg: $(CASILEDIR)/binding.svg $$(basename $$@)-printco
s#HHH#$${pagehpm}#g;
s#BLEED#$${bleedpm}#g;
s#TRIM#$${trimpm}#g;
s#CROP#$${trimmm}mm#g;
s#CW#$${pagewpm}#g;
s#SW#$${spinepm}#g;
" $< > $@
Expand Down

0 comments on commit 9c92650

Please sign in to comment.