Skip to content

Commit

Permalink
Add comment to re-trigger workflow for CodeQL check
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisreddington authored Dec 9, 2024
1 parent e0e664c commit 45c9da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stl/geometry/text_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func TestCalculatePixelIntensity(t *testing.T) {
})

t.Run("verify gradient circle intensity", func(t *testing.T) {
// Create a 100x100 image with a radial gradient circle
size := 100
dc := gg.NewContext(size, size)
dc.SetRGB(0, 0, 0)
Expand Down

0 comments on commit 45c9da2

Please sign in to comment.