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
/
helpers.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
add babel, satisfy linter, build dist
Ulrich-Matthias Schäfer
2018-10-17
1
-14
/
+2
*
Optimized the matrix functions so that the transform function is a multitude ...
Ulrich-Matthias Schäfer
2018-10-08
1
-0
/
+22
*
get rid of that unnecessary bbox call on every frame
Ulrich-Matthias Schäfer
2018-09-20
1
-0
/
+11
*
finally solve transformations one and for all time!
Ulrich-Matthias Schäfer
2018-09-20
1
-1
/
+1
*
Refactored the getOrigin helper to help fix the relative affine animations
Saivan
2018-09-17
1
-4
/
+3
*
Fixed the relative non-affine transform animations
Saivan
2018-09-17
1
-6
/
+16
*
Fixed the transformation code to use the bbox properly
Saivan
2018-07-05
1
-22
/
+6
*
fix origin transformation
Ulrich-Matthias Schäfer
2018-07-04
1
-1
/
+0
*
Worked towards setting the origin on each frame with linear algebra
Saivan
2018-07-04
1
-17
/
+1
*
Fixed an issue that occurred when we applied more than one transform
Saivan
2018-07-03
1
-3
/
+32
*
satisfy linter, fix global var
Ulrich-Matthias Schäfer
2018-06-28
1
-2
/
+2
*
fix origin for relative transformations
Ulrich-Matthias Schäfer
2018-06-27
1
-2
/
+2
*
Allowed the origin to stay fixed as we animate transforms
Saivan
2018-06-26
1
-2
/
+26
*
first tries to make transformations work
Ulrich-Matthias Schäfer
2018-06-02
1
-1
/
+1
*
satisfy linter
Ulrich-Matthias Schäfer
2018-05-27
1
-2
/
+1
*
Most of the animations are working
Saivan
2018-05-17
1
-5
/
+4
*
Another collaboration session with @Fuzzyma
Saivan
2018-04-30
1
-0
/
+58
*
Fixed recommendations by @Fuzzyma regarding transforms
Saivan
2018-03-05
1
-9
/
+0
*
Added matrix composition and decompositions
Saivan
2018-03-03
1
-16
/
+1
*
Implemented new transformations
Saivan
2018-03-02
1
-5
/
+9
*
Merged the 3.0.0 branch to add the linter
Saivan
2018-02-27
1
-54
/
+61
|
\
|
*
Actually added the linter to gulp and fixed most errors
Saivan
2018-02-27
1
-0
/
+2
|
*
The first half of the library complies with Standard linting
Saivan
2018-02-27
1
-54
/
+59
*
|
Identified transformation code to retire
Saivan
2018-02-25
1
-8
/
+15
|
/
*
add new default constructor (#714)
Ulrich-Matthias Schäfer
2017-07-25
1
-6
/
+0
*
Lots of breaking changes. Read below! (#646, #716)
Ulrich-Matthias Schäfer
2017-07-25
1
-0
/
+29
*
use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()`
Ulrich-Matthias Schäfer
2017-07-10
1
-3
/
+2
*
ids are not generated upon creation anymore
Ulrich-Matthias Schäfer
2017-04-23
1
-7
/
+10
*
prefix globals with window so window can be injected properly
Ulrich-Matthias Schäfer
2017-03-18
1
-1
/
+1
*
Merge branch 'master' into 3.0.0
Ulrich-Matthias Schäfer
2017-03-16
1
-16
/
+0
|
\
|
*
move most regexe to SVG.regex, fix matrix constructor for string argument
Ulrich-Matthias Schäfer
2017-03-14
1
-16
/
+0
*
|
unified all boxes (#634)
Ulrich-Matthias Schäfer
2017-03-16
1
-1
/
+15
*
|
update specs, fix mistakes, include flatten.js to dist
Ulrich-Matthias Schäfer
2017-03-10
1
-1
/
+1
|
/
*
speed up path parsing for most cases
Ulrich-Matthias Schäfer
2017-03-06
1
-0
/
+4
*
removed at() helper which is not used anymore
Ulrich-Matthias Schäfer
2017-03-03
1
-13
/
+0
*
Added clone method to SVG.Array/PointArray/PathArray (#590)
Ulrich-Matthias Schäfer
2017-02-20
1
-0
/
+12
*
Speed improvements on parent element
wout
2016-08-04
1
-5
/
+9
*
Implementation new fx module
Ulrich-Matthias Schäfer
2016-03-23
1
-0
/
+4
*
added support for css selectors with the `parent()` method
Ulrich-Matthias Schäfer
2015-10-25
1
-0
/
+5
*
Make parsing a <transform-list> more robust in the face of IE11
Ray Glover
2015-08-14
1
-1
/
+1
*
Merged all changes and fixes from SVG 1.1 into this branch
Ulrich-Matthias Schäfer
2015-06-11
1
-10
/
+1
*
Added animated parametric transformations
wout
2014-08-30
1
-0
/
+6
*
Added SVG.TBox for transformed bounding boxes
wout
2014-08-29
1
-102
/
+111
*
Installed Jasmin 2.0.1
wout
2014-07-26
1
-4
/
+28
*
Various small fixes
wout
2014-07-25
1
-6
/
+4
*
Added support for scale center on matrices
wout
2014-07-12
1
-20
/
+0
*
Eliminate matrix translation errors
wout
2014-07-12
1
-3
/
+3
*
Further debugging matrix new implementation
wout
2014-07-12
1
-1
/
+1
*
Completely reworked transform system
wout
2014-07-11
1
-99
/
+115
*
Added new SVG.Line class and working on SVG.Matrix
wout
2014-06-28
1
-4
/
+3
[next]