@pqina/pintura 8.96.4 → 8.97.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.97.1 | 2026-04-27
4
+
5
+ - Fix issue where Pintura would crash when browser ran out of video memory.
6
+
7
+ ## 8.97.0 | 2026-04-16
8
+
9
+ - Add polygon lasso tool to Retouch plugin.
10
+ - Add selection origin indicator to lasso selections.
11
+ - Fix issue where wheel zoom would drift when fully zoomed in.
12
+ - Fix issue where zooming out to fast with wheel would translate view center.
13
+
3
14
  ## 8.96.4 | 2026-04-09
4
15
 
5
16
  - Fix issue where multi-touch and wheel zoom would only zoom towards view center.
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Bearbeiten',
14
14
  labelClose: 'Schließen',
15
15
  labelSupportError: `{features} wird in diesem Browser nicht unterstützt`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Farbe',
@@ -212,6 +213,7 @@ export const MarkupEditor = {
212
213
  shapeLabelToolSelectionLassoo: 'Lasso',
213
214
  shapeLabelToolSelectionRectangle: 'Rechteckauswahl',
214
215
  shapeLabelToolSelectionEllipse: 'Ellipsenauswahl',
216
+ shapeLabelToolSelectionPolygon: 'Polygon-Auswahl',
215
217
 
216
218
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
217
219
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -220,6 +222,8 @@ export const MarkupEditor = {
220
222
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
221
223
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
222
224
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
225
+ shapeIconToolSelectionPolygon:
226
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
223
227
  };
224
228
 
225
229
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Edit',
14
14
  labelClose: 'Close',
15
15
  labelSupportError: `{features} not supported on this browser`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Color',
@@ -213,6 +214,7 @@ export const MarkupEditor = {
213
214
  shapeLabelToolSelectionLassoo: 'Lassoo',
214
215
  shapeLabelToolSelectionRectangle: 'Rectangle marquee',
215
216
  shapeLabelToolSelectionEllipse: 'Ellipse marquee',
217
+ shapeLabelToolSelectionPolygon: 'Polygon marquee',
216
218
 
217
219
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
218
220
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -221,6 +223,8 @@ export const MarkupEditor = {
221
223
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
222
224
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
223
225
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
226
+ shapeIconToolSelectionPolygon:
227
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
224
228
  };
225
229
 
226
230
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Editar',
14
14
  labelClose: 'Cerrar',
15
15
  labelSupportError: `Este navegador no soporta {features}`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Color',
@@ -209,6 +210,7 @@ export const MarkupEditor = {
209
210
  shapeLabelToolSelectionLassoo: 'Lazo',
210
211
  shapeLabelToolSelectionRectangle: 'Selección rectangular',
211
212
  shapeLabelToolSelectionEllipse: 'Selección elíptica',
213
+ shapeLabelToolSelectionPolygon: 'Selección poligonal',
212
214
 
213
215
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
214
216
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -217,6 +219,8 @@ export const MarkupEditor = {
217
219
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
218
220
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
219
221
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
222
+ shapeIconToolSelectionPolygon:
223
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
220
224
  };
221
225
 
222
226
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Modifier',
14
14
  labelClose: 'Fermer',
15
15
  labelSupportError: `{features} non pris en charge dans ce navigateur`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Couleur',
@@ -210,6 +211,7 @@ export const MarkupEditor = {
210
211
  shapeLabelToolSelectionLassoo: 'Lasso',
211
212
  shapeLabelToolSelectionRectangle: 'Sélection rectangulaire',
212
213
  shapeLabelToolSelectionEllipse: 'Sélection elliptique',
214
+ shapeLabelToolSelectionPolygon: 'Sélection polygonale',
213
215
 
214
216
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
215
217
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -218,6 +220,8 @@ export const MarkupEditor = {
218
220
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
219
221
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
220
222
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
223
+ shapeIconToolSelectionPolygon:
224
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
221
225
  };
222
226
 
223
227
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'संपादित करें',
14
14
  labelClose: 'बंद करें',
15
15
  labelSupportError: `इस ब्राउज़र पर {features} समर्थित नहीं हैं`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'रंग',
@@ -213,6 +214,7 @@ export const MarkupEditor = {
213
214
  shapeLabelToolSelectionLassoo: 'लासू',
214
215
  shapeLabelToolSelectionRectangle: 'आयताकार चयन',
215
216
  shapeLabelToolSelectionEllipse: 'दीर्घवृत्त चयन',
217
+ shapeLabelToolSelectionPolygon: 'बहुभुज चयन',
216
218
 
217
219
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
218
220
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -221,6 +223,8 @@ export const MarkupEditor = {
221
223
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
222
224
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
223
225
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
226
+ shapeIconToolSelectionPolygon:
227
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
224
228
  };
225
229
 
226
230
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Modifica',
14
14
  labelClose: 'Chiudi',
15
15
  labelSupportError: `{features} non supportate su questo browser`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // predefiniti
18
19
  labelColor: 'Colore',
@@ -211,6 +212,7 @@ export const MarkupEditor = {
211
212
  shapeLabelToolSelectionLassoo: 'Lazo',
212
213
  shapeLabelToolSelectionRectangle: 'Selezione rettangolare',
213
214
  shapeLabelToolSelectionEllipse: 'Selezione ellittica',
215
+ shapeLabelToolSelectionPolygon: 'Selezione poligonale',
214
216
 
215
217
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
216
218
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -219,6 +221,8 @@ export const MarkupEditor = {
219
221
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
220
222
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
221
223
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
224
+ shapeIconToolSelectionPolygon:
225
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
222
226
  };
223
227
 
224
228
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: '編集',
14
14
  labelClose: '閉じる',
15
15
  labelSupportError: `{features} はこのブラウザではサポートされていません`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: '色',
@@ -211,6 +212,7 @@ export const MarkupEditor = {
211
212
  shapeLabelToolSelectionLassoo: 'ラッソ',
212
213
  shapeLabelToolSelectionRectangle: '矩形選択',
213
214
  shapeLabelToolSelectionEllipse: '楕円選択',
215
+ shapeLabelToolSelectionPolygon: '多角形選択',
214
216
 
215
217
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
216
218
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -219,6 +221,8 @@ export const MarkupEditor = {
219
221
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
220
222
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
221
223
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
224
+ shapeIconToolSelectionPolygon:
225
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
222
226
  };
223
227
 
224
228
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: '편집',
14
14
  labelClose: '닫기',
15
15
  labelSupportError: `{features} not supported on this browser`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: '색상',
@@ -230,9 +231,10 @@ export const MarkupEditor = {
230
231
  shapeLabelSelectionModeSubtract: '제거',
231
232
 
232
233
  shapeLabelToolSelectionBrush: '브러시',
233
- shapeLabelToolSelectionLassoo: 'Lassoo',
234
- shapeLabelToolSelectionRectangle: 'Rectangle marquee',
235
- shapeLabelToolSelectionEllipse: 'Ellipse marquee',
234
+ shapeLabelToolSelectionLassoo: 'Lasso',
235
+ shapeLabelToolSelectionRectangle: 'Rectangle',
236
+ shapeLabelToolSelectionEllipse: 'Ellipse',
237
+ shapeLabelToolSelectionPolygon: '다각형 선택',
236
238
 
237
239
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
238
240
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -241,6 +243,8 @@ export const MarkupEditor = {
241
243
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
242
244
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
243
245
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
246
+ shapeIconToolSelectionPolygon:
247
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
244
248
  };
245
249
 
246
250
  // deprecated
@@ -12,6 +12,8 @@ export default {
12
12
  labelEdit: 'Rediger',
13
13
  labelClose: 'Lukk',
14
14
  labelSupportError: `{features} støttes ikke på denne nettleseren`,
15
+ labelMemoryError: `The browser ran out of memory`,
16
+
15
17
  labelColor: 'Farge',
16
18
  labelWidth: 'Bredde',
17
19
  labelSize: 'Størrelse',
@@ -202,6 +204,7 @@ export const MarkupEditor = {
202
204
  shapeLabelToolSelectionLassoo: 'Lasso',
203
205
  shapeLabelToolSelectionRectangle: 'Rektangelutvalg',
204
206
  shapeLabelToolSelectionEllipse: 'Ellipseutvalg',
207
+ shapeLabelToolSelectionPolygon: 'Polygonutvalg',
205
208
 
206
209
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
207
210
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -210,6 +213,8 @@ export const MarkupEditor = {
210
213
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
211
214
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
212
215
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
216
+ shapeIconToolSelectionPolygon:
217
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
213
218
  };
214
219
 
215
220
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Bewerken',
14
14
  labelClose: 'Sluiten',
15
15
  labelSupportError: `{features} niet ondersteund op deze browser`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Kleur',
@@ -209,8 +210,9 @@ export const MarkupEditor = {
209
210
 
210
211
  shapeLabelToolSelectionBrush: 'Penseel',
211
212
  shapeLabelToolSelectionLassoo: 'Lasso',
212
- shapeLabelToolSelectionRectangle: 'Rechthoek selectie',
213
- shapeLabelToolSelectionEllipse: 'Ellips selectie',
213
+ shapeLabelToolSelectionRectangle: 'Rechthoekselectie',
214
+ shapeLabelToolSelectionEllipse: 'Ellipsselectie',
215
+ shapeLabelToolSelectionPolygon: 'Polygoonselectie',
214
216
 
215
217
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
216
218
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -219,6 +221,8 @@ export const MarkupEditor = {
219
221
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
220
222
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
221
223
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
224
+ shapeIconToolSelectionPolygon:
225
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
222
226
  };
223
227
 
224
228
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Editar',
14
14
  labelClose: 'Fechar',
15
15
  labelSupportError: `{features} não é suportado neste navegador`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Cor',
@@ -213,6 +214,7 @@ export const MarkupEditor = {
213
214
  shapeLabelToolSelectionLassoo: 'Laço',
214
215
  shapeLabelToolSelectionRectangle: 'Seleção retangular',
215
216
  shapeLabelToolSelectionEllipse: 'Seleção elíptica',
217
+ shapeLabelToolSelectionPolygon: 'Seleção poligonal',
216
218
 
217
219
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
218
220
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -221,6 +223,8 @@ export const MarkupEditor = {
221
223
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
222
224
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
223
225
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
226
+ shapeIconToolSelectionPolygon:
227
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
224
228
  };
225
229
 
226
230
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Изменить',
14
14
  labelClose: 'Закрыть',
15
15
  labelSupportError: `{features} не поддерживается в этом браузере`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Цвет',
@@ -209,6 +210,7 @@ export const MarkupEditor = {
209
210
  shapeLabelToolSelectionLassoo: 'Лассо',
210
211
  shapeLabelToolSelectionRectangle: 'Прямоугольное выделение',
211
212
  shapeLabelToolSelectionEllipse: 'Эллиптическое выделение',
213
+ shapeLabelToolSelectionPolygon: 'Многоугольное выделение',
212
214
 
213
215
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
214
216
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -217,6 +219,8 @@ export const MarkupEditor = {
217
219
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
218
220
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
219
221
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
222
+ shapeIconToolSelectionPolygon:
223
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
220
224
  };
221
225
 
222
226
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Uredi',
14
14
  labelClose: 'Zapri',
15
15
  labelSupportError: `{features} niso podprte v tem brskalniku`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Barva',
@@ -213,6 +214,7 @@ export const MarkupEditor = {
213
214
  shapeLabelToolSelectionLassoo: 'Laserska vrv',
214
215
  shapeLabelToolSelectionRectangle: 'Pravokotna izbira',
215
216
  shapeLabelToolSelectionEllipse: 'Eliptična izbira',
217
+ shapeLabelToolSelectionPolygon: 'Poligonalna izbira',
216
218
 
217
219
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
218
220
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -221,6 +223,8 @@ export const MarkupEditor = {
221
223
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
222
224
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
223
225
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
226
+ shapeIconToolSelectionPolygon:
227
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
224
228
  };
225
229
 
226
230
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: 'Redigera',
14
14
  labelClose: 'Stäng',
15
15
  labelSupportError: `{features} stöds inte på den här webbläsaren`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: 'Färg',
@@ -212,6 +213,7 @@ export const MarkupEditor = {
212
213
  shapeLabelToolSelectionLassoo: 'Lasso',
213
214
  shapeLabelToolSelectionRectangle: 'Rektangelmarkering',
214
215
  shapeLabelToolSelectionEllipse: 'Ellipsmarkering',
216
+ shapeLabelToolSelectionPolygon: 'Polygonmarkering',
215
217
 
216
218
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
217
219
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -220,6 +222,8 @@ export const MarkupEditor = {
220
222
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
221
223
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
222
224
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
225
+ shapeIconToolSelectionPolygon:
226
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
223
227
  };
224
228
 
225
229
  // deprecated
@@ -13,6 +13,7 @@ export default {
13
13
  labelEdit: '编辑',
14
14
  labelClose: '关闭',
15
15
  labelSupportError: `此浏览器不支持{features}`,
16
+ labelMemoryError: `The browser ran out of memory`,
16
17
 
17
18
  // defaults
18
19
  labelColor: '颜色',
@@ -209,6 +210,7 @@ export const MarkupEditor = {
209
210
  shapeLabelToolSelectionLassoo: '套索',
210
211
  shapeLabelToolSelectionRectangle: '矩形选框',
211
212
  shapeLabelToolSelectionEllipse: '椭圆选框',
213
+ shapeLabelToolSelectionPolygon: '多边形选框',
212
214
 
213
215
  shapeIconSelectionModeNew: `<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5"/><rect width="12" height="12" x="9" y="9" fill="currentColor" fill-opacity=".25" rx="2"/></g>`,
214
216
  shapeIconSelectionModeAdd: `<g fill="none" fill-rule="evenodd" stroke="currentColor"><path fill="currentColor" fill-opacity=".25" stroke-linecap="round" stroke-linejoin="round" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10Z"/><path d="M13 15h4M15 13v4"/></g>`,
@@ -217,6 +219,8 @@ export const MarkupEditor = {
217
219
  shapeIconToolSelectionLassoo: `<g fill="none" fill-rule="evenodd" stroke-width=".125em" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M11.428 17.702a18.46 18.46 0 0 0 4.085-1.595c5.851-3.112 9.019-8.599 7.074-12.256-1.945-3.657-8.265-4.1-14.116-.988C2.619 5.974-.55 11.46 1.396 15.118c.63 1.186 1.72 2.033 3.105 2.532"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.833" transform="rotate(-15 8 18.5)"/><path stroke-linecap="round" d="M5 18c3.347 1.048 5.514 1.881 6.5 2.5.859.54 1.517.994 1.5 2.364"/></g>`,
218
220
  shapeIconToolSelectionRectangle: `<g stroke-width=".125em" stroke="currentColor"><path d="M9 1 h6 m4 0 h4v4 m0 4 v6 m0 4 v4h-4 m-4 0 h-6 m-4 0 h-4v-4 m0 -4 v-6 m0 -4 v-4h4" fill="none" /></g>`,
219
221
  shapeIconToolSelectionEllipse: `<path stroke-width=".125em" stroke="currentColor" d="M1.21 9.853a11.054 11.054 0 0 0 0 4.294m1.643 3.965a11.054 11.054 0 0 0 3.035 3.035m3.965 1.644a11.054 11.054 0 0 0 4.294 0m3.965-1.644a11.054 11.054 0 0 0 3.035-3.035m1.644-3.965a11.054 11.054 0 0 0 0-4.294m-1.644-3.965a11.054 11.054 0 0 0-3.035-3.035m-3.965-1.644a11.054 11.054 0 0 0-4.294 0M5.888 2.853a11.054 11.054 0 0 0-3.035 3.035"/>`,
222
+ shapeIconToolSelectionPolygon:
223
+ '<g fill="none" stroke="currentColor" stroke-width=".125em"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h11V1L13 9 1 6l5 9 3 6v2"/><ellipse cx="8" cy="18.5" rx="3.5" ry="2.8" transform="rotate(-2 8 18)"/></g>',
220
224
  };
221
225
 
222
226
  // deprecated
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.96.4",
2
+ "version": "8.97.1",
3
3
  "name": "@pqina/pintura",
4
4
  "description": "This package is for testing purposes only. Visit https://pqina.nl/pintura to purchase a valid license.",
5
5
  "browser": "pintura.js",