Releases: aravindavk/chitra-d
Releases · aravindavk/chitra-d
v0.3.0
v0.2.0
- Add support to draw border.
- Remove stroke from
pointandpixeldrawing APIs. - Allow override one corner radius while drawing a rectangle.
- Disallow setting
widthandheightafter initialization. - Added FormattedString and text API
- Moved resolution settings to
saveAsfunction. - Change default measurements to
point(pt). - Added support for
100.px,10.ptwhile 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)
andimageSize(PATH).imageSizereturns thestruct{double width, double height}.
v0.1.1
- Fixed measurements issues with multiple resolutions
- Fixed fill and stroke color defaults
- Fixed the issue with
noStroke.
v0.1.0
First release