Skip to content

Releases: justvanrossum/drawbot-skia

Release v0.5.1

21 Jul 08:15
Compare
Choose a tag to compare
  • Pin python-bidi to 0.4.2 in setup.py, as 0.5 breaks things

Release v0.5.0

14 Aug 18:31
Compare
Choose a tag to compare
  • Support COLR/COLRv1 fonts via blackrenderer (#85)
  • Reformat all source code with Black.

Release v0.4.8

04 Jun 11:19
Compare
Choose a tag to compare
  • Added exerimental PDFDocument class that allows to draw directly to PDF, instead of having to go via a skia.PictureRecorder

Release v0.4.7

19 Mar 17:49
Compare
Choose a tag to compare
  • Made newPage() more compatible with Mac app: its arguments are now optional. (#14, thanks Jan Šindler!)

Release v0.4.6

17 Dec 20:31
Compare
Choose a tag to compare
  • Added listFontVariations() (#10)
  • Added listNamedInstances()
  • Implemented newDrawing(), so multiple documents can be created in one run.

Release v0.4.5

17 Oct 18:06
Compare
Choose a tag to compare
  • Added PointPen behavior to BezierPath (#9, thanks Jens Kutilek!)

Release v0.4.4

04 Oct 15:16
Compare
Choose a tag to compare
  • Fixed mp4 export with Python 3.6 on Windows

v0.4.3

03 Oct 09:53
Compare
Choose a tag to compare
  • Added svg export support for saveImage()
  • Added path.line(pt1, pt2)
  • Added shadow(), but it is not 100% compatible with DrawBot's in some unavoidable ways.

v0.4.2

02 Oct 06:16
Compare
Choose a tag to compare
  • Pinned optional pyffmpeg requirement to 1.6.1 for now.
  • Added linearGradient(...)
  • Added radialGradient(...) (limited to a single center point and a zero start radius)
  • Add random, randint, choice and shuffle from the random module to the default namespace.

v0.4.1

01 Oct 06:04
Compare
Choose a tag to compare
  • Fixed a serious issue with the graphics state and multiple pages, that caused wrong paint properties on pages after the first.