File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ let image = NSImage(svgNamed: "sample.svg")
7070The 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
7575usage: 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
126126Custom 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
133133Optional 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
You can’t perform that action at this time.
0 commit comments