Skip to content

add_gradient_panel #1177

add_gradient_panel

add_gradient_panel #1177

Triggered via pull request October 25, 2025 17:56
Status Success
Total duration 3m 5s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
build
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention