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

`StandardColorParsers::Dictionary`: make `readonly` #358

Closed ForNeVeR closed 1 year ago

ForNeVeR commented 1 year ago

Right now, StandardColorParsers::Dictionary is a public static writable field, which is a mistake.

Should be made readonly, even if this change is breaking.

Look for TODO[#358] to find it in the code.