ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
640 stars 102 forks source link

`WpfMath.Converters.SVGConverter` now enumerates resulting strings with `yield return` instead of adding to `StringBuilder` #457

Closed Lehonti closed 1 year ago

Lehonti commented 1 year ago

Also, I'm not sure why m_nestedLevel is needed, so I commented it out, but the code is still there if it's needed