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
/
elements
/
Element.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return null if `until` not in parent chain
Morgan Harris
2021-11-23
1
-7
/
+8
*
Fix broken parents() function
Morgan Harris
2021-11-23
1
-1
/
+10
*
sorted method names
Ulrich-Matthias Schäfer
2020-05-19
1
-6
/
+6
*
fix defs and reference, tests for Element
Ulrich-Matthias Schäfer
2020-04-08
1
-14
/
+5
*
- fixed `put()` which correctly creates an svgjs object from the passed elem...
Ulrich-Matthias Schäfer
2020-04-03
1
-1
/
+6
*
This is a big one...
Ulrich-Matthias Schäfer
2020-03-28
1
-7
/
+8
*
bump version
3.0.15
Ulrich-Matthias Schäfer
2019-11-08
1
-2
/
+2
*
Updated dependencies to newest version, new linter fixed stuff
Ulrich-Matthias Schäfer
2019-11-01
1
-4
/
+4
*
Register classes explicitly instead of relying on `Function.name` because cla...
Ulrich-Matthias Schäfer
2019-02-27
1
-1
/
+1
*
fixed move and center commands for text
Ulrich-Matthias Schäfer
2019-01-22
1
-0
/
+5
*
fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...
3.0.10
Ulrich-Matthias Schäfer
2019-01-14
1
-3
/
+1
*
Release 3.0.5
3.0.5
Ulrich-Matthias Schäfer
2018-12-12
1
-0
/
+10
*
Reverted some of the lint rules after chatting with fuzzy
Saivan
2018-11-26
1
-87
/
+43
*
Changed the esLint rules to avoid silly ternary operators, and to let code br...
Saivan
2018-11-25
1
-49
/
+93
*
rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)
Ulrich-Matthias Schäfer
2018-11-19
1
-3
/
+3
*
renamed `Doc` to `Svg` according to (#932)
Ulrich-Matthias Schäfer
2018-11-19
1
-2
/
+2
*
remove native() methods, add methods of types directly to elemenet
Ulrich-Matthias Schäfer
2018-11-12
1
-1
/
+14
*
reworked parents so that it is useful now, changelog
Ulrich-Matthias Schäfer
2018-11-12
1
-7
/
+11
*
make window and document exchangeable in case they are not globals alreay, ma...
Ulrich-Matthias Schäfer
2018-11-11
1
-1
/
+0
*
add registering for forgotten classes
Ulrich-Matthias Schäfer
2018-11-09
1
-1
/
+4
*
added possibility to pass attribues into a constructor like: `new SVG.Rect({w...
Ulrich-Matthias Schäfer
2018-11-08
1
-2
/
+2
*
reordered modules, add es6 build
Ulrich-Matthias Schäfer
2018-11-06
1
-0
/
+142