Skip to content

Commit

Permalink
🐛 Work around attempt to Inkscape problem
Browse files Browse the repository at this point in the history
It seems Inkscape has a problem when called from the command line
https://gitlab.com/inkscape/inkscape/-/issues/294
  • Loading branch information
dpshelio committed Jul 29, 2020
1 parent e340b8a commit a566d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default: _site
dot $< -T png -o $@

%.png: %.svg Makefile
inkscape -z -e $@ -w 600 $<
dbus-run-session inkscape -z -e $@ -w 600 $<

%.png: %.uml plantuml.jar Makefile
java -Djava.awt.headless=true -jar plantuml.jar -p < $< > $@
Expand Down

0 comments on commit a566d98

Please sign in to comment.