Commit e93982b3 authored by Claus Andersen's avatar Claus Andersen Committed by mrbean-bremen
Browse files

Fixed bug causing SvgFont objects to be drawn as if they were ordinary paths.

parent 835d2cfd
......@@ -51,5 +51,8 @@ namespace Svg
{
return base.DeepCopy<SvgFont>();
}
}
protected override void Render(ISvgRenderer renderer)
{ }
}
}
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