We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbf4fd1 + 0c2a016 commit 23dcb64Copy full SHA for 23dcb64
README.md
@@ -98,6 +98,7 @@ key | description
98
`preserve_aspect_ratio` | adds a `preserveAspectRatio` attribute to the SVG
99
`aria` | adds common accessibility attributes to the SVG (see [PR #34](https://github.com/jamesmartin/inline_svg/pull/34#issue-152062674) for details)
100
`aria_hidden` | adds the `aria-hidden=true` attribute to the SVG
101
+`fallback` | set fallback SVG document
102
103
Example:
104
@@ -113,7 +114,8 @@ inline_svg_tag(
113
114
nocomment: true,
115
preserve_aspect_ratio: 'xMaxYMax meet',
116
aria: true,
- aria_hidden: true
117
+ aria_hidden: true,
118
+ fallback: 'fallback-document.svg'
119
)
120
```
121
0 commit comments