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: SVG converter #354

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

After merging of #325, WPF-Math won't support SVG rendering helper for Avalonia.

There are some remains copy-pasted from WPF implementation, but we should make them work.

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

Depends on: