mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-24 12:14:35 +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)
|
.data(() => points)
|
||||||
.left(d => d.x)
|
.left(d => d.x)
|
||||||
.top(d => d.y)
|
.top(d => d.y)
|
||||||
.radius(8)
|
.radius(10)
|
||||||
.cursor("move")
|
.cursor("move")
|
||||||
.strokeStyle(function() { return i == this.index ? "#ff7f0e" : "#1f77b4"; })
|
.strokeStyle(function() { return i == this.index ? "#ff7f0e" : "#1f77b4"; })
|
||||||
.fillStyle(function() { return "rgba(100, 100, 100, 0.2)"; })
|
.fillStyle(function() { return "rgba(100, 100, 100, 0.2)"; })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user