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
*
Fix offset produced by svg parser (#553)
Ulrich-Matthias Schäfer
2017-03-08
1
-0
/
+1
*
update changelog
Ulrich-Matthias Schäfer
2017-03-08
1
-0
/
+1
*
update changelog
Ulrich-Matthias Schäfer
2017-03-08
1
-0
/
+1
*
added SVG.Box, added transform method to boxes, fix rbox (#626)
Ulrich-Matthias Schäfer
2017-03-08
1
-7
/
+9
*
fixes SVG.PointArray.size() which created NaN when the bbox of the point arra...
Ulrich-Matthias Schäfer
2017-03-08
1
-0
/
+1
*
make flip working with both axis when no parameter / only offset is passed
Ulrich-Matthias Schäfer
2017-03-06
1
-4
/
+5
*
added `font()` method to `SVG.Tspan` (#599)
Ulrich-Matthias Schäfer
2017-03-05
1
-1
/
+2
*
`dx()/dy()` now accepts percentage values, too (#524)
Ulrich-Matthias Schäfer
2017-03-05
1
-0
/
+1
*
fixed error in event which did not clean up `SVG.handlerMap` properly (#518)
Ulrich-Matthias Schäfer
2017-03-05
1
-0
/
+1
*
update changelog
Ulrich-Matthias Schäfer
2017-02-28
1
-0
/
+2
*
update changelog
Ulrich-Matthias Schäfer
2017-02-25
1
-0
/
+2
*
slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)
dotnetCarpenter
2017-02-24
1
-3
/
+1
*
remove SVG.TBox
dotnetCarpenter
2017-02-23
1
-0
/
+3
*
Added clone method to SVG.Array/PointArray/PathArray (#590)
Ulrich-Matthias Schäfer
2017-02-20
1
-8
/
+9
*
update changelog
Ulrich-Matthias Schäfer
2017-02-19
1
-0
/
+12
*
Updated CHANGELOG
wout
2017-02-05
1
-3
/
+8
*
Fixed sentence
Jon Ege Ronnenberg
2017-02-05
1
-1
/
+1
*
added PR reference number
dotnetCarpenter
2017-02-05
1
-1
/
+1
*
began notes for the 2.4.1 release
dotnetCarpenter
2017-02-05
1
-2
/
+6
*
Format change log according to “Keep a CHANGELOG” guidelines (#578)
Zearin
2017-02-05
1
-102
/
+336
*
note to self for the 3.0 release
dotnetCarpenter
2017-01-14
1
-0
/
+1
*
wrapping up for 2.4.0 release
dotnetCarpenter
2017-01-14
1
-1
/
+3
*
update documentation to reflect our new basic path animation support - closin...
dotnetCarpenter
2017-01-14
1
-0
/
+1
*
Wrapping up for 2.3.7 release
dotnetCarpenter
2017-01-14
1
-1
/
+1
*
updated changelog for 2.3.7
dotnetCarpenter
2016-11-13
1
-2
/
+2
*
added `npm run test:quick` which aim at being fast rather than correct - grea...
dotnetCarpenter
2016-11-13
1
-1
/
+2
*
updated changelog for 2.3.7
dotnetCarpenter
2016-11-13
1
-0
/
+2
*
update changelog with PR #549
dotnetCarpenter
2016-11-12
1
-0
/
+1
*
changelog
Ulrich-Matthias Schäfer
2016-11-04
1
-0
/
+1
*
changelog, run gulp cause of #504
Ulrich-Matthias Schäfer
2016-11-03
1
-1
/
+3
*
changelog
Ulrich-Matthias Schäfer
2016-11-01
1
-1
/
+2
*
update README links to point to the new project home
dotnetCarpenter
2016-10-25
1
-0
/
+3
*
fix spelling
dotnetCarpenter
2016-10-23
1
-1
/
+1
*
bump 2.3.6
2.3.6
dotnetCarpenter
2016-10-21
1
-0
/
+1
*
changelog
Ulrich-Matthias Schäfer
2016-10-19
1
-1
/
+2
*
changelog
Ulrich-Matthias Schäfer
2016-10-16
1
-2
/
+3
*
changelog updated
Ulrich-Matthias Schäfer
2016-10-16
1
-3
/
+6
*
update README for version 2.3.5 which I believe this PR will be part of
dotnetCarpenter
2016-10-12
1
-0
/
+1
*
all tests pass - All your base are belong to us
dotnetCarpenter
2016-10-12
1
-1
/
+3
|
\
|
*
Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke ...
Ulrich-Matthias Schäfer
2016-10-12
1
-0
/
+3
|
/
*
Update document up to include travis status and updated README and CHANGELOG ...
dotnetCarpenter
2016-10-12
1
-0
/
+3
*
Version bump
wout
2016-08-04
1
-0
/
+4
*
fixed #514 and #516
2.3.3
Ulrich-Matthias Schäfer
2016-08-02
1
-0
/
+5
*
bump 2.3.2
2.3.2
Ulrich-Matthias Schäfer
2016-06-21
1
-1
/
+1
*
Update changelog
Ulrich-Matthias Schäfer
2016-06-21
1
-0
/
+2
*
fixed line constructor which doesn't work with Array as input (#487)
Ulrich-Matthias Schäfer
2016-05-16
1
-0
/
+2
*
fixed bbox when element is not in the dom (#480), added parameter to `clone`
Ulrich-Matthias Schäfer
2016-05-13
1
-2
/
+4
*
changelog
Ulrich-Matthias Schäfer
2016-05-13
1
-0
/
+1
*
fixed string parsing in viewbox (#483), specs `SVG.ViewBox`
Ulrich-Matthias Schäfer
2016-05-13
1
-1
/
+4
*
fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ...
Ulrich-Matthias Schäfer
2016-05-05
1
-0
/
+1
[next]