Skip to content

DrawBot version 3.131

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 12:27
  • UNIVERSAL BUILD !!!
  • Jumping to python 3.12 !!!
  • Check language(..) settings and warn if a language tag is not available.
  • Improve infinite imageObject generators.
  • Adding strikethrough(..).
  • Adding fontNamedInstance("instanceName").
  • Addding textProperties(), returning a dict of text properties.
  • Adding opacity(value).
  • Adding support for lineDash(..., offset=10).
  • Adding support for fontSubpixelQuantization while exporting to an image.
  • Add support for writingDirection(), None, 'LTR', 'RTL'.
  • Adding type annotations!! thanks @roberto-arista!!
  • Improve ImageObject, thanks @roberto-arista!!
  • Fixing code editor when using f-strings.
  • Adding bezierPath.dashStroke(10, 2, 10, offset=0) to dash a stroke.