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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimized the matrix functions so that the transform function is a multitude ...
Ulrich-Matthias Schäfer
2018-10-08
3
-52
/
+105
*
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
2
-46
/
+109
*
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
2
-80
/
+89
*
fix transformations introducing target transforms with which the origin can b...
Ulrich-Matthias Schäfer
2018-09-17
1
-7
/
+32
*
Refactored the getOrigin helper to help fix the relative affine animations
Saivan
2018-09-17
2
-6
/
+15
*
Fixed the relative non-affine transform animations
Saivan
2018-09-17
3
-25
/
+46
*
Found and started fixing an error with the Timeline.schedule function
Saivan
2018-09-10
1
-1
/
+0
*
Added a simple example for relative declarative animations
Saivan
2018-07-11
1
-1
/
+1
*
condens transform function to an overall more stable one
Ulrich-Matthias Schäfer
2018-07-08
2
-191
/
+109
*
Fixed the transformation code to use the bbox properly
Saivan
2018-07-05
4
-187
/
+41
*
make TransformBag clone the object before altering
Ulrich-Matthias Schäfer
2018-07-04
2
-6
/
+16
*
fix origin transformation
Ulrich-Matthias Schäfer
2018-07-04
3
-26
/
+26
*
Worked towards setting the origin on each frame with linear algebra
Saivan
2018-07-04
2
-25
/
+55
*
Fixed an issue that occurred when we applied more than one transform
Saivan
2018-07-03
2
-5
/
+33
*
fix rotation issue and make relative declaritive work
Ulrich-Matthias Schäfer
2018-06-29
3
-41
/
+44
*
Added a potential fix for the problem
Saivan
2018-06-29
2
-0
/
+8
*
satisfy linter, fix global var
Ulrich-Matthias Schäfer
2018-06-28
3
-5
/
+5
*
fix origin bug
Ulrich-Matthias Schäfer
2018-06-28
3
-33
/
+22
*
Add a few debugging statements
Saivan
2018-06-28
3
-14
/
+40
*
Modified the behaviour of absolute transforms
Saivan
2018-06-28
4
-11
/
+37
*
fix origin for relative transformations
Ulrich-Matthias Schäfer
2018-06-27
2
-11
/
+9
*
Allowed the origin to stay fixed as we animate transforms
Saivan
2018-06-26
4
-31
/
+57
*
make transformations retargatable for declaritive
Ulrich-Matthias Schäfer
2018-06-26
1
-66
/
+30
*
Runners now work with absolute and relative transformations
Saivan
2018-06-23
2
-119
/
+139
*
fix merging of transformations
Ulrich-Matthias Schäfer
2018-06-04
1
-5
/
+28
*
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
3
-49
/
+10
*
transformation works now for ONE element. More work required
Ulrich-Matthias Schäfer
2018-06-03
2
-31
/
+65
*
first tries to make transformations work
Ulrich-Matthias Schäfer
2018-06-02
5
-26
/
+88
*
Began implementing the transformation functions
Saivan
2018-06-02
5
-106
/
+126
*
The timelines continue function requests a step animation frame
Saivan
2018-06-01
2
-13
/
+24
*
renamed method names as suggested, added failing test
Ulrich-Matthias Schäfer
2018-06-01
1
-9
/
+7
*
Simplified the stepping logic to avoid detecting edge cases
Saivan
2018-06-01
1
-64
/
+56
*
implements Set for runners in timeline
Ulrich-Matthias Schäfer
2018-05-31
2
-44
/
+41
*
fix for the endvalue of the animation
Ulrich-Matthias Schäfer
2018-05-31
1
-4
/
+30
*
Fixed the final position while swinging
Saivan
2018-05-31
1
-10
/
+11
*
worked a bit on timeline, build example, found bug which needs a fix
Ulrich-Matthias Schäfer
2018-05-30
2
-31
/
+67
*
The runners step was reimplemented with tests
Saivan
2018-05-31
4
-73
/
+78
*
fixed declaritive again, fromArray now works on all object instances
Ulrich-Matthias Schäfer
2018-05-30
8
-54
/
+39
*
implemented EventTarget + runner does not loop forever anymore
Ulrich-Matthias Schäfer
2018-05-29
5
-41
/
+60
*
Got looping working with only a single wait
Saivan
2018-05-30
1
-32
/
+30
*
Looping is now working and code is generally cleaner
Saivan
2018-05-29
2
-157
/
+130
*
fix declaritive
Ulrich-Matthias Schäfer
2018-05-29
2
-6
/
+8
*
Diagnosing the declarative animations and suggesting changes
Saivan
2018-05-29
3
-48
/
+59
*
implement methods, reorganize runner, list questions
Ulrich-Matthias Schäfer
2018-05-29
3
-233
/
+217
*
Started planning the way events work and got Spring working
Saivan
2018-05-28
4
-117
/
+147
*
Merge branch '776-new-fx' of github.com:svgdotjs/svg.js into 776-new-fx
Saivan
2018-05-28
9
-35
/
+51
|
\
[next]