]> source.dussan.org Git - svg.js.git/commit
fixed move and center commands for text
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 22 Jan 2019 18:57:50 +0000 (19:57 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 22 Jan 2019 18:57:50 +0000 (19:57 +0100)
commit4ffb59abe80ff6815866a37447db62933b064813
treec1536d952a43a384192b5e74e01fcf3f21b2e338
parent4cfcc9a7f9f61406c565e24b87d4cc83cc9a1ccf
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.
CHANGELOG.md
spec/spec/text.js
src/elements/Element.js
src/elements/Text.js
src/elements/Tspan.js
src/modules/optional/sugar.js