Ahrkylien

Results 3 comments of Ahrkylien

Thanks for letting know. Once my pull request has been merged will you make a new NuGet release afterwards?

Note that the attributes of \ do pass on to its children.

For documentation, this is the dirty fix: ```c# private List Parse(XmlNode node) { var vb = node.Attributes.GetNamedItem("viewBox"); if (vb != null) { var cord = vb.Value.Split(' '); var cult =...