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

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

View File

@ -7,7 +7,6 @@
* @copyright 2010 Alexis Deveria, 2010 Jeff Schiller * @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 jQueryPluginSVG from './jQuery.attr.js'; // Needed for SVG attribute setting and array form with `attr`
import {NS} from './namespaces.js'; import {NS} from './namespaces.js';
import {getTransformList} from './svgtransformlist.js'; import {getTransformList} from './svgtransformlist.js';

View File

@ -6,7 +6,6 @@
* @copyright 2010 Jeff Schiller * @copyright 2010 Jeff Schiller
* *
*/ */
import '../../../common/svgpathseg.js';
const loadExtensionTranslation = async function (lang) { const loadExtensionTranslation = async function (lang) {
let translationModule; let translationModule;

View File

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

View File

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