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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release 2.5.0
2.5.0
Ulrich-Matthias Schäfer
2017-03-10
4
-5
/
+5
*
fix bug in box when box with top and left is given which is 0 (#632)
Ulrich-Matthias Schäfer
2017-03-09
3
-6
/
+6
*
updated changelog
Ulrich-Matthias Schäfer
2017-03-09
1
-0
/
+1
*
fixed a bug with clone which didnt copy over dom data (#621)
Ulrich-Matthias Schäfer
2017-03-09
4
-7
/
+20
*
update changelog
Ulrich-Matthias Schäfer
2017-03-09
1
-0
/
+2
*
make events cancelable by default (#550) - version 5
Ulrich-Matthias Schäfer
2017-03-09
5
-25
/
+48
*
start the animation when after(All)/during(All) is called (#583)
Ulrich-Matthias Schäfer
2017-03-09
4
-22
/
+38
*
Fix offset produced by svg parser (#553)
Ulrich-Matthias Schäfer
2017-03-08
5
-5
/
+6
*
update changelog
Ulrich-Matthias Schäfer
2017-03-08
1
-0
/
+1
*
add ability to use `font()` method like `attr()` method (#620)
Ulrich-Matthias Schäfer
2017-03-08
4
-28
/
+40
*
update changelog
Ulrich-Matthias Schäfer
2017-03-08
1
-0
/
+1
*
fix documet.contains bug in IE (#612)
Ulrich-Matthias Schäfer
2017-03-08
3
-8
/
+26
*
added SVG.Box, added transform method to boxes, fix rbox (#626)
Ulrich-Matthias Schäfer
2017-03-08
10
-275
/
+366
*
fixes SVG.PointArray.size() which created NaN when the bbox of the point arra...
Ulrich-Matthias Schäfer
2017-03-08
5
-35
/
+52
*
Fix Animating a flip transform does not work #624
Rémi Tétreault
2017-03-07
4
-9
/
+65
*
Make the method dequeue stop the current animation
Rémi Tétreault
2017-03-07
4
-29
/
+24
*
Have stop be called after each test of the fx module
Rémi Tétreault
2017-03-07
1
-11
/
+18
*
add rotate() as an animation method in typescript
dotnetCarpenter
2017-03-08
1
-0
/
+1
*
make flip working with both axis when no parameter / only offset is passed
Ulrich-Matthias Schäfer
2017-03-06
7
-15
/
+47
*
fix bug in rebuild, remove x adjusting in x method (#616)
Ulrich-Matthias Schäfer
2017-03-06
3
-14
/
+4
*
speed up path parsing for most cases
Ulrich-Matthias Schäfer
2017-03-06
8
-59
/
+66
*
added `font()` method to `SVG.Tspan` (#599)
Ulrich-Matthias Schäfer
2017-03-05
4
-5
/
+6
*
`dx()/dy()` now accepts percentage values, too (#524)
Ulrich-Matthias Schäfer
2017-03-05
5
-8
/
+27
*
fixed error in event which did not clean up `SVG.handlerMap` properly (#518)
Ulrich-Matthias Schäfer
2017-03-05
5
-2
/
+19
*
removed at() helper which is not used anymore
Ulrich-Matthias Schäfer
2017-03-03
2
-27
/
+1
*
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
6
-35
/
+361
*
update changelog
Ulrich-Matthias Schäfer
2017-02-28
1
-0
/
+2
*
added tests to increase code coverage
Ulrich-Matthias Schäfer
2017-02-28
12
-11
/
+413
*
removed old fx code which is unused (#605)
Ulrich-Matthias Schäfer
2017-02-28
4
-52
/
+3
*
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
6
-23
/
+156
*
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
*
Add tests for the method atEnd of the FX module
Rémi Tétreault
2017-02-25
4
-31
/
+164
*
Correct some tests for the at_ methods of the FX module
Rémi Tétreault
2017-02-25
1
-4
/
+4
*
added test cases to increase code coverage
Ulrich-Matthias Schäfer
2017-02-25
3
-10
/
+31
*
update changelog
Ulrich-Matthias Schäfer
2017-02-25
1
-0
/
+2
*
viewbox now also accepts arrays and strings
Ulrich-Matthias Schäfer
2017-02-25
4
-49
/
+35
*
added test cases to increase code coverage
Ulrich-Matthias Schäfer
2017-02-25
13
-16
/
+189
*
added a few missing tests to increase coverage
Ulrich-Matthias Schäfer
2017-02-24
6
-2
/
+155
*
`SVG.Array` now accepts a comma seperated string and returns array of numbers...
Ulrich-Matthias Schäfer
2017-02-24
3
-4
/
+6
*
newlines
Ulrich-Matthias Schäfer
2017-02-24
2
-2
/
+2
*
Added SVG.Symbol so SVG.adopt can pick up symbols correctly
Ulrich-Matthias Schäfer
2017-02-24
8
-29
/
+49
*
slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)
dotnetCarpenter
2017-02-24
5
-33
/
+35
*
deprecate SVG.TBox
dotnetCarpenter
2017-02-24
4
-15
/
+38
[next]