Update src/clientSideScene/segments.ts

Co-authored-by: Frank Noirot <frank@zoo.dev>
This commit is contained in:
Kurt Hutten
2025-02-12 19:23:30 +11:00
committed by GitHub
parent dc7b901eb9
commit 5f8ae22b04

View File

@ -1010,10 +1010,7 @@ function createCircleCenterHandle(
function createCircleThreePointHandle(
scale = 1,
theme: Themes,
name:
| 'circle-three-point-handle1'
| 'circle-three-point-handle2'
| 'circle-three-point-handle3',
name: `circle-three-point-handle${'1' | '2' | '3'}`,
color?: number
): Group {
const circleCenterGroup = new Group()