Skip to content

0.6.0

Compare
Choose a tag to compare
@khanhas khanhas released this 24 Oct 16:53
· 19 commits to master since this release

Massive refactor

Adds

  • Shape\Rectangle: Ability to define custom round corners:
Image  = Rectangle 10,10,300,200; 50
Image2 = Rectangle 10,220,300,200; 50,30
Image3 = Rectangle 320,10,300,200; 50,30,10
Image4 = Rectangle 320,220,300,200; 50,30,10,60

image

  • Shape\Polygon: Ability to define custom round corners:
Image = Polygon 300,300,6,200; 10,30,50,70,90,110

image

Changes:

  • Shape\Polygon:
    • OffsetDegree and CornerRadius parameter position
      Old: Polygon X, Y, Side, RadiusX, RadiusY, CornerRadius, OffsetDegree
      New: Polygon X, Y, Side, RadiusX, RadiusY, OffsetDegree, CornerRadius
    • RadiusY is now skippable by setting it to *