diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-29 10:57:14 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-29 10:57:14 +1000 |
commit | a6dae04f796cbcf878a4cfd98acae7c4645c2b7c (patch) | |
tree | db82cf787e3dcb77be7beba65086316d6b08d54f /src/modules | |
parent | 5a70312f36355f20e7a643e26e1f6bdb597df7be (diff) | |
download | svg.js-a6dae04f796cbcf878a4cfd98acae7c4645c2b7c.tar.gz svg.js-a6dae04f796cbcf878a4cfd98acae7c4645c2b7c.zip |
finished specs for Box.js and made zoom handle level 0 correctly + make it more clear when zoom cannot zoom because it cant get width and height of the element
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/optional/data.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/optional/data.js b/src/modules/optional/data.js index 3a642c0..9986c3d 100644 --- a/src/modules/optional/data.js +++ b/src/modules/optional/data.js @@ -1,5 +1,4 @@ import { registerMethods } from '../../utils/methods.js' -import { isNumber } from '../core/regex.js' import { filter, map } from '../../utils/utils.js' // Store data values on svg nodes |