Commit efe165d4 authored by Rob1080's avatar Rob1080
Browse files

Fix for font not being set after fontsize is set.

parent 32eed5bd
...@@ -186,7 +186,6 @@ namespace Svg ...@@ -186,7 +186,6 @@ namespace Svg
int fontSize = 10; int fontSize = 10;
int.TryParse(res.Value, out fontSize); int.TryParse(res.Value, out fontSize);
this.FontSize = new SvgUnit((float)fontSize); this.FontSize = new SvgUnit((float)fontSize);
break;
} }
//this assumes "bold" has spaces around it. e.g.: style="font: bold 16px/normal //this assumes "bold" has spaces around it. e.g.: style="font: bold 16px/normal
......
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