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
634 stars 100 forks source link

Extracted some logic from `FractionAtom.CreateBoxCore` into its own methods #469

Closed Lehonti closed 10 months ago

Lehonti commented 10 months ago

I think the original method is long and chaotic. Hopefully this can help improve it, even if it's not yet perfect