Skip to content

Releases: aravindavk/chitra-d

v0.3.0

14 Dec 08:38
2dce3f2

Choose a tag to compare

  • Fix mm to px conversion.
  • Fix dependencies issues in MacOS.

v0.2.0

27 Dec 13:50

Choose a tag to compare

  • Add support to draw border.
  • Remove stroke from point and pixel drawing APIs.
  • Allow override one corner radius while drawing a rectangle.
  • Disallow setting width and height after initialization.
  • Added FormattedString and text API
  • Moved resolution settings to saveAs function.
  • Change default measurements to point(pt).
  • Added support for 100.px, 10.pt while specifying the co-ordinates, size etc.
  • Added support for rendering PNG images (image(PATH, x, y)).
  • Added functions to get image dimentions, imageWidth(PATH), imageHeight(PATH)
    and imageSize(PATH). imageSize returns the struct{double width, double height}.

v0.1.1

04 Dec 17:11
fe0c501

Choose a tag to compare

  • Fixed measurements issues with multiple resolutions
  • Fixed fill and stroke color defaults
  • Fixed the issue with noStroke.

v0.1.0

01 Dec 16:16

Choose a tag to compare

First release