Added Oval and Path. Currently Path only have move_to and line_to commands.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Progrart.Core.Graphics
|
||||
LoadProperties();
|
||||
SKPoint FinalStartPos = context.TranslatePoint(Start);
|
||||
SKPoint FinalEndPos = context.TranslatePoint(Size);
|
||||
context.DrawingCore.canvas.DrawRect(
|
||||
context.canvas.DrawRect(
|
||||
FinalStartPos.X, FinalStartPos.Y,
|
||||
FinalEndPos.X, FinalEndPos.Y,
|
||||
new SKPaint()
|
||||
|
||||
Reference in New Issue
Block a user