aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-01-22 19:57:50 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-01-22 19:57:50 +0100
commit4ffb59abe80ff6815866a37447db62933b064813 (patch)
treec1536d952a43a384192b5e74e01fcf3f21b2e338 /CHANGELOG.md
parent4cfcc9a7f9f61406c565e24b87d4cc83cc9a1ccf (diff)
downloadsvg.js-4ffb59abe80ff6815866a37447db62933b064813.tar.gz
svg.js-4ffb59abe80ff6815866a37447db62933b064813.zip
fixed move and center commands for text
- fixed move commands (x, y, move) of text so that it moves text always by the upper left edge. - fixed center commands (cx, cy, center) of text so that it moves text always by the center.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ed1af2..d6afc53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
====
+## [3.0.11] - 2019-01-22
+
+### Fixed
+ - fixed move commands (x, y, move) of text so that it moves text always by the upper left edge.
+ - fixed center commands (cx, cy, center) of text so that it moves text always by the center.
+
## [3.0.10] - 2019-01-14
### Fixed
@@ -801,6 +807,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
<!-- Headings above link to the releases listed here -->
+[3.0.11]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.11
[3.0.10]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.10
[3.0.9]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.9
[3.0.8]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.8