summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-07-07 14:02:39 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-07-07 14:02:39 +0200
commit932969dca9e1ef1090304d6a77ac8dd92a42730f (patch)
tree83bee949a884d77564e70955766c4030f6f56966 /CHANGELOG.md
parentdfae5055f19d17bad054d283890badd4f8c3dd12 (diff)
downloadsvg.js-932969dca9e1ef1090304d6a77ac8dd92a42730f.tar.gz
svg.js-932969dca9e1ef1090304d6a77ac8dd92a42730f.zip
renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)
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 0eb86a8..c8a4e5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- `SVG.TextPath` now inherits from `SVG.Text` and can be manipulated the same way (#705)
- `SVG.Text.textPath()` now returns all textPaths in the text element (#705)
- renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)
+- renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__