11
ezpz
3y

I accidentally set the width and height of a rectangle to zero in my code, and my program drew a circle. Interesting outcome.

Comments
  • 0
    Do you meant border-size?
  • 3
    @sexoverflow No. Turns out that since the rectangle had no width or height, it was just a single point, which rendered as a circle when scaled up.
  • 0
    Because ur code draws a polygone at first and a circle is a polygon where 1 segment is very small (zero).
Add Comment