Skip to content

对editor的circle设置direction: 90未生效 #858

@NEXINEW

Description

@NEXINEW
const app = new App({
  view: window,
  fill: '#000000',
  sky: {},
  editor: {
    circle: {
      pointType: 'button',
      cornerRadius: 0,
      direction: 90
    },
    // circleDirection: 'top',
  }
})

对circle的direction进行设置
外部设置的方式是方向circleDirection: 'top',
内部设置的方式是角度,没有统一
而且内部设置是不起作用的

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions