Skip to content

Commit

Permalink
Fixed the name of the image element (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Ishihara Rieko <[email protected]>
  • Loading branch information
Rieko-I and Ishihara Rieko authored Oct 20, 2020
1 parent 967a905 commit cd46226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SvgNet/Elements/SvgSymbolElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public string Href {
set => _atts["xlink:href"] = value;
}

public override string Name => "use";
public override string Name => "image";

public string PreserveAspectRatio {
get => (string)_atts["preserveAspectRatio"];
Expand Down

0 comments on commit cd46226

Please sign in to comment.