Skip to content

Commit cd46226

Browse files
Rieko-IIshihara Rieko
andauthored
Fixed the name of the image element (#27)
Co-authored-by: Ishihara Rieko <[email protected]>
1 parent 967a905 commit cd46226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SvgNet/Elements/SvgSymbolElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public string Href {
4242
set => _atts["xlink:href"] = value;
4343
}
4444

45-
public override string Name => "use";
45+
public override string Name => "image";
4646

4747
public string PreserveAspectRatio {
4848
get => (string)_atts["preserveAspectRatio"];

0 commit comments

Comments
 (0)