G icon indicating copy to clipboard operation
G copied to clipboard

[g] 提供一个通用图形操作插件

Open xiaoiver opened this issue 3 years ago • 0 comments

问题背景

详见:https://www.yuque.com/antv/ou292n/nqatwr

参考 Fabric.js 提供通用的操作图形能力,包括:

  • 通过拖拽框选图形,前提是图形本身是 selectable
  • 选中图形后拖拽平移
  • 选中图形后操作锚点进行缩放、旋转
截屏2022-06-23 下午6 59 23

Tiny.js 也有类似的插件: http://tinyjs.net/plugins/tinyjs-plugin-transformable.html#demo

截屏2022-06-23 下午6 59 23

安装插件

提供一个插件:

import { Plugin } from '@antv/g-plugin-edit';

renderer.registerPlugin(new Plugin());

API

xiaoiver avatar Jun 23 '22 11:06 xiaoiver