no need to have several import of svgpathseg as this one loads to the window
parent
782effbc3c
commit
22e44a0f56
|
@ -7,7 +7,6 @@
|
|||
* @copyright 2010 Alexis Deveria, 2010 Jeff Schiller
|
||||
*/
|
||||
|
||||
import './svgpathseg.js';
|
||||
import jQueryPluginSVG from './jQuery.attr.js'; // Needed for SVG attribute setting and array form with `attr`
|
||||
import {NS} from './namespaces.js';
|
||||
import {getTransformList} from './svgtransformlist.js';
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
* @copyright 2010 Jeff Schiller
|
||||
*
|
||||
*/
|
||||
import '../../../common/svgpathseg.js';
|
||||
|
||||
const loadExtensionTranslation = async function (lang) {
|
||||
let translationModule;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* @license MIT
|
||||
*/
|
||||
|
||||
import '../common/svgpathseg.js';
|
||||
import {
|
||||
snapToGrid, assignAttributes, getBBox, getRefElem, findDefs
|
||||
} from '../common/utilities.js';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue