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
641 stars 102 forks source link

Avalonia: render transformations support #356

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

After merging of #325, WPF-Math won't support render transformations in the AvalomiaElementRenderer.

We should figure out when they are used by the WPF-Math, and implement them accordingly.

When fixing this, look for TODO[#356] in the project code.