summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-17 11:09:39 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-17 11:09:39 +0100
commitd5a8faa4d06d2664a7748ea570937751ef5271d5 (patch)
treed67a029d75753e20a069e8975ee0753f4ea65c71 /CHANGELOG.md
parent079f6f0ac37cb6d62501e8c397cc9850936f26e6 (diff)
downloadsvg.js-d5a8faa4d06d2664a7748ea570937751ef5271d5.tar.gz
svg.js-d5a8faa4d06d2664a7748ea570937751ef5271d5.zip
changed image callback according to (#931)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9b35d0..87c12f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -83,6 +83,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- `SVG.Text.rebuild()` now takes every font-size into account (#512)
- `fill()` and `stroke()` return the fill and stroke attribute when called as getter (#789)
- `parents()` now gives back all parents until the passed one or document
+- `Image` callback passes normal `load` event instead of custom object (#931)
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__