Skip to content

Commit

Permalink
removed helper shape
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Aug 18, 2021
1 parent 4b3a6b6 commit f5757d0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ public override void OnDraw(SkiaSharpDrawingContext context, SKPaint paint)
{
if (_svgPath is null)
throw new System.NullReferenceException(
$"{nameof(SVG)} property is null and there is not a defined path to draw.");

using var tp = new SKPaint { Color = SKColors.LightGray };
context.Canvas.DrawRect(X, Y, Width, Height, tp);
$"{nameof(SVG)} property is null and there is not a defined path to draw.");

_ = context.Canvas.Save();

Expand Down

0 comments on commit f5757d0

Please sign in to comment.