This blog isn't maintained anymore. Check out my current project, an agile/scrum management tool.

Monday, January 28, 2008

When a circle isn't a circle...

See that shape on the end of the line?  That's a circle.  At least it's supposed to be.  

graphics.drawCircle(center.x, center.y, size);


There's no scaling on it.  It's drawn on whole pixel boundries with a whole pixel size.  A couple pixels bigger and it looks fine.  I have no idea why the lower right side is "dented" at this size.  It's not a clipping issue.

1 Comments:

  • try setting line style. could have to do with pixel hinting perhaps...
    http://livedocs.adobe.com/flex/201/langref/flash/display/Graphics.html#lineStyle()

    By Anonymous Anonymous, At 1/28/2008 6:50 AM  

Post a Comment

Subscribe to Post Comments [Atom]



<< Home