svg-sprite-loader
svg-sprite-loader copied to clipboard
Webpack loader for creating SVG sprites.
I think I found a bug: I use extract mode. In your loader there is `moveGradientsOutsideSymbol` and in your code it said that this is for firefox, But after build...
**Do you want to request a feature, report a bug or ask a question?** Ask question that's potentially a feature **What is the current behavior?** Extracts all svgs into one...
**Do you want to request a feature, report a bug or ask a question?** Feature request / Question. Not sure if this is somehow possible now, but couldn't get it...
**Do you want to request a feature, report a bug or ask a question?** Question **What is the current behavior?** Extract mode is moving the sprite sheet to the build...
**Do you want to request a feature, report a bug or ask a question?** Question **What is the current behavior?** `` tag gets stripped out. **What is the expected behavior?**...
- Node.js version: 10.15.0 - webpack version: 4.43.0 - svg-sprite-loader version: 4.3.0 In source svg code: ``` ``` When using the extract: true option, compiling yields: ``` xlink:href="sprite.svg#iconname-usage" ``` Why...
**Do you want to request a feature, report a bug or ask a question?** Bug **What is the current behavior?** I start as usual my already working application and get...
`svg-sprite-loader` is good loader for svg. But the example `custom-runtime-generator` only include React. I create a repo for use svg-sprite-loader in vue through `runtime-generator`. Please see this repo: https://github.com/Akimyou/svg-sprite-vue-generator But...
I am using `svg-sprite-loader` on react app which use webpack. the problem is that it removes the and `` tags, `package.json` ``` { ... "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5",...
**What is the current behavior?** spritePlaceholder function exposes server file structure in a multisite environment SVG file content: ``` export default { id: "sprite-01-usage", viewBox: "0 0 34.616 34.616", url:...