Skip to content

Commit

Permalink
proper ellipse size
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapaci committed Jun 1, 2024
1 parent 8b03193 commit e40449c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ellipse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ impl Ellipse {
let radius = triangle.radius();
Ellipse::private_new(
triangle.centroid().to_vec2(),
radius / 2.0,
radius / 2.0,
radius,
radius,
0.0,
)
}
Expand Down

0 comments on commit e40449c

Please sign in to comment.