Skip to content

Commit 63c8314

Browse files
committed
Formatting
1 parent 4adfdd6 commit 63c8314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The command line tool can also covert an SVG image into swift source code:
3838
```xml
3939
<?xml version="1.0" encoding="utf-8"?>
4040
<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"/>
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"/>
4343
</svg>
4444
```
4545

0 commit comments

Comments
 (0)