Plotdevice

Latest version: v1.0.0

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

Scan your dependencies

Page 6 of 6

0.9b3

-------------
* Transformations now happen from the center of each object, not from the canvas' corner. However, this behaviour is switchable using the transform() command.
* Added skew() command.
* Added random() and choice() command. Random is pretty clever; choice is just an import from the random package.
* Added files() command that uses glob to display a list of files based on a search pattern.
* New icon! (thanks to Nico and Just)
* First release with actual documentation.

0.9b2

-------------
* Flipped the canvas. Coordinates start from the top-left corner now. This required massive changes to transformations. Most notably, transformations are not directly set internally, but the resulting bezier paths of a drawing command are transformed when filling and/or stroking the object.

0.9b1

-------------
* First release using direct commands and state machine. This means commands for drawing primitives, text and images, state modifiers such as fill() and stroke(), and transformation commands such as rotate(), scale(), push() and pop().

0.9a1

-------------
* Just's first public release of DrawBot.

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.