Update spline_editor.js

This commit is contained in:
kijai 2024-04-25 19:36:37 +03:00
parent 83d0f9ff45
commit f2dd09aa12

View File

@ -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)"; })