Update src/clientSideScene/segments.ts
Co-authored-by: Frank Noirot <frank@zoo.dev>
This commit is contained in:
@ -1010,10 +1010,7 @@ function createCircleCenterHandle(
|
|||||||
function createCircleThreePointHandle(
|
function createCircleThreePointHandle(
|
||||||
scale = 1,
|
scale = 1,
|
||||||
theme: Themes,
|
theme: Themes,
|
||||||
name:
|
name: `circle-three-point-handle${'1' | '2' | '3'}`,
|
||||||
| 'circle-three-point-handle1'
|
|
||||||
| 'circle-three-point-handle2'
|
|
||||||
| 'circle-three-point-handle3',
|
|
||||||
color?: number
|
color?: number
|
||||||
): Group {
|
): Group {
|
||||||
const circleCenterGroup = new Group()
|
const circleCenterGroup = new Group()
|
||||||
|
Reference in New Issue
Block a user