1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00
This commit is contained in:
Bogdan Chadkin
2021-03-10 18:51:50 +03:00
parent e82a672bbf
commit 685d9fa55e

View File

@ -104,7 +104,7 @@ function parseViewBox(svg) {
var path = new JSAPI({
type: 'element',
name: 'path',
content: []
content: [],
});
path.addAttr({
name: 'd',