]> source.dussan.org Git - svg.js.git/commit
Allow 0 to be passed without unit
authorRémi Tétreault <tetreault.remi@gmail.com>
Wed, 22 Feb 2017 05:20:09 +0000 (00:20 -0500)
committerRémi Tétreault <tetreault.remi@gmail.com>
Wed, 22 Feb 2017 05:20:09 +0000 (00:20 -0500)
commit669c10a76ebd164c147d7f896fa162784c0b49df
tree7e8a86edc4b6bdcfb478347ef25e2a854b852f20
parent2d11717fe6ccd6b420f2faa5d56e3064e8574d18
Allow 0 to be passed without unit

This commit finish fixing issue #552. It makes it unnecessary to specify a
unit with 0 when interacting with another SVG.Number that has a unit.

This was accomplished by modifying the operation methods of SVG.Number to
allow them to use the unit of the passed number when this number as no unit.
dist/svg.js
dist/svg.min.js
spec/spec/fx.js
spec/spec/number.js
src/number.js