plotters-iced
plotters-iced copied to clipboard
FIXED undefined behavior in style_to_font function.
Fixed the undefined behavior by leaking strings and lazily storing the now static references into mutex guarded array
After consideration of the suggestion from the thread https://github.com/Joylei/plotters-iced/pull/45#discussion_r2610202611 I have changed vec to hashset and made it more idiomatic