Skip to content

Commit

Permalink
begin adding bezier
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Nov 19, 2024
1 parent 76f13d5 commit 804badd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forge/textsdf/glyph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func TestABC(t *testing.T) {
for x := float32(0.0); x < 1; x += 1. / 64 {
vx := bz.Evaluate(x, v0, v1, v2, v3)
poly.Add(vx)

}
}
v, err := poly.AppendVecs(nil)
Expand Down

0 comments on commit 804badd

Please sign in to comment.