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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
`SVG.Text.rebuild()` now takes every font-size into account (#512)
Ulrich-Matthias Schäfer
2018-11-08
1
-0
/
+1
*
implements `round()` (#916)
Ulrich-Matthias Schäfer
2018-11-08
1
-0
/
+1
*
add test for array getter of attr
Ulrich-Matthias Schäfer
2018-11-08
1
-0
/
+1
*
size function of circle now only accepts one argument (#788)
Ulrich-Matthias Schäfer
2018-11-08
1
-1
/
+3
*
add styletags
Ulrich-Matthias Schäfer
2018-11-08
1
-0
/
+1
*
added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex...
Ulrich-Matthias Schäfer
2018-11-08
1
-0
/
+2
*
clone() does not insert the clone into the dom anymore, added beziere() and s...
Ulrich-Matthias Schäfer
2018-11-07
1
-0
/
+2
*
update changelow
Ulrich-Matthias Schäfer
2018-11-07
1
-5
/
+4
*
changelog update
Ulrich-Matthias Schäfer
2018-10-18
1
-0
/
+1
*
Fixed recommendations by @Fuzzyma regarding transforms
Saivan
2018-03-05
1
-1
/
+2
*
Integrated the transformations into the changes in 3.0.0
Saivan
2018-03-04
1
-0
/
+2
|
\
|
*
removed `size()` from `SVG.Text` to avoid name clash
Ulrich-Matthias Schäfer
2018-03-03
1
-0
/
+2
*
|
Fixed some tests involving transforms and elements
Saivan
2018-03-02
1
-2
/
+5
|
\
|
|
*
update changelog
Ulrich-Matthias Schäfer
2018-03-01
1
-0
/
+3
|
*
updated changelog
Ulrich-Matthias Schäfer
2018-02-27
1
-1
/
+2
*
|
Implemented new transformations
Saivan
2018-03-02
1
-0
/
+5
|
/
*
improved SVG.on and el.on (#727)
Ulrich-Matthias Schäfer
2017-07-28
1
-0
/
+2
*
The dom is checked for an svgjs:data attribute which is imported when creatin...
Ulrich-Matthias Schäfer
2017-07-28
1
-0
/
+1
*
add new default constructor (#714)
Ulrich-Matthias Schäfer
2017-07-25
1
-0
/
+1
*
Lots of breaking changes. Read below! (#646, #716)
Ulrich-Matthias Schäfer
2017-07-25
1
-0
/
+7
*
use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()`
Ulrich-Matthias Schäfer
2017-07-10
1
-0
/
+2
*
renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)
Ulrich-Matthias Schäfer
2017-07-07
1
-0
/
+1
*
renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)
Ulrich-Matthias Schäfer
2017-07-07
1
-2
/
+3
*
reworked textPath (see #705)
Ulrich-Matthias Schäfer
2017-07-07
1
-0
/
+5
*
Merge branch 'master' into 3.0.0
Ulrich-Matthias Schäfer
2017-07-06
1
-12
/
+35
|
\
|
*
bump 2.6.2
2.6.2
Ulrich-Matthias Schäfer
2017-06-05
1
-3
/
+2
|
*
changelog, gitignore
Ulrich-Matthias Schäfer
2017-06-04
1
-0
/
+1
|
*
Update CHANGELOG and rebuild the lib
Rémi Tétreault
2017-05-27
1
-0
/
+1
|
*
Fixed links to releases
Jon Ege Ronnenberg
2017-05-27
1
-11
/
+14
|
*
fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callbac...
Rémi Tétreault
2017-05-14
1
-0
/
+1
|
*
revert the previous commit
Rémi Tétreault
2017-05-02
1
-1
/
+1
|
*
allow SVG.Matrix to be passed SVG.Number
Rémi Tétreault
2017-05-01
1
-0
/
+1
|
*
fixed `SVG.FX.once` so that it add its callback on the last situation instead...
Rémi Tétreault
2017-04-30
1
-1
/
+2
|
*
updated jasmine to 2.6.0 and added @RmiTtro as maintainer
dotnetCarpenter
2017-04-26
1
-0
/
+11
|
*
fixed a bug in path parser which made it stop parsing when hitting z command ...
Ulrich-Matthias Schäfer
2017-04-25
1
-0
/
+5
*
|
`SVG.extend` now expects exactly one module or an array of modules
Ulrich-Matthias Schäfer
2017-04-25
1
-0
/
+1
*
|
fixed a bug in path parser which made it stop parsing when hitting z command ...
Ulrich-Matthias Schäfer
2017-04-25
1
-0
/
+5
*
|
ids are not generated upon creation anymore
Ulrich-Matthias Schäfer
2017-04-23
1
-0
/
+1
*
|
changed `style()` to `css()`
Ulrich-Matthias Schäfer
2017-04-22
1
-0
/
+2
*
|
Merge branch 'master' into 3.0.0
Ulrich-Matthias Schäfer
2017-04-22
1
-1
/
+52
|
\
|
|
*
added `options` to `on()`, back to sloppy mode
2.6.0
Ulrich-Matthias Schäfer
2017-04-21
1
-0
/
+10
|
*
update changelog
Ulrich-Matthias Schäfer
2017-04-17
1
-5
/
+2
|
*
update readme
Ulrich-Matthias Schäfer
2017-04-17
1
-0
/
+3
|
*
update changelog
dotnetCarpenter
2017-04-14
1
-0
/
+3
|
*
fixed link style to tags and update about component.json
dotnetCarpenter
2017-04-11
1
-3
/
+8
|
*
patch release for strict mode
2.5.2
dotnetCarpenter
2017-04-11
1
-1
/
+12
|
*
clean up and added changes to CHANGELOG
dotnetCarpenter
2017-04-11
1
-5
/
+10
|
*
fixed bbox not declared in SVG.Box.transform
dotnetCarpenter
2017-04-11
1
-0
/
+2
|
*
Updated CHANGELOG
wout
2017-04-07
1
-1
/
+2
|
*
clear does not remove parser anymore
Ulrich-Matthias Schäfer
2017-03-29
1
-1
/
+8
[prev]
[next]