We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adfdd6 commit 63c8314Copy full SHA for 63c8314
README.md
@@ -38,8 +38,8 @@ The command line tool can also covert an SVG image into swift source code:
38
```xml
39
<?xml version="1.0" encoding="utf-8"?>
40
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="160" height="160">
41
- <rect width="160" height="160" fill="snow" />
42
- <path d="m 80 20 a 50 50 0 1 0 50 50 h -50 z" fill="pink" stroke="black" stroke-width="2"/>
+ <rect width="160" height="160" fill="snow" />
+ <path d="m 80 20 a 50 50 0 1 0 50 50 h -50 z" fill="pink" stroke="black" stroke-width="2"/>
43
</svg>
44
```
45
0 commit comments