Skip to content

Commit

Permalink
Update SKSvg.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 5, 2020
1 parent a15c9d2 commit 59e2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Svg.Skia/SKSvg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void Draw(SKCanvas skCanvas, string path)
}
if (skBounds.IsEmpty)
{
var skFragmentBounds = svgFragment.Bounds;
var skFragmentBounds = drawable.Bounds;
skBounds = SKRect.Create(
0f,
0f,
Expand Down

0 comments on commit 59e2e89

Please sign in to comment.