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

Size for a matrix doesn't get properly determined on exporting to image #418

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

Try to export this matrix to a PNG file:

\matrix{1 & 2 & 3 \\ 4 & 5 & 6}

You'll get this:

image

The image is cropped and doesn't look right.

ForNeVeR commented 1 year ago

Found while investigating #417.