Skip to content

Structured canvas arrays.

Compare
Choose a tag to compare
@salt-die salt-die released this 06 Feb 20:05
· 405 commits to main since this release

Before, TextWidget canvas arrays had dtype object. Now canvas arrays have dtype ("char", "U1"), ("bold", "?"), ("italic", "?"), ("underline", "?"), ("strikethrough", "?").

Additional changes:

  • add_text method of TextWidget is now add_str and add_text is now a function that adds multiline text to arbitrary views of a canvas array.
  • Color theming is completely revamped.
  • CanvasView removed.
  • Animated toggle buttons added.