mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 21:04:41 +08:00
Update spline_editor.js
This commit is contained in:
parent
83d0f9ff45
commit
f2dd09aa12
@ -266,7 +266,7 @@ function createSplineEditor(context, reset=false) {
|
||||
.data(() => points)
|
||||
.left(d => d.x)
|
||||
.top(d => d.y)
|
||||
.radius(8)
|
||||
.radius(10)
|
||||
.cursor("move")
|
||||
.strokeStyle(function() { return i == this.index ? "#ff7f0e" : "#1f77b4"; })
|
||||
.fillStyle(function() { return "rgba(100, 100, 100, 0.2)"; })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user