Added round rectangle, cicle and triangle.
Applied Antialias on most of elements.
This commit is contained in:
@@ -78,7 +78,8 @@ namespace Progrart.Core.Graphics
|
||||
{
|
||||
ColorF = Color,
|
||||
StrokeWidth = context.TranslateSize(Size),
|
||||
Shader = shader
|
||||
Shader = shader,
|
||||
IsAntialias = true
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user