I'm currently trying to use one single svg sprite per page, so that it only loads the necessary svg's for each separate page. Is currently working, but I want to create an array so that the task get's called for N pages that I want.
I currently…
I have a problem with svg sprites. I know how it works and I built plenty of svg sprites, but right now I have no idea what to do. In my project i use svg4everybody.
I have an error in console:
"Unsafe attempt to load URL from frame with URL .…
I create a svg sprite using the gulp-svg-sprites plugin. After compilation, negative viewBox values are replaced with positive values and NaN is added before them. Icons with negative values look incomplete, cropped. Help solve this issue. Thank…
I am having issues in seeing the picked element and apply colour to the pick ed element.
For example
I have an image sprite called untitled.svg in which collection of icons are listed. I want to pick say calendar. I am able to pick the element but…
Folks,
I am experiencing issue while using SVG sprite that has a symbol with clipped path. Looks like this a known issue but I can't figure out solution by reading existing documentation out there.
I have a SVG sprite file named, icon.svg; content…
There was such a problem that svg sprite'y not visible at all anywhere except the gulp itself. Here's what on the hosting ====> https://i.stack.imgur.com/N1Ko8.png
And now the included gulp and everything works fine…
Inspired by this article How SVG Fragment Identifiers Work, I am trying to create SVG sprite, and with use of viewBox place selected icons into stylesheet as a background...
Unfortunately I have encountered a real problem... I cannot choose proper…
The following Emojione demo suggests adding the description tag to allow the user to copy and paste the original unicode character:
https://demos.emojione.com/latest/sprites-svg.html
However, on macOS (at least) I am unable to copy and paste the…
I'm using the excellent svg-sprite as a cli to generate an svg sprite from several other svg files. Most of the configuration is understood and I get the svg file and associated css as expected. I'd like the generated svg file to always have the…
I have an html page with two svg use elements:
The first references inline svg.
The second references an external svg file (same code).
I am trying to figure out why the second example does not show the svg paths even though the SVG code that is…