This commit is contained in:
zh
2025-11-17 17:12:03 +08:00
parent df2c1735bc
commit 7e6b6c0fca
38 changed files with 1460 additions and 379 deletions

View File

@ -1038,9 +1038,9 @@ class CircleDiffuse extends Base {
else if (this.options.positions) {
position = { ...this.options.positions[0] }
}
else if (this.options.center) {
position = { ...this.options.center }
}
// else if (this.options.center) {
// position = { ...this.options.center }
// }
else if (this.options.start) {
position = { ...this.options.start }
}