mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
Fix lint
This commit is contained in:
@ -104,7 +104,7 @@ function parseViewBox(svg) {
|
|||||||
var path = new JSAPI({
|
var path = new JSAPI({
|
||||||
type: 'element',
|
type: 'element',
|
||||||
name: 'path',
|
name: 'path',
|
||||||
content: []
|
content: [],
|
||||||
});
|
});
|
||||||
path.addAttr({
|
path.addAttr({
|
||||||
name: 'd',
|
name: 'd',
|
||||||
|
Reference in New Issue
Block a user