Skip to content

Commit

Permalink
Removed blank line that could make the code confusing to read
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehonti Ramos committed Aug 9, 2023
1 parent 6ede8c0 commit dd8ae42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pinta.Tools/Editable/Shapes/EllipseEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public override void GeneratePoints (int brush_width)

//An ellipse also requires that all 4 control points compose a perfect rectangle parallel/perpendicular to the window.
//So, confirm that it is indeed a perfect rectangle.

bool perfectRectangle = IsPerfectRectangle (cp0, cp1, cp2, cp3);

if (perfectRectangle) {
Expand Down

0 comments on commit dd8ae42

Please sign in to comment.