- Build: Update per current Rollup

This commit is contained in:
Brett Zamir
2020-03-23 00:03:13 +08:00
parent 5e5f96b47f
commit 9e5fe12f94
9 changed files with 28 additions and 31 deletions

7
dist/index-es.js vendored
View File

@@ -7107,11 +7107,10 @@ var pathActions = function () {
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
}
var _currentZoom = editorContext_.getCurrentZoom();
var currentZoom = editorContext_.getCurrentZoom();
assignAttributes(rubberBox, {
x: startX * _currentZoom,
y: startY * _currentZoom,
x: startX * currentZoom,
y: startY * currentZoom,
width: 0,
height: 0,
display: 'inline'

12
dist/index-es.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

7
dist/index-umd.js vendored
View File

@@ -7113,11 +7113,10 @@
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
}
var _currentZoom = editorContext_.getCurrentZoom();
var currentZoom = editorContext_.getCurrentZoom();
assignAttributes(rubberBox, {
x: startX * _currentZoom,
y: startY * _currentZoom,
x: startX * currentZoom,
y: startY * currentZoom,
width: 0,
height: 0,
display: 'inline'

12
dist/index-umd.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7179,11 +7179,10 @@ var SvgCanvas = (function () {
rubberBox = editorContext_.setRubberBox(editorContext_.selectorManager.getRubberBandBox());
}
var _currentZoom = editorContext_.getCurrentZoom();
var currentZoom = editorContext_.getCurrentZoom();
assignAttributes(rubberBox, {
x: startX * _currentZoom,
y: startY * _currentZoom,
x: startX * currentZoom,
y: startY * currentZoom,
width: 0,
height: 0,
display: 'inline'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long