forked from ephase/resume
Exported SVG DPI is now 300
This commit is contained in:
parent
51f3a54abb
commit
085380b2bc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ buildall: images build
|
|||
$(GENERATED_IMAGES_DIR)/%.png : images/svg/%.svg
|
||||
@echo build $@
|
||||
#mkdir -p $(GENERATED_IMAGES_DIR)
|
||||
inkscape --export-type=png -o $@ $<
|
||||
inkscape --export-type=png --export-dpi=300 -o $@ $<
|
||||
|
||||
echo:
|
||||
@echo "svg files: $(svgfiles)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue