You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi,
I'm implementing AutoCAD rendering in Avalonia. Everything is working so far, except there is no nice way to draw dots. The only way currently is to use method DrawEllipse, but a more specific DrawCircle method would be nice. Even if the performance gain would be small, it would still be great, as rendering can never be fast enough for large AutoCAD drawings.
Wout
Describe the solution you'd like
Add method DrawingContext.DrawCircle so we can draw dots in the most efficient manner.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hi,
I'm implementing AutoCAD rendering in Avalonia. Everything is working so far, except there is no nice way to draw dots. The only way currently is to use method DrawEllipse, but a more specific DrawCircle method would be nice. Even if the performance gain would be small, it would still be great, as rendering can never be fast enough for large AutoCAD drawings.
Describe the solution you'd like
Add method DrawingContext.DrawCircle so we can draw dots in the most efficient manner.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: