-
## Problem
Our current approach to icons does not allow us to take advantage of CSS styling. We are currently treating them as regular images.
We load SVG icons using the `` tag. Although really…
-
If we have an img tag with an SVG as src, it is not displayed on the output SVG. The library throws an error that the inlined SVG tag does not have an owner document. More specifically line 109 fails …
-
Strange error - I've found that running critical, as in this example, strips the closing `` tags from any inline SVGs in my HTML
-
is there a framer API for adding svg directly to the page, such that it can be got at from javascript?
eg in D3:
http://snips.net/blog/posts/2014/01-10-fast-interactive_prototyping_with_d3_js.html
t…
dcsan updated
6 years ago
-
## Actual Behavior
Similar to #470, inline SVG is broken for me. I use [excalidraw](https://excalidraw.com/) export. There are two issues with that:
ox-hugo produces the following markdown:
`…
-
Optimize and embed svg icons into json/html/etc, with resizing, recoloring etc.
kizu updated
10 years ago
-
The new zoom is a great addition. However, it seems to only work for img tags.
For SVG, inline markup offers many benefts (e.g., using CSS and currrentColor to adjust for color modes, providing exp…
pkra updated
6 months ago
-
SVG files are not rendered in HybridWebView, however inline SVG does show, Maybe they don't show because of this:
-
### Is your proposal related to a problem?
I'm converting a React app with custom config that hasn't been updated for a while to a CRA app.
We're using fabric: https://www.npmjs.com/package/…
-
The advantage of using svgr is that it inlines the .svg files in the react code. Any way to do this with `vite-plugin-svgr`?
Currently even the small files are not included: