alexpana / wxWidgets

Read-only mirror of the wxWidgets SVN repo (automatically updated). Report issues here: http://trac.wxwidgets.org/
http://www.wxwidgets.org/
3 stars 0 forks source link

Circles are not drawn #19

Open vadz opened 10 years ago

vadz commented 10 years ago

Circles are not drawn on the "Graphics" screen of the drawing sample, just compare GDI+ and Direct2D rendering.

Maybe the same as #18?

alexpana commented 10 years ago

It's not the same. It's actually a bug in the path object, where certain parameters that should create a full circle arc, don't create an arc at all (sort of like considering 360 degrees = 0 degrees). I'm going to fix this ASAP.