feat: 画布升级 增加矩阵 边界 对齐 吸附等功能

This commit is contained in:
wangjiahao 2021-06-10 17:15:30 +08:00
parent a06297a73a
commit 38dea1ad1d
2 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,7 @@ export default {
scaleWidth: 100,
scaleHeight: 100,
selfAdaption: true,
auxiliaryMatrix: true,
openCommonStyle: true,
panel: DEFAULT_PANEL_STYLE,
chart: {
@ -267,6 +268,7 @@ export default {
scaleWidth: 100,
scaleHeight: 100,
selfAdaption: true,
auxiliaryMatrix: true,
openCommonStyle: true,
panel: DEFAULT_PANEL_STYLE,
chart: {

View File

@ -25,6 +25,7 @@ export const DEFAULT_COMMON_CANVAS_STYLE = {
scaleWidth: 100,
scaleHeight: 100,
selfAdaption: true,
auxiliaryMatrix: true,
openCommonStyle: true,
panel: DEFAULT_PANEL_STYLE,
chart: {