Skip to content

Commit

Permalink
Update image-svg.md
Browse files Browse the repository at this point in the history
  • Loading branch information
william-candillon authored Jan 21, 2022
1 parent 878222a commit 71207fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/image-svg.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The single quote syntax won't work either.
// This won't work
<text font-family="'MyFont', monospace" />
// This will work if MyFont is available in the app
<text font-family="'MyFont', monospace" />
<text font-family="MyFont, monospace" />
```

### Inlined SVGs
Expand All @@ -135,4 +135,4 @@ Some SVGs contain inlined SVGs via the `<image>` or `<feImage>` elements. This i

### Fallbacks

Some SVG with issues display nicely in the browser because they are so tolerant of errors. We found that the Skia SVG module is much less forgiving.
Some SVG with issues display nicely in the browser because they are so tolerant of errors. We found that the Skia SVG module is much less forgiving.

0 comments on commit 71207fe

Please sign in to comment.