Skip to content

Releases: Luke-zhang-04/CanvasPlus

Minor Patches

31 Mar 19:13
Compare
Choose a tag to compare

A simple patch fixing readme, and init.py for intuitive importing

Complete Widget Windows

31 Mar 18:47
Compare
Choose a tag to compare

Stable release for previous release
Create Tkinter widgets easily onto the canvas

canvas.create_entry(0, 0, anchor = "nw", textvariable=strVar)

Widget Windows

31 Mar 17:22
Compare
Choose a tag to compare
Widget Windows Pre-release
Pre-release

Create Tkinter widgets easily onto the canvas

canvas.create_entry(0, 0, anchor = "nw", textvariable=strVar)

Rotate

30 Mar 21:39
Compare
Choose a tag to compare

V1.0.1

  • Added rotate() method which rotates a canvas element
  • Added poly() method to convert a rectangle into a polygon

Initial Release

30 Mar 17:29
Compare
Choose a tag to compare

V1.0.0

Initial release

  • Better circle drawing (centre and radius)
  • Rounded rectangle
  • Arrow
  • Rotate objects