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

using new overload of SvgImage.GetImage in SvgImage.Render

parent 17697239
...@@ -123,7 +123,7 @@ namespace Svg ...@@ -123,7 +123,7 @@ namespace Svg
if (Width.Value > 0.0f && Height.Value > 0.0f && this.Href != null) if (Width.Value > 0.0f && Height.Value > 0.0f && this.Href != null)
{ {
var img = GetImage(this.Href); var img = GetImage();
if (img != null) if (img != null)
{ {
RectangleF srcRect; RectangleF srcRect;
......
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