Skip to content

Commit

Permalink
Fixes SVG fill issue #778
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed Oct 26, 2017
1 parent 4e51863 commit e2500dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/FFImageLoading.Svg.Shared/SkSvg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,7 @@ private void ReadPaints(Dictionary<string, string> style, ref SKPaint strokePain
}
else
{
if (fillPaint == null)
fillPaint = CreatePaint();
fillPaint = CreatePaint();

SKColor color;
if (ColorHelper.TryParse(fill, out color))
Expand Down

0 comments on commit e2500dd

Please sign in to comment.