Commit 17697239 authored by Andreas Niedermair's avatar Andreas Niedermair
Browse files

added overload for SvgImage.GetImage

parent 46d7d718
......@@ -232,6 +232,11 @@ namespace Svg
}
}
public object GetImage()
{
return this.GetImage(this.Href);
}
public object GetImage(string uriString)
{
try
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment