John MacFarlane
|
f2092f82ff
|
SelfContained: only create svg elements for SVG images when...
...the image has the class `inline-svg`. Otherwise just use a
`data` URI as we do with other images.
Closes #9787.
|
2024-06-10 10:59:16 -07:00 |
|
John MacFarlane
|
67fa6cda5c
|
SelfContained: add role="img" to svgs.
This is needed in conjunction with `aria-label` for screen
readers. Completes the fix to #9525.
|
2024-02-29 12:48:27 -08:00 |
|
John MacFarlane
|
45b6df537a
|
More fixes for SVG ids with --self-contained.
This generalizes the fix to #9420 so it applies to things like
`style="fill(url(#..."`.
Closes #9467.
|
2024-02-16 10:06:12 -08:00 |
|