Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated to current inkscape cli
  • Loading branch information
het-bun-dao committed Sep 4, 2024
1 parent 102b0e3 commit e371bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ https://cloudconvert.com/svg-to-png to convert the SVG file into the PNGs.
With Inkscape you can run:

```
$ inkscape -w 128 -h 128 logo.svg -e logo-128.png
$ inkscape -w 32 -h 32 logo.svg -e logo-32.png
$ inkscape -w 128 -h 128 logo.svg -o logo-128.png
$ inkscape -w 32 -h 32 logo.svg -o logo-32.png
```

You can also use `rsvg-convert` from the [`librsvg2`](https://formulae.brew.sh/formula/librsvg) package:
Expand Down

0 comments on commit e371bf3

Please sign in to comment.