- Build: Update per current Rollup
This commit is contained in:
7
dist/index-es.js
vendored
7
dist/index-es.js
vendored
@@ -7107,11 +7107,10 @@ var pathActions = function () {
|
|||||||
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
|
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
|
||||||
}
|
}
|
||||||
|
|
||||||
var _currentZoom = editorContext_.getCurrentZoom();
|
var currentZoom = editorContext_.getCurrentZoom();
|
||||||
|
|
||||||
assignAttributes(rubberBox, {
|
assignAttributes(rubberBox, {
|
||||||
x: startX * _currentZoom,
|
x: startX * currentZoom,
|
||||||
y: startY * _currentZoom,
|
y: startY * currentZoom,
|
||||||
width: 0,
|
width: 0,
|
||||||
height: 0,
|
height: 0,
|
||||||
display: 'inline'
|
display: 'inline'
|
||||||
|
|||||||
12
dist/index-es.min.js
vendored
12
dist/index-es.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-es.min.js.map
vendored
2
dist/index-es.min.js.map
vendored
File diff suppressed because one or more lines are too long
7
dist/index-umd.js
vendored
7
dist/index-umd.js
vendored
@@ -7113,11 +7113,10 @@
|
|||||||
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
|
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
|
||||||
}
|
}
|
||||||
|
|
||||||
var _currentZoom = editorContext_.getCurrentZoom();
|
var currentZoom = editorContext_.getCurrentZoom();
|
||||||
|
|
||||||
assignAttributes(rubberBox, {
|
assignAttributes(rubberBox, {
|
||||||
x: startX * _currentZoom,
|
x: startX * currentZoom,
|
||||||
y: startY * _currentZoom,
|
y: startY * currentZoom,
|
||||||
width: 0,
|
width: 0,
|
||||||
height: 0,
|
height: 0,
|
||||||
display: 'inline'
|
display: 'inline'
|
||||||
|
|||||||
12
dist/index-umd.min.js
vendored
12
dist/index-umd.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-umd.min.js.map
vendored
2
dist/index-umd.min.js.map
vendored
File diff suppressed because one or more lines are too long
7
dist/svgcanvas-iife.js
vendored
7
dist/svgcanvas-iife.js
vendored
@@ -7179,11 +7179,10 @@ var SvgCanvas = (function () {
|
|||||||
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
|
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
|
||||||
}
|
}
|
||||||
|
|
||||||
var _currentZoom = editorContext_.getCurrentZoom();
|
var currentZoom = editorContext_.getCurrentZoom();
|
||||||
|
|
||||||
assignAttributes(rubberBox, {
|
assignAttributes(rubberBox, {
|
||||||
x: startX * _currentZoom,
|
x: startX * currentZoom,
|
||||||
y: startY * _currentZoom,
|
y: startY * currentZoom,
|
||||||
width: 0,
|
width: 0,
|
||||||
height: 0,
|
height: 0,
|
||||||
display: 'inline'
|
display: 'inline'
|
||||||
|
|||||||
8
dist/svgcanvas-iife.min.js
vendored
8
dist/svgcanvas-iife.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/svgcanvas-iife.min.js.map
vendored
2
dist/svgcanvas-iife.min.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user