-
I keep running into issues here. My pngs and jpegs are loading correctly, but no matter what I do I can't get my svgs to show up. I currently have `imagemin-svgo`, and am running into issues with or w…
-
Using a bower plugin.
SVG image could not be found because it appears in globs.fonts instead of globs.images.
Anyway to make sure only SVG fonts go to fonts and SVG images go to images?
##
---…
-
Hi, I've been working with some pdf's in PDFminer that when processed cause very high memory usage, this seems to be due to the amount of objects created by analyzing pages with SVG images.
Steps…
-
we should get rid of these ` dist/img/network` and replace them e.g. with some inline (dataurl) svg images.
-
Hi,
I was thinking a good way to accomplish configurable characters (body shape, outfit, hair, color) would be to use SVG files. SVG is xml, so serde is supported in quiet a few crates. I was think…
-
Hi,
in my daily routine, I usually export vector graphics diagrams to SVG format. These SVG files generally hold information which is shown in any browser (when directly loaded as a file):
* n…
nnako updated
3 years ago
-
Currently SVGs are rendered as text. In some cases this might be useful, but it would also be helpful to provide the option to render SVGs as images, similar to how PNGs are currently displayed.
Th…
-
-
#### Is your feature request related to a problem? Please describe.
I’d like to use multiple backends and/or multiple image formats per backend to create a notebook that displays nicely in different e…
-
The main problem that I have now is setting the `svg` color with CSS. Since I have them as `img` element in `index.html`, I can't color them.
**Solution:** _Change_ `img` element to `svg` instead.