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
/
elements
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)
Ulrich-Matthias Schäfer
2018-11-19
4
-10
/
+10
*
renamed `Doc` to `Svg` according to (#932)
Ulrich-Matthias Schäfer
2018-11-19
3
-6
/
+6
*
changed image callback according to (#931)
Ulrich-Matthias Schäfer
2018-11-17
2
-7
/
+2
*
cleanup a few files
Ulrich-Matthias Schäfer
2018-11-17
1
-1
/
+2
*
remove native() methods, add methods of types directly to elemenet
Ulrich-Matthias Schäfer
2018-11-12
2
-6
/
+14
*
reworked parents so that it is useful now, changelog
Ulrich-Matthias Schäfer
2018-11-12
1
-7
/
+11
*
ticking off the last checkbox of (#645). return List whenever possible
Ulrich-Matthias Schäfer
2018-11-12
1
-3
/
+4
*
evaluate window and document on access and not on import
Ulrich-Matthias Schäfer
2018-11-12
5
-22
/
+12
*
make window and document exchangeable in case they are not globals alreay, ma...
Ulrich-Matthias Schäfer
2018-11-11
8
-4
/
+15
*
add registering for forgotten classes
Ulrich-Matthias Schäfer
2018-11-09
5
-3
/
+19
*
added possibility to pass in additional attribues to element creators (#796)
Ulrich-Matthias Schäfer
2018-11-08
23
-86
/
+137
*
added possibility to pass attribues into a constructor like: `new SVG.Rect({w...
Ulrich-Matthias Schäfer
2018-11-08
28
-35
/
+35
*
`SVG.Text.rebuild()` now takes every font-size into account (#512)
Ulrich-Matthias Schäfer
2018-11-08
1
-1
/
+5
*
implements `round()` (#916)
Ulrich-Matthias Schäfer
2018-11-08
1
-0
/
+19
*
size function of circle now only accepts one argument (#788)
Ulrich-Matthias Schäfer
2018-11-08
2
-3
/
+17
*
add styletags
Ulrich-Matthias Schäfer
2018-11-08
1
-0
/
+51
*
get rid of the fixmes and todos
Ulrich-Matthias Schäfer
2018-11-08
2
-13
/
+4
*
added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex...
Ulrich-Matthias Schäfer
2018-11-08
2
-11
/
+27
*
clone() does not insert the clone into the dom anymore, added beziere() and s...
Ulrich-Matthias Schäfer
2018-11-07
1
-9
/
+2
*
fix the export/import function and enhance it
Ulrich-Matthias Schäfer
2018-11-07
1
-22
/
+70
*
reordered modules, add es6 build
Ulrich-Matthias Schäfer
2018-11-06
29
-0
/
+1704