add xml as import to allow roller to include in the build
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import './eyedropper-icon.xml';
|
||||
|
||||
export default {
|
||||
name: 'eyedropper',
|
||||
async init (S) {
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import './foreignobject-icons.xml';
|
||||
|
||||
export default {
|
||||
name: 'foreignobject',
|
||||
async init (S) {
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import './grid-icon.xml';
|
||||
|
||||
export default {
|
||||
name: 'grid',
|
||||
async init ({$, NS, getTypeMap, importLocale}) {
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
* @copyright 2010 Alexis Deveria
|
||||
*
|
||||
*/
|
||||
|
||||
import './ext-imagelib.xml';
|
||||
|
||||
export default {
|
||||
name: 'imagelib',
|
||||
async init ({$, decode64, importLocale, dropXMLInternalSubset}) {
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
* add support for dimension extension lines
|
||||
*
|
||||
*/
|
||||
|
||||
import './markers-icons.xml';
|
||||
|
||||
export default {
|
||||
name: 'markers',
|
||||
async init (S) {
|
||||
|
||||
@@ -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}) {
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
* @copyright 2010 CloudCanvas, Inc. All rights reserved
|
||||
*
|
||||
*/
|
||||
|
||||
import './polygon-icons.svg';
|
||||
|
||||
export default {
|
||||
name: 'polygon',
|
||||
async init (S) {
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
* @copyright 2010 Christian Tzurcanu, 2010 Alexis Deveria
|
||||
*
|
||||
*/
|
||||
|
||||
import './ext-shapes.xml';
|
||||
|
||||
export default {
|
||||
name: 'shapes',
|
||||
async init ({$, importLocale}) {
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
* @copyright 2010 CloudCanvas, Inc. All rights reserved
|
||||
*
|
||||
*/
|
||||
|
||||
import './star-icons.svg';
|
||||
|
||||
export default {
|
||||
name: 'star',
|
||||
async init (S) {
|
||||
|
||||
Reference in New Issue
Block a user