no need to have several import of svgpathseg as this one loads to the window

This commit is contained in:
jfh
2020-09-13 19:10:29 +02:00
parent 782effbc3c
commit 22e44a0f56
4 changed files with 0 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
* @license MIT
*/
import '../common/svgpathseg.js';
import {
snapToGrid, assignAttributes, getBBox, getRefElem, findDefs
} from '../common/utilities.js';

View File

@@ -7,7 +7,6 @@
* @copyright 2011 Alexis Deveria, 2011 Jeff Schiller
*/
import '../common/svgpathseg.js';
import {NS} from '../common/namespaces.js';
import {getTransformList} from '../common/svgtransformlist.js';
import {shortFloat} from '../common/units.js';