Skip to content

Commit 1adf63b

Browse files
committed
icons: set output size rather than container size
Fixes #7
1 parent f303b81 commit 1adf63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/icon.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CLEANFILES+= ${SRCS:.svg=.png}
1414
all: ${ICONS}
1515

1616
.svg.png:
17-
${CAIROSVG} -f png -H ${SIZE} -W ${SIZE} $< >$@
17+
${CAIROSVG} -f png --output-height ${SIZE} --output-width ${SIZE} $< >$@
1818

1919
_iconinstall: ${ICONS}
2020
${INSTALL} -d ${DESTDIR}${IDIR}

0 commit comments

Comments
 (0)