how extensive do you plan on making said parser? since CSS is quite a big part of typical SVGs
how extensive do you plan on making said parser? since CSS is quite a big part of typical SVGs
Secure Static Mode or Static Mode implementation: https://www.w3.org/TR/SVG2/conform.html#referencing-modes. I.e. no animations or scripts and so on.SVG-Pareser into AngleSharp, since they already provide a pretty good representation of the DOM but are currently missing SVG.System.Drawing for everything. I want something independent of that to add it to Silky one day and also because it would be useful in general.System.Drawing because if I want to render with OpenGL or something there's no point in having those binaries in there as well.

MatrixNXN<TYPE>.GetInverse() in Silk.NET.Maths? I just built it and could PR it in tomorrow if that would be useful.MatrixMXN.GetInverse(this MatrixMXN<T> mat) as I think that's how we've been doing itGetDeterminant is. Also, because I'm this nitpicky at the moment - MatrixNXN<T> was correct by me - you can't get the inverse of a non-square matrix.
Secure Static ModeStatic ModeSVG-PareserAngleSharpSystem.DrawingSystem.DrawingMatrixNXN<TYPE>.GetInverse()Silk.NET.MathsMatrixMXN.GetInverse(this MatrixMXN<T> mat)GetDeterminantMatrixNXN<T>