Skip to content

Releases: chitra-2d/chitra-d

v0.6.1

Choose a tag to compare

@aravindavk aravindavk released this 10 Sep 14:17

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@aravindavk aravindavk released this 26 Aug 16:14
677e483

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@aravindavk aravindavk released this 09 Aug 14:56
6a867c1

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.2

Choose a tag to compare

@aravindavk aravindavk released this 23 Jul 06:34

What's Changed

  • Text Box and Overflow examples added.
  • Type fixes for background and other functions.
  • Docs added related to coordinate system and paper sizes.
  • Box utilities added.
  • Fix Box shift command.
  • Change textSize to fontSize to avoid confusion with other textSize.
  • Added triangle command.
  • blendMode, saveState and restoreState commands.
  • strokeDash support added
  • Added support for strokeCap or lineCap.
  • Added support for strokeJoin or lineJoin.
  • Added sapphire blue color.
  • Chitra logo script added.
  • Fix the logo glitch for the letter R (Chitra Logo).
  • Added support for drawing arcs.
  • Add support for angleMode for rotate command.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@aravindavk aravindavk released this 09 Jul 13:04
3d7149e

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@aravindavk aravindavk released this 02 Jul 14:47

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@aravindavk aravindavk released this 14 Dec 08:38
2dce3f2
  • Fix mm to px conversion.
  • Fix dependencies issues in MacOS.

v0.2.0

Choose a tag to compare

@aravindavk aravindavk released this 27 Dec 13:50
  • 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

Choose a tag to compare

@aravindavk aravindavk released this 04 Dec 17:11
fe0c501
  • Fixed measurements issues with multiple resolutions
  • Fixed fill and stroke color defaults
  • Fixed the issue with noStroke.

v0.1.0

Choose a tag to compare

@aravindavk aravindavk released this 01 Dec 16:16

First release