daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
10.08k stars 618 forks source link

SVG Text Element Box, scale #288

Closed kujeah closed 4 years ago

kujeah commented 4 years ago

Environments

Description

We are developing a section to scale the element within svg.

when use svg text element, you can use text-anchor as start, middle, and end, but if text-anchor is "start", height is not calculated.

If text-anchor = middle, work fine

Screen Shot 2020-07-16 at 9 14 52 Screen Shot 2020-07-16 at 9 14 58

If text-anchor = start, height is 0

Screen Shot 2020-07-16 at 9 14 18 Screen Shot 2020-07-16 at 9 14 26

The height is 0, so the position is not calculated when the scaled

Screen Shot 2020-07-16 at 9 21 48
parth181195 commented 4 years ago

i am also facing this issue image

daybrush commented 4 years ago

@kujeah @parth181195

moveable's new version is released. Check it again.

kujeah commented 4 years ago

Thank you :) it's fixed

parth181195 commented 4 years ago

thanks @daybrush u saved my ass for real i will donate to this project once my project is finished thank u for the quick response.u are DA best