Skip to content

Commit

Permalink
Fix: #707 'Problems with entities/styles' issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
H1Gdev authored and mrbean-bremen committed Apr 20, 2020
1 parent 1253de9 commit 328cc8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/SvgNodeReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,12 @@ public override void ResolveEntity()
}
else
{
_value = string.Empty;
base.ResolveEntity();
_value = ReadAttributeValue() ? base.Value : string.Empty;
}

_customValue = true;
}
}
}
}
}

0 comments on commit 328cc8b

Please sign in to comment.