Replies: 5 comments 3 replies
-
|
给圆设置 around: 'center',这样圆心的坐标就不会变动了 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
对于绘制了rect和圆,圆绘制在rect的四个角落,如何在缩放的时候保持视觉不变呢? |
Beta Was this translation helpful? Give feedback.
-
|
你这个方向错了,需要采用分层架构,控制点放sky层(画布不缩放,只同步元素的坐标位置),建议看一下@leafer-in/editor的源码是怎么做的,比较复杂,一两句话说不明白😂 有现成的图形编辑器为什么不用呢? |
Beta Was this translation helpful? Give feedback.
-
|
对于rect上面的四个圆点,我只是举例,真实案例是:rect中有很多点,圆心都落在rect中,在缩放的时候要保持视觉不变 |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
使用Ellipse绘制了圆,设置scaleFixed为true之后,如何保持缩放的时候圆心不修改
Beta Was this translation helpful? Give feedback.
All reactions