Answer the question
In order to leave comments, you need to log in
What is wrong with svg?
Exporting svg from illustrator, output is 1.svg file when I try to optimize it with gulp:
gulp.task('svg', function () {
return gulp.src('src/svg/*.svg')
.pipe( svgmin({
js2svg: {
pretty: true
}
}))
.pipe(gulp.dest('src/svgmin/'));
});
then it gives the following error:
$ gulp svg
[23:12:01] Using gulpfile D:\WEB\OpenServer\domains\ArmataFin\gulpfile.js
[23:12:01] Starting 'svg'...
events.js:160
thrower; // Unhandled 'error' event
^
Error: Error in parsing SVG:
Column: 51
Char: ;
I can’t understand what the problem is, gulp just swears at these images and doesn’t let it through itself?
Answer the question
In order to leave comments, you need to log in
Нашел ответ. Поковырялся в коде самих изображений, потом в самом иллюстраторе и заметил, что не перевел обводку в кривые. Поэтому gulp и ругался. Да, мне эта ошибка запомнится надолго)))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question