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
...
|
*
Loop through all children executing modifiers
nobuti
2018-10-27
1
-7
/
+10
|
*
Build
nobuti
2018-10-26
3
-151
/
+122
|
*
Added some tests
nobuti
2018-10-26
1
-0
/
+38
|
*
Modifiers implementation on getter
nobuti
2018-10-26
1
-2
/
+13
|
/
*
fix tests
Ulrich-Matthias Schäfer
2018-10-18
14
-3205
/
+3072
*
fix readme
Ulrich-Matthias Schäfer
2018-10-18
1
-8
/
+0
*
Merge branch '776-new-fx' into 3.0.0
Ulrich-Matthias Schäfer
2018-10-18
80
-10598
/
+16449
|
\
|
*
activate sugar before merge
Ulrich-Matthias Schäfer
2018-10-18
2
-308
/
+304
|
*
changelog update
Ulrich-Matthias Schäfer
2018-10-18
1
-0
/
+1
|
*
package-lock
Ulrich-Matthias Schäfer
2018-10-17
1
-0
/
+1270
|
*
add babel, satisfy linter, build dist
Ulrich-Matthias Schäfer
2018-10-17
11
-4972
/
+5823
|
*
fix timeline timing with runners
Ulrich-Matthias Schäfer
2018-10-13
1
-11
/
+13
|
*
fixing tests
Ulrich-Matthias Schäfer
2018-10-10
6
-70
/
+83
|
*
fix schedule so it uses runnertime correctly
Ulrich-Matthias Schäfer
2018-10-10
2
-65
/
+108
|
*
Cant see the forest with all these trees...
Ulrich-Matthias Schäfer
2018-10-08
1
-4
/
+2
|
*
Optimized the matrix functions so that the transform function is a multitude ...
Ulrich-Matthias Schäfer
2018-10-08
8
-228
/
+209
|
*
make sure, that we use the correct startTransform
Ulrich-Matthias Schäfer
2018-09-21
1
-8
/
+7
|
*
make sure runner[0] always exists (rework that requirement!)
Ulrich-Matthias Schäfer
2018-09-21
1
-2
/
+4
|
*
adding optimized transformation function to speed up things a tiny bit
Ulrich-Matthias Schäfer
2018-09-20
3
-76
/
+139
|
*
get rid of that unnecessary bbox call on every frame
Ulrich-Matthias Schäfer
2018-09-20
3
-6
/
+16
|
*
finally solve transformations one and for all time!
Ulrich-Matthias Schäfer
2018-09-20
3
-83
/
+145
|
*
fix transformations introducing target transforms with which the origin can b...
Ulrich-Matthias Schäfer
2018-09-17
2
-16
/
+48
|
*
Refactored the getOrigin helper to help fix the relative affine animations
Saivan
2018-09-17
3
-38
/
+38
|
*
Fixed the relative non-affine transform animations
Saivan
2018-09-17
4
-43
/
+77
|
*
Found and started fixing an error with the Timeline.schedule function
Saivan
2018-09-10
2
-11
/
+10
|
*
Added a simple example for relative declarative animations
Saivan
2018-07-11
2
-54
/
+91
|
*
condens transform function to an overall more stable one
Ulrich-Matthias Schäfer
2018-07-08
3
-323
/
+139
|
*
Fixed the transformation code to use the bbox properly
Saivan
2018-07-05
6
-201
/
+75
|
*
make TransformBag clone the object before altering
Ulrich-Matthias Schäfer
2018-07-04
3
-8
/
+21
|
*
fix origin transformation
Ulrich-Matthias Schäfer
2018-07-04
4
-36
/
+37
|
*
Worked towards setting the origin on each frame with linear algebra
Saivan
2018-07-04
3
-56
/
+120
|
*
Fixed an issue that occurred when we applied more than one transform
Saivan
2018-07-03
3
-32
/
+86
|
*
fix rotation issue and make relative declaritive work
Ulrich-Matthias Schäfer
2018-06-29
5
-45
/
+51
|
*
Added a potential fix for the problem
Saivan
2018-06-29
3
-2
/
+10
|
*
satisfy linter, fix global var
Ulrich-Matthias Schäfer
2018-06-28
4
-11
/
+11
|
*
fix origin bug
Ulrich-Matthias Schäfer
2018-06-28
6
-7705
/
+6979
|
*
Add a few debugging statements
Saivan
2018-06-28
5
-24
/
+60
|
*
Modified the behaviour of absolute transforms
Saivan
2018-06-28
7
-62
/
+97
|
*
fix origin for relative transformations
Ulrich-Matthias Schäfer
2018-06-27
3
-16
/
+40
|
*
Allowed the origin to stay fixed as we animate transforms
Saivan
2018-06-26
9
-4682
/
+4739
|
*
make transformations retargatable for declaritive
Ulrich-Matthias Schäfer
2018-06-26
2
-97
/
+72
|
*
Runners now work with absolute and relative transformations
Saivan
2018-06-23
3
-145
/
+176
|
*
fix merging of transformations
Ulrich-Matthias Schäfer
2018-06-04
2
-33
/
+40
|
*
replace runner set with array and order array for faster access and saving of...
Ulrich-Matthias Schäfer
2018-06-03
2
-48
/
+54
|
*
transforms work with multiple elements too. Satisfy linter
Ulrich-Matthias Schäfer
2018-06-03
6
-65
/
+36
|
*
transformation works now for ONE element. More work required
Ulrich-Matthias Schäfer
2018-06-03
4
-38
/
+83
|
*
first tries to make transformations work
Ulrich-Matthias Schäfer
2018-06-02
8
-4647
/
+4734
|
*
Began implementing the transformation functions
Saivan
2018-06-02
8
-4813
/
+4809
|
*
The timelines continue function requests a step animation frame
Saivan
2018-06-01
5
-20
/
+132
|
*
renamed method names as suggested, added failing test
Ulrich-Matthias Schäfer
2018-06-01
2
-34
/
+69
[prev]
[next]