Skip to content

Commit 09ed0be

Browse files
authored
Update README.md
1 parent 6dcda6c commit 09ed0be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let image = NSImage(svgNamed: "sample.svg")
7070
The command line tool converts SVGs to other formats: PNG, JPEG, SFSymbol and Swift source code.
7171

7272
```
73-
copyright (c) 2022 Simon Whitty
73+
copyright (c) 2023 Simon Whitty
7474
7575
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]
7676
@@ -126,16 +126,16 @@ Alternatively download the latest command line tool [here](https://github.com/sw
126126
Custom SF Symbols can be created from a single SVG. SwiftDraw expands strokes, winds paths using the [non-zero rule](https://en.wikipedia.org/wiki/Nonzero-rule) and aligns elements generating a symbol that can be imported directly into Xcode.
127127

128128
<big><pre>
129-
$ swiftdraw [key.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key.svg) --format sfsymbol
129+
$ swiftdraw [key.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples.bundle/key/key.svg) --format sfsymbol
130130
</pre></big>
131-
<img src="https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key-single.svg" width="400" />
131+
<img src="https://github.com/swhitty/SwiftDraw/blob/main/Samples.bundle/key/key-single.svg" width="400" />
132132

133133
Optional variants `--ultralight` and `--black` can also be provided:
134134

135135
<big><pre>
136-
$ swiftdraw [key.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key.svg) --format sfsymbol --ultralight [key-ultralight.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key-ultralight.svg) --black [key-black.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key-black.svg)
136+
$ swiftdraw [key.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples.bundle/key/key.svg) --format sfsymbol --ultralight [key-ultralight.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key-ultralight.svg) --black [key-black.svg](https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key-black.svg)
137137
</pre></big>
138-
<img src="https://github.com/swhitty/SwiftDraw/blob/main/Samples/key/key-symbol.svg" width="400" />
138+
<img src="https://github.com/swhitty/SwiftDraw/blob/main/Samples.bundle/key/key-symbol.svg" width="400" />
139139

140140
#### Alignment
141141

0 commit comments

Comments
 (0)