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
path:
root
/
src
/
transform.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert everything to es6 classes and imports
Ulrich-Matthias Schäfer
2018-10-25
1
-60
/
+57
*
add babel, satisfy linter, build dist
Ulrich-Matthias Schäfer
2018-10-17
1
-1
/
+1
*
get rid of that unnecessary bbox call on every frame
Ulrich-Matthias Schäfer
2018-09-20
1
-2
/
+4
*
Fixed the relative non-affine transform animations
Saivan
2018-09-17
1
-1
/
+1
*
Fixed the transformation code to use the bbox properly
Saivan
2018-07-05
1
-130
/
+1
*
fix origin transformation
Ulrich-Matthias Schäfer
2018-07-04
1
-1
/
+1
*
satisfy linter, fix global var
Ulrich-Matthias Schäfer
2018-06-28
1
-2
/
+2
*
Modified the behaviour of absolute transforms
Saivan
2018-06-28
1
-2
/
+2
*
Allowed the origin to stay fixed as we animate transforms
Saivan
2018-06-26
1
-28
/
+4
*
satisfy linter
Ulrich-Matthias Schäfer
2018-05-27
1
-2
/
+0
*
The timeline is now decoupled from the real time
Saivan
2018-05-15
1
-3
/
+4
*
Initial planning for the Timeline Module
Saivan
2018-04-18
1
-161
/
+6
*
Fixed recommendations by @Fuzzyma regarding transforms
Saivan
2018-03-05
1
-4
/
+1
*
Build the final transformation code and fixed linting errors
Saivan
2018-03-04
1
-1
/
+1
*
Fixed most of the tests relating to transformations
Saivan
2018-03-04
1
-3
/
+4
*
Added matrix composition and decompositions
Saivan
2018-03-03
1
-7
/
+8
*
Fixed a few more specifications regarding the new transforms
Saivan
2018-03-02
1
-1
/
+1
*
Implemented new transformations
Saivan
2018-03-02
1
-30
/
+38
*
Made developing a little more enjoyable
Saivan
2018-02-27
1
-301
/
+103
*
Merged the 3.0.0 branch to add the linter
Saivan
2018-02-27
1
-12
/
+246
|
\
|
*
Actually added the linter to gulp and fixed most errors
Saivan
2018-02-27
1
-5
/
+7
|
*
All files now loosely abide by standard linting
Saivan
2018-02-27
1
-86
/
+73
*
|
Matrix operations now apply to the current matrix
Saivan
2018-02-26
1
-124
/
+30
*
|
We can form a compound matrix in the matrix module
Saivan
2018-02-26
1
-7
/
+31
*
|
Identified transformation code to retire
Saivan
2018-02-25
1
-305
/
+339
|
/
*
Fix the flip transform on both axis
Rémi Tétreault
2017-04-15
1
-10
/
+28
*
typescript definitions updated, minor fix in Transformations
Ulrich-Matthias Schäfer
2017-03-19
1
-0
/
+1
*
move most regexe to SVG.regex, fix matrix constructor for string argument
Ulrich-Matthias Schäfer
2017-03-14
1
-3
/
+3
*
start the animation when after(All)/during(All) is called (#583)
Ulrich-Matthias Schäfer
2017-03-09
1
-3
/
+1
*
added SVG.Box, added transform method to boxes, fix rbox (#626)
Ulrich-Matthias Schäfer
2017-03-08
1
-3
/
+1
*
Fix Animating a flip transform does not work #624
Rémi Tétreault
2017-03-07
1
-2
/
+2
*
fixed bug in SVG.Transformations when creating with array/argument list.
Ulrich-Matthias Schäfer
2017-02-28
1
-16
/
+13
*
Fix the bug where relative matrix transforms are not animated
Rémi Tétreault
2016-11-09
1
-3
/
+3
*
Fix a bug with the animation of a scale transform
Rémi Tétreault
2016-11-08
1
-0
/
+6
*
Make matrixify work with transformation chain separated by commas
Rémi Tétreault
2016-11-01
1
-3
/
+3
*
Fix groups animation
mkorganashvili
2016-04-25
1
-0
/
+5
*
revert multiple breaking changes introduced by the last commits
Ulrich-Matthias Schäfer
2016-03-28
1
-7
/
+5
*
Implementation new fx module
Ulrich-Matthias Schäfer
2016-03-23
1
-32
/
+216
*
Merge branch 'master' into 3.0.0
Ulrich-Matthias Schäfer
2016-02-10
1
-3
/
+1
|
\
|
*
`matrixify()` will not apply the calculated matrix to the node anymore
Ulrich-Matthias Schäfer
2015-12-29
1
-3
/
+1
*
|
transformation with correct rotation, fixed Color animation
Ulrich-Matthias Schäfer
2015-12-21
1
-7
/
+9
|
/
*
added ungroup/flatten (#238), toParent and toDoc
Ulrich-Matthias Schäfer
2015-10-11
1
-1
/
+19
*
added transform to pattern and gradient (fix #383)
Ulrich-Matthias Schäfer
2015-09-15
1
-1
/
+1
*
Make parsing a <transform-list> more robust in the face of IE11
Ray Glover
2015-08-14
1
-1
/
+1
*
Fixed transform method which now uses current transformation and not ctm anymore
Ulrich-Matthias Schäfer
2015-07-05
1
-7
/
+28
*
Added animated parametric transformations
wout
2014-08-30
1
-17
/
+39
*
Added SVG.TBox for transformed bounding boxes
wout
2014-08-29
1
-7
/
+12
*
Implemented absolute and relative matrix transformations
wout
2014-08-24
1
-56
/
+87
*
Removed node modules
wout
2014-08-03
1
-1
/
+1
*
Added more control to SVG.Matrix
wout
2014-07-28
1
-6
/
+18
[next]