Skip to content

v3.2.0 - Colors and Collisions!

Compare
Choose a tag to compare
@vexx32 vexx32 released this 20 Mar 03:28
· 23 commits to master since this release
0cef592

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.

Commit Log

Hash Subject
dd2886e 🐛 ✨ Fix Collision Detection & Colors for -WordBubble (#41)
c138b33 🚀 Enable Linux tests (#31)