S
S
Sergey Burduzha2017-06-10 23:17:24
SVG
Sergey Burduzha, 2017-06-10 23:17:24

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

1 answer(s)
S
Sergey Burduzha, 2017-06-10
@serii81

Нашел ответ. Поковырялся в коде самих изображений, потом в самом иллюстраторе и заметил, что не перевел обводку в кривые. Поэтому gulp и ругался. Да, мне эта ошибка запомнится надолго)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question