summaryrefslogtreecommitdiff
path: root/usvg/CHANGELOG.md
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-12-27 16:25:52 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-12-27 16:25:52 +0200
commit1a55fa11d2bc63d609b0e265aa94cd7747337dd7 (patch)
tree70485173939c941877b8e7cc2c6e9b72d914864d /usvg/CHANGELOG.md
parentb73291568c10be13819d7d2403bda913af44f924 (diff)
(usvg) Remove sequential ClosePath segments from paths.
Diffstat (limited to 'usvg/CHANGELOG.md')
-rw-r--r--usvg/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/usvg/CHANGELOG.md b/usvg/CHANGELOG.md
index 41cbfea..6bda139 100644
--- a/usvg/CHANGELOG.md
+++ b/usvg/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `letter-spacing` and `word-spacing` support.
- Partial `baseline-shift` support.
- `TextSpan::baseline_shift`.
+- Remove sequential ClosePath segments from paths.
### Changed
- Shapes without fill and stroke will no longer be removed.