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
*
Add tests for fix array values which were not animated (#698)
Rémi Tétreault
2017-07-09
1
-0
/
+55
*
Update CHANGELOG and rebuild the lib
Rémi Tétreault
2017-05-27
1
-2
/
+28
*
Merge pull request #676 from jcorentin/fix-height-width-animation
Rémi Tétreault
2017-05-26
1
-0
/
+16
|
\
|
*
Add unit tests for width & height animation
Corentin J
2017-05-11
1
-0
/
+16
*
|
fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callbac...
Rémi Tétreault
2017-05-14
1
-10
/
+27
|
/
*
revert the previous commit
Rémi Tétreault
2017-05-02
1
-122
/
+0
*
allow SVG.Matrix to be passed SVG.Number
Rémi Tétreault
2017-05-01
1
-0
/
+122
*
Adds the intended functionality to call animate functions with multiple param...
Ulrich-Matthias Schäfer
2017-04-30
1
-2
/
+2
*
fixed `SVG.FX.once` so that it add its callback on the last situation instead...
Rémi Tétreault
2017-04-30
1
-0
/
+9
*
format fixture svg and remove redundant css (use fixture.css instead)
dotnetCarpenter
2017-04-27
2
-38
/
+32
*
move fixtures to the fixtures folder
dotnetCarpenter
2017-04-27
2
-0
/
+0
*
updated jasmine to 2.6.0 and added @RmiTtro as maintainer
dotnetCarpenter
2017-04-26
7
-1135
/
+2444
*
fixed a bug in path parser which made it stop parsing when hitting z command ...
Ulrich-Matthias Schäfer
2017-04-25
1
-3
/
+3
*
Fix the flip transform on both axis
Rémi Tétreault
2017-04-15
3
-2
/
+140
*
clean up and added changes to CHANGELOG
dotnetCarpenter
2017-04-11
1
-10
/
+10
*
re-added all specs from the spec/spec/ folder
dotnetCarpenter
2017-04-11
1
-35
/
+36
*
fix pass
Ulrich-Matthias Schäfer
2017-04-09
1
-1
/
+1
*
make last test passing in svg docs
Ulrich-Matthias Schäfer
2017-04-09
2
-11
/
+13
*
clear does not remove parser anymore
Ulrich-Matthias Schäfer
2017-03-29
6
-96
/
+138
*
relax test
Ulrich-Matthias Schäfer
2017-03-27
5
-30
/
+3
*
Speed improvements for plot() on path, polygon and poly line elements.
wout
2017-03-24
3
-14
/
+89
*
fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays
Ulrich-Matthias Schäfer
2017-03-24
1
-1
/
+11
*
onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...
Ulrich-Matthias Schäfer
2017-03-21
17
-184
/
+285
*
fixing test
Ulrich-Matthias Schäfer
2017-03-16
1
-1
/
+1
*
make more tests pass in IE
Ulrich-Matthias Schäfer
2017-03-15
4
-34
/
+53
*
move most regexe to SVG.regex, fix matrix constructor for string argument
Ulrich-Matthias Schäfer
2017-03-14
1
-1
/
+7
*
fixed a bug with clone which didnt copy over dom data (#621)
Ulrich-Matthias Schäfer
2017-03-09
1
-1
/
+8
*
make events cancelable by default (#550) - version 5
Ulrich-Matthias Schäfer
2017-03-09
1
-7
/
+20
*
Fix offset produced by svg parser (#553)
Ulrich-Matthias Schäfer
2017-03-08
1
-1
/
+1
*
add ability to use `font()` method like `attr()` method (#620)
Ulrich-Matthias Schäfer
2017-03-08
1
-6
/
+16
*
added SVG.Box, added transform method to boxes, fix rbox (#626)
Ulrich-Matthias Schäfer
2017-03-08
3
-99
/
+143
*
fixes SVG.PointArray.size() which created NaN when the bbox of the point arra...
Ulrich-Matthias Schäfer
2017-03-08
1
-28
/
+44
*
Fix Animating a flip transform does not work #624
Rémi Tétreault
2017-03-07
1
-3
/
+59
*
Make the method dequeue stop the current animation
Rémi Tétreault
2017-03-07
1
-16
/
+9
*
Have stop be called after each test of the fx module
Rémi Tétreault
2017-03-07
1
-11
/
+18
*
make flip working with both axis when no parameter / only offset is passed
Ulrich-Matthias Schäfer
2017-03-06
2
-4
/
+23
*
speed up path parsing for most cases
Ulrich-Matthias Schäfer
2017-03-06
1
-0
/
+7
*
`dx()/dy()` now accepts percentage values, too (#524)
Ulrich-Matthias Schäfer
2017-03-05
1
-2
/
+20
*
fixed error in event which did not clean up `SVG.handlerMap` properly (#518)
Ulrich-Matthias Schäfer
2017-03-05
1
-0
/
+14
*
added test cases to increase code coverage
Ulrich-Matthias Schäfer
2017-03-01
2
-13
/
+12
*
added test cases to increase coverage
Ulrich-Matthias Schäfer
2017-03-01
2
-0
/
+76
*
added test cases to increase code coverage
Ulrich-Matthias Schäfer
2017-03-01
1
-8
/
+255
*
Added test cases to increase code coverage
Ulrich-Matthias Schäfer
2017-03-01
1
-0
/
+143
*
added test case for ungroup/flatten
Ulrich-Matthias Schäfer
2017-03-01
1
-9
/
+74
*
fixed bug in SVG.Transformations when creating with array/argument list.
Ulrich-Matthias Schäfer
2017-02-28
3
-0
/
+332
*
added tests to increase code coverage
Ulrich-Matthias Schäfer
2017-02-28
8
-6
/
+404
*
added tests to increase code coverage
Ulrich-Matthias Schäfer
2017-02-28
3
-6
/
+21
*
added test cases to increase coverage
Ulrich-Matthias Schäfer
2017-02-27
5
-23
/
+147
*
Add tests for the animate method of the FX module
Rémi Tétreault
2017-02-25
1
-0
/
+44
*
Add tests for when the user call stop/finish in during callback
Rémi Tétreault
2017-02-25
1
-0
/
+12
[next]