Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@golnaaz73 moveable's new version is released. `displayAroundControls`, `controlPadding` prop were added. set `displayAroundControls`(default: false) to true. and `controlPadding` (default: 20) https://daybrush.com/moveable/storybook2/?path=/story/options--controlpadding
@Crazy-Ivan The rotation cursor is made of SVG for each 15 degree angle. So, it is actually difficult to use css variables. And I will consider adding a class at...
@Crazy-Ivan Looks like good code. It seems like this is also possible. thanks. ```css --cursor-degree120: url(...); cursor: var(--cursor-degree120); ```
@Raserad There is a defaultGroupRotate option. set `defaultGroupRotate={40}`
@Raserad You can set by setter ```js moveable.defaultGroupRoate = 40; ``` getRect has pos1, pos2, pos3, pos4 information and rotation information. https://daybrush.com/moveable/release/latest/doc/Moveable.html#.RectInfo ``` moveable.getRect(); ```
@hqiaozhang * `croact-moveable` 0.8.0 * `@moveable/helper` 0.1.3 * `lit-moveable` 0.29.0 * `moveable` 0.52.0 * `preact-moveable` 0.54.0 * `react-moveable` 0.55.0 * `svelte-moveable` 0.44.0 * `vue-moveable` 2.0.0-beta.86 * `vue3-moveable` 0.27.0 * `ngx-moveable`...
@davidalejandroaguilar sorry. I couldn't care much. your expected behavior If `keepRatio` (false) and `snapGridWidth` and `snapGridHeight` are set, you want `snapGrid` to work individually, not on a group basis, right?
@davidalejandroaguilar * `croact-moveable` 0.8.0 * `@moveable/helper` 0.1.3 * `lit-moveable` 0.29.0 * `moveable` 0.52.0 * `preact-moveable` 0.54.0 * `react-moveable` 0.55.0 * `svelte-moveable` 0.44.0 * `vue-moveable` 2.0.0-beta.86 * `vue3-moveable` 0.27.0 * `ngx-moveable`...
@AkashTvu Is this what you want? ```jsx onScaleStart(e) { e.setFixedDirection([0, 0]); }, @scaleStart="onScaleStart" @scale="onScale" ```
@Jiajie-H vue-moveable's new version is released. `2.0.0-beta.84` Check it again.