diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-08 11:31:28 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-08 11:31:28 +0100 |
commit | 24111571324badc5282cf835c6565576d7fcb90f (patch) | |
tree | d5ea4653588a2ecd5f6a578fd6378fe2745e3478 /CHANGELOG.md | |
parent | 834c05b0a251f38043a7961dab920f20720c1144 (diff) | |
download | svg.js-24111571324badc5282cf835c6565576d7fcb90f.tar.gz svg.js-24111571324badc5282cf835c6565576d7fcb90f.zip |
add styletags
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 fd8efd6..1f9c07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added `npm build:dev` to let you develop without getting too annoyed - added `beziere()` and `steps()` to generate easing functions - added `insertAfter()` and `insertBefore` +- added `SVG.Style` which can be created with `style()` or `fontface()` ### Removed - removed `SVG.Array.split()` function |