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.
Changes
Fixed collisions for -WordBubble mode; bubbles will now refuse to overlap.
Includes all X11 colors as standard named colors! *blue* will finally have a decent number of colors to pick from! (Yes, if you weren't aware, you can pick color names for -ColorSet by wildcards and it will use all matching colors; read the help, there's a lot you can do if you need to!)
Improved color filtering and selection a lot more.
Halved the effective widths of -Stroke values as there wasn't a lot of fine control and it tended to overtake the word completely at values > 3.
Bugfixes
Removed the weird transparent color that occasionally cropped up and caused words to look like they weren't rendering.
Draw strokes after the bubble and word so that they're all layered correctly.
Adjust word trimming regex to trim special characters off the start and ends of words.
Internal Changes
Renamed some methods to make them more intuitive.
Added a bunch of missing xml doc comments.
Moved some methods around a bit so the class layout is more organised.