diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-07-07 14:02:39 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-07-07 14:02:39 +0200 |
commit | 932969dca9e1ef1090304d6a77ac8dd92a42730f (patch) | |
tree | 83bee949a884d77564e70955766c4030f6f56966 /CHANGELOG.md | |
parent | dfae5055f19d17bad054d283890badd4f8c3dd12 (diff) | |
download | svg.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.md | 1 |
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!__ |