中心点设置:x = x+width/2   y=y+height/2
缩放开始前后需要变换对应的位置,直接举例:
<rect x="110" y="100" width="120" height="90" data-svg="gltransform_tcwanimate" transform="translate(170 145) scale(1.5, 1.5) translate(-170 -145)">
</rect>

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2022-01-01
  • 2021-10-30
  • 2021-09-23
  • 2022-12-23
猜你喜欢
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-09-06
  • 2021-04-16
相关资源
相似解决方案