You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🚀 Features
Current word is passed to colorizer (#20). ⚠️ This is a breaking change if you implement IColorizer yourself.
There's also new SpecificColorizer. It can be used as follows (see README for details):
varcolorizer=newSpecificColorizer(newDictionary<string,Color>{["KnowledgePicker"]=Color.FromArgb(0x0f3057),["WordCloud"]=Color.FromArgb(0xe25a5a)},fallback:newRandomColorizer());// fallback argument is optional
🐛 Bug fixes
Fixed cloned graphic engine not being disposed properly.