Releases: aravindavk/chitra-d
Releases · aravindavk/chitra-d
Release list
v0.4.0
What's Changed
borderandborderColorfunctions by @aravindavk in #12- Color Scale support (
0 - 1.0or0 - 255) added by @aravindavk in #13 - Add FOSS United as Sponsor by @aravindavk in #14
- Set size function by @aravindavk in #15
- Fix the Translate example by @aravindavk in #16
- Set the default color of text to Black by @aravindavk in #17
- Added Trafic signal example by @aravindavk in #18
- Scale example by @aravindavk in #19
- Add tint feature for images by @aravindavk in #20
- Fix image scale when output resolution changes by @aravindavk in #21
- Jekyll Project initialized (/docs) by @aravindavk in #22
- Jekyll collections by @aravindavk in #23
- feature:
ovalModeto chose modes for co-ordinates while drawing by @aravindavk in #24 - Dist by @aravindavk in #25
- Grid feature by @aravindavk in #26
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Fix
mmtopxconversion. - Fix dependencies issues in MacOS.
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.