From ef1f8384968f208afdbd7dad9d2a2a49471ee00d Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Tue, 5 May 2015 07:30:57 +0700 Subject: [PATCH] update change log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02812af3..f63c8e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - context wrapper is more capable with native context. So you can use `context.fillStyle` property in your `sceneFunc` without accessing native context. -- `toDataURL` now handle pixelRatio. So image for stage 400x400 for retina will be 800x800. +- `toDataURL` now handle pixelRatio. you can pass `config.pixelRatio` argument - Correct `clone()` for custom nodes +- `FastLayer` now can have transforms ### Added - new `Konva.Image.fromURL` method