Answer the question
In order to leave comments, you need to log in
Why do gradients disappear in SVG sprite?
I generate an svg sprite in Gulp using gulp-svg-sprites with the standard task:
gulp.task('sprites', function () {
return gulp.src('app/i/icons/*.svg')
.pipe(svgSprite())
.pipe(gulp.dest("app/i"));
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question