index
:
svg.js.git
2.x
fix-basetag-bug
make-on-off-generic
master
svg.js_v1.x
The lightweight library for manipulating and animating SVG: https://github.com/svgdotjs/svg.js
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the bug where relative matrix transforms are not animated
Rémi Tétreault
2016-11-09
2
-5
/
+53
*
Fix a bug with the animation of a scale transform
Rémi Tétreault
2016-11-08
1
-0
/
+17
*
Fix and improve the dequeue method of the FX module
Rémi Tétreault
2016-11-03
1
-2
/
+58
*
Fix the implementation of the skew transform
Rémi Tétreault
2016-11-02
1
-5
/
+93
*
Make the code in the FX module simpler
Rémi Tétreault
2016-11-01
1
-210
/
+1106
*
Make matrixify work with transformation chain separated by commas
Rémi Tétreault
2016-11-01
1
-0
/
+37
*
added test for silently fixing wrong point parameters to SVG.PointArray + bet...
dotnetCarpenter
2016-10-20
1
-1
/
+8
*
fix leading/trailing space test case
dotnetCarpenter
2016-10-20
1
-3
/
+3
*
handle leading and trailing spaces
dotnetCarpenter
2016-10-20
1
-0
/
+5
*
correct naming of test
Ulrich-Matthias Schäfer
2016-10-20
1
-1
/
+1
*
hotfix (#529)
Ulrich-Matthias Schäfer
2016-10-20
1
-0
/
+5
*
Change the SVG.FX attribute spd to _speed
Rémi Tétreault
2016-10-17
1
-10
/
+10
*
Make the tests of timeToPos() and posToTime() easier to understand
Rémi Tétreault
2016-10-17
1
-6
/
+6
*
Make tests relating to speed easier to understand
Rémi Tétreault
2016-10-17
1
-42
/
+90
*
Make speed(0) pause the animation
Rémi Tétreault
2016-10-17
1
-3
/
+8
*
Make SVG.FX.speed act more like others animations libraries
Rémi Tétreault
2016-10-16
1
-4
/
+83
*
Fix the test of SVG.FX.afterAll
Rémi Tétreault
2016-10-15
1
-1
/
+1
*
Add tests for SVG.FX.loop
Rémi Tétreault
2016-10-15
1
-1
/
+153
*
all tests pass - All your base are belong to us
dotnetCarpenter
2016-10-12
3
-654
/
+14
|
\
|
*
fixed id in test which is different in headless browser
Ulrich-Matthias Schäfer
2016-10-12
1
-2
/
+2
|
*
Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke ...
Ulrich-Matthias Schäfer
2016-10-12
2
-644
/
+12
|
*
remove redundant test
Ulrich-Matthias Schäfer
2016-10-12
1
-8
/
+0
*
|
changing implementation according to review by @Fuzzyma
dotnetCarpenter
2016-10-12
1
-1
/
+1
*
|
fixes #525 by accepting/parsing coordianate strings where x and y is seperate...
dotnetCarpenter
2016-10-12
1
-1
/
+1
*
|
Added failing test for PointArray
dotnetCarpenter
2016-10-12
1
-0
/
+5
|
/
*
Merge pull request #527 from dotnetCarpenter/unittest
Ulrich-Matthias Schäfer
2016-10-12
11
-120
/
+334
|
\
|
*
halt dev of chrome base solution
dotnetCarpenter
2016-10-08
1
-20
/
+0
|
*
Apparently travis is running Firefox 31 which doesn't support 'let'
dotnetCarpenter
2016-10-04
1
-2
/
+2
|
*
add the CSS as a fixture - not sure if its needed for the tests but here it is
dotnetCarpenter
2016-10-04
3
-13
/
+30
|
*
updated stand-alone jasmine to 2.5.2
dotnetCarpenter
2016-10-04
7
-112
/
+301
|
*
cli unit test setup done
dotnetCarpenter
2016-10-04
2
-2
/
+11
|
*
trying out karma-fixture
dotnetCarpenter
2016-10-04
1
-0
/
+19
|
*
fix missing ) which caused a subtle syntax error
dotnetCarpenter
2016-10-04
1
-1
/
+1
*
|
fixed specs for SVG.Point, fixes #530
Ulrich-Matthias Schäfer
2016-10-12
2
-8
/
+9
*
|
tests now pass in Firefox
Ulrich-Matthias Schäfer
2016-10-12
4
-27
/
+76
|
/
*
Speed improvements on parent element
wout
2016-08-04
4
-7
/
+7
*
fixed line constructor which doesn't work with Array as input (#487)
Ulrich-Matthias Schäfer
2016-05-16
1
-0
/
+12
*
fixed bbox when element is not in the dom (#480), added parameter to `clone`
Ulrich-Matthias Schäfer
2016-05-13
2
-12
/
+27
*
fixed string parsing in viewbox (#483), specs `SVG.ViewBox`
Ulrich-Matthias Schäfer
2016-05-13
4
-61
/
+184
*
fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ...
Ulrich-Matthias Schäfer
2016-05-05
2
-60
/
+64
*
fixed bug in `add()` and `SVG.Doc().create()`
Ulrich-Matthias Schäfer
2016-04-15
2
-7
/
+19
*
fixed `SVG.morph()` (#473)
Ulrich-Matthias Schäfer
2016-04-03
1
-3
/
+4
*
readme update, clean up
Ulrich-Matthias Schäfer
2016-03-29
1
-4
/
+4
*
fix finishing up correctly with even loops, readme
Ulrich-Matthias Schäfer
2016-03-29
1
-1
/
+6
*
discard totalProgress for now
Ulrich-Matthias Schäfer
2016-03-28
1
-1
/
+1
*
revert multiple breaking changes introduced by the last commits
Ulrich-Matthias Schäfer
2016-03-28
1
-38
/
+32
*
updated jasmine and specs
Ulrich-Matthias Schäfer
2016-03-23
14
-969
/
+2743
*
Merge branch 'master' into 3.0.0
Ulrich-Matthias Schäfer
2016-02-10
5
-48
/
+264
|
\
|
*
fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443)
Ulrich-Matthias Schäfer
2016-01-23
1
-9
/
+34
|
*
fixed `svgjs:data` attribute which was not set properly in all browsers (#428)
Ulrich-Matthias Schäfer
2016-01-21
2
-36
/
+73
[next]