review eslint rule
This commit is contained in:
@@ -18,7 +18,7 @@ export const NS = {
|
||||
XLINK: 'http://www.w3.org/1999/xlink',
|
||||
OI: 'http://www.optimistik.fr/namespace/svg/OIdata',
|
||||
XML: 'http://www.w3.org/XML/1998/namespace',
|
||||
XMLNS: 'http://www.w3.org/2000/xmlns/', // see http://www.w3.org/TR/REC-xml-names/#xmlReserved
|
||||
XMLNS: 'http://www.w3.org/2000/xmlns/' // see http://www.w3.org/TR/REC-xml-names/#xmlReserved
|
||||
// SODIPODI: 'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd',
|
||||
// INKSCAPE: 'http://www.inkscape.org/namespaces/inkscape',
|
||||
// RDF: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
|
||||
|
||||
@@ -184,7 +184,7 @@ export default class ConfigObj {
|
||||
'ext-shapes',
|
||||
'ext-polystar',
|
||||
'ext-storage',
|
||||
'ext-opensave',
|
||||
'ext-opensave'
|
||||
// 'ext-helloworld',
|
||||
];
|
||||
this.curConfig = {
|
||||
|
||||
@@ -276,7 +276,7 @@ export default {
|
||||
}
|
||||
const attrs = {
|
||||
width: newFO.getAttribute('width'),
|
||||
height: newFO.getAttribute('height'),
|
||||
height: newFO.getAttribute('height')
|
||||
};
|
||||
const keep = (attrs.width !== '0' || attrs.height !== '0');
|
||||
svgCanvas.addToSelection([ newFO ], true);
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,5 @@ export default {
|
||||
imgLibs_0_name: 'Demo library (local)',
|
||||
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
||||
imgLibs_1_name: 'IAN Symbol Libraries',
|
||||
imgLibs_1_description: 'Free library of illustrations',
|
||||
imgLibs_1_description: 'Free library of illustrations'
|
||||
};
|
||||
|
||||
@@ -79,7 +79,7 @@ export const putLocale = async function (givenParam, goodLangs) {
|
||||
debug: false,
|
||||
resources: {
|
||||
[langParam]: {
|
||||
translation: module.default,
|
||||
translation: module.default
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Změnit ID elementu',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Hlavní menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Vrstva',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Nevhodná hodnota',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -265,7 +265,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Element identifizieren',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Hauptmenü',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Ebene',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Fehlerhafter Wert',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menú principal',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Capa',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Valor no válido',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'لایه',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'مقدار داده شده نامعتبر است',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: "Identifier l'élément",
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menu principal',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Calque',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Valeur fournie invalide',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Laach',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Ferkearde waarde jûn',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'परत',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'अमान्य मूल्य',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: "Identifica l'elemento",
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menù principale',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Livello',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Valore assegnato non valido',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'レイヤ',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: '無効な値が指定されています。',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identificeer het element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Hoofdmenu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Laag',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Verkeerde waarde gegeven',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -28,7 +28,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identyfikator elementu',
|
||||
@@ -91,7 +91,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menu główne',
|
||||
@@ -170,7 +170,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Warstwa',
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Podano nieprawidłową wartość',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identifica o elemento',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menu Principal',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Camada',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Valor inválido',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identificare element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menu Principal',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Strat',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Valoarea data nu este validă',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Идентификатор элемента',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Главное меню',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Слой',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Некорректное значение аргумента',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Zmeniť ID elementu',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Hlavné menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Vrstva',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Neplatná hodnota',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'ID elementa',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Glavni meni',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Sloj',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Napačna vrednost!',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: '元素ID',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: '主菜单',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: '图层',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: '无效的参数',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
|
||||
group_identify_label: 'Group identification label',
|
||||
export_type_label: 'Select an image type for export:',
|
||||
export_type_label: 'Select an image type for export:'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
no_prefs_or_content: 'Do not store my preferences or SVG content locally',
|
||||
jgraduate_pad: 'Pad',
|
||||
jgraduate_reflect: 'Reflect',
|
||||
jgraduate_repeat: 'Repeat',
|
||||
jgraduate_repeat: 'Repeat'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
@@ -169,7 +169,7 @@ export default {
|
||||
ellipse_circle_tool: 'Ellipse/Circle Tool',
|
||||
square_rect_tool: 'Square/Rect Tool',
|
||||
remember_this_choice: 'Remember this choice?',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
|
||||
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
||||
},
|
||||
layers: {
|
||||
layer: '圖層',
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
jgraduate_set_angle: 'Click to set Angle',
|
||||
jgraduate_deg: 'deg:',
|
||||
jgraduate_opac: 'Opac:',
|
||||
jgraduate_set_opac: 'Click to set Opac',
|
||||
jgraduate_set_opac: 'Click to set Opac'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: '數值給定錯誤',
|
||||
|
||||
@@ -747,7 +747,7 @@ export const setImageURLMethod = function (val) {
|
||||
|
||||
const attrs = {
|
||||
width: elem.getAttribute('width'),
|
||||
height: elem.getAttribute('height'),
|
||||
height: elem.getAttribute('height')
|
||||
};
|
||||
const setsize = (!attrs.width || !attrs.height);
|
||||
|
||||
@@ -768,7 +768,7 @@ export const setImageURLMethod = function (val) {
|
||||
img.onload = function () {
|
||||
const changes = {
|
||||
width: elem.getAttribute('width'),
|
||||
height: elem.getAttribute('height'),
|
||||
height: elem.getAttribute('height')
|
||||
};
|
||||
elem.setAttribute('width', this.width);
|
||||
elem.setAttribute('height', this.height);
|
||||
|
||||
@@ -707,7 +707,7 @@ export const recalculateDimensions = function (selected) {
|
||||
x1: selected.getAttribute('x1'),
|
||||
y1: selected.getAttribute('y1'),
|
||||
x2: selected.getAttribute('x2'),
|
||||
y2: selected.getAttribute('y2'),
|
||||
y2: selected.getAttribute('y2')
|
||||
};
|
||||
// Fallthrough
|
||||
case 'polyline':
|
||||
|
||||
@@ -535,7 +535,7 @@ export const pushGroupProperty = function (g, undoable) {
|
||||
|
||||
const gattrs = {
|
||||
filter: g.getAttribute('filter'),
|
||||
opacity: g.getAttribute('opacity'),
|
||||
opacity: g.getAttribute('opacity')
|
||||
};
|
||||
let gfilter; let gblur; let changes;
|
||||
const drawing = elementContext_.getDrawing();
|
||||
@@ -719,7 +719,7 @@ export const convertToGroup = function (elem) {
|
||||
const svg = elem.firstChild;
|
||||
const pt = {
|
||||
x: svg.getAttribute('x'),
|
||||
y: svg.getAttribute('y'),
|
||||
y: svg.getAttribute('y')
|
||||
};
|
||||
|
||||
// $(elem.firstChild.firstChild).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user