Skip to content

Commit 4377bcf

Browse files
authored
Update README.md
1 parent 09af6a8 commit 4377bcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Transformations can be added before rasterizing:
3030

3131
```swift
3232
let svg = SVG(named: "fish.svg")! // 100x100
33-
.expanded(left: 10, right: 10) // 120x100
34-
.scaled(2) // 240x200
33+
.expanded(left: 10, right: 10) // 120x100
34+
.scaled(2) // 240x200
3535

36-
imageView.image = svg.rasterize() // 240x200
36+
imageView.image = svg.rasterize() // 240x200
3737
```
3838

3939
### SwiftUI

0 commit comments

Comments
 (0)