Drawbot-skia

Latest version: v0.5.1

Safety actively analyzes 688600 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.4.4

- Fixed `mp4` export with Python 3.6 on Windows

0.4.3

- 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.

0.4.2

- 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.

0.4.1

- Fixed a serious issue with the graphics state and multiple pages, that caused wrong paint properties on pages after the first.

0.4.0

- Added `frameDuration(duration)`
- Added `mp4` export support for `saveImage()`

0.3.1

- Added `path.removeOverlap()`
- Added `path.union(other)` and `path.__or__(other)`
- Added `path.intersection(other)` and `path.__and__(other)`
- Added `path.difference(other)` and `path.__mod__(other)`
- Added `path.xor(other)` and `path.__xor__(other)`

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.