add xml as import to allow roller to include in the build

This commit is contained in:
jfh
2020-08-27 00:09:55 +02:00
parent 9c8a2e358a
commit 2827efc88f
597 changed files with 269162 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
*
*/
import './eyedropper-icon.xml';
export default {
name: 'eyedropper',
async init (S) {

View File

@@ -7,6 +7,8 @@
*
*/
import './foreignobject-icons.xml';
export default {
name: 'foreignobject',
async init (S) {

View File

@@ -7,6 +7,8 @@
*
*/
import './grid-icon.xml';
export default {
name: 'grid',
async init ({$, NS, getTypeMap, importLocale}) {

View File

@@ -6,6 +6,9 @@
* @copyright 2010 Alexis Deveria
*
*/
import './ext-imagelib.xml';
export default {
name: 'imagelib',
async init ({$, decode64, importLocale, dropXMLInternalSubset}) {

View File

@@ -28,6 +28,9 @@
* add support for dimension extension lines
*
*/
import './markers-icons.xml';
export default {
name: 'markers',
async init (S) {

View File

@@ -9,6 +9,9 @@
/*
This is a very basic SVG-Edit extension to let tablet/mobile devices pan without problem
*/
import './ext-panning.xml';
export default {
name: 'panning',
async init ({importLocale}) {

View File

@@ -5,6 +5,9 @@
* @copyright 2010 CloudCanvas, Inc. All rights reserved
*
*/
import './polygon-icons.svg';
export default {
name: 'polygon',
async init (S) {

View File

@@ -6,6 +6,9 @@
* @copyright 2010 Christian Tzurcanu, 2010 Alexis Deveria
*
*/
import './ext-shapes.xml';
export default {
name: 'shapes',
async init ({$, importLocale}) {

View File

@@ -5,6 +5,9 @@
* @copyright 2010 CloudCanvas, Inc. All rights reserved
*
*/
import './star-icons.svg';
export default {
name: 'star',
async init (S) {