Anton Lavrenov
1c7c202b68
create test
2015-05-06 07:08:31 +07:00
Anton Lavrenov
ef1f838496
update change log
2015-05-05 07:30:57 +07:00
Anton Lavrenov
33de4cb0b6
FastLayer now can have transforms. close #56
2015-05-05 07:03:14 +07:00
Anton Lavrenov
67e52e9d73
new method. close #20
2015-05-04 16:56:54 +07:00
Anton Lavrenov
f6e2cf19a3
update readme for new gulp builder. close #73
2015-05-04 16:15:16 +07:00
Anton Lavrenov
7b1db3839e
comment tasks
2015-05-04 16:14:11 +07:00
Anton Lavrenov
2908fa975b
migrate to eslint
2015-05-04 16:02:16 +07:00
Anton Lavrenov
3dff461592
set default pixelRatio for method
2015-04-27 11:20:55 +07:00
Anton Lavrenov
744dd61992
Fix clone function to support custom Shapes. close #71
2015-04-26 15:20:11 +07:00
Anton Lavrenov
42eda94675
Repair fill gradient for text. close #39
2015-04-26 08:34:28 +07:00
Anton Lavrenov
533f68b2f3
update change log
2015-04-26 07:56:17 +07:00
Anton Lavrenov
bb8704f68a
update docs
2015-04-26 07:56:02 +07:00
Anton Lavrenov
b6068f069f
Merge branch 'cactis-patch-1'
2015-04-26 07:48:28 +07:00
Anton Lavrenov
5a55a1a6db
build
2015-04-26 07:48:11 +07:00
Anton Lavrenov
82c1de564f
Merge branch 'patch-1' of https://github.com/cactis/konva into cactis-patch-1
2015-04-26 07:46:40 +07:00
Anton Lavrenov
46eb8638f5
Merge branch 'master' of github.com:lavrton/KineticJS
2015-04-26 07:39:14 +07:00
Anton Lavrenov
429ef19a93
update toDataURL test
2015-04-26 07:38:41 +07:00
Anton Lavrenov
3336caf8e3
Merge branch 'pronebird-fix-todataurl-pixelratio'
2015-04-26 07:27:37 +07:00
Anton Lavrenov
237be44d04
Merge branch 'fix-todataurl-pixelratio' of https://github.com/pronebird/konva into pronebird-fix-todataurl-pixelratio
2015-04-26 07:27:28 +07:00
Anton Lavrenov
923c466572
test for toDataURL + HDPI
2015-04-26 07:26:54 +07:00
Anton Lavrenov
aac7fe3e8c
Merge pull request #68 from pronebird/fix-tween-color-alpha
...
Fix color alpha rounding bug. (Fixes #67 )
2015-04-23 06:38:25 +07:00
Andrej Mihajlov
5f1897fa09
Update tween tests to verify color interpolation
2015-04-22 12:41:27 +02:00
Andrej Mihajlov
8386f8c3da
Fix color alpha rounding bug. ( Fixes #67 )
2015-04-21 16:12:22 +02:00
chitsung.lin
b70940ea1f
ReferenceError: window is not defined
...
```js
ReferenceError: window is not defined
at /Users/ctslin/Documents/nodes/pboooks-nodejs/node_modules/konva/konva.js:1165:36
at /Users/ctslin/Documents/nodes/pboooks-nodejs/node_modules/konva/konva.js:1173:11
```
2015-04-20 21:50:33 +08:00
Andrej Mihajlov
29f85d1a82
Add pixel ratio support for snapshots
2015-04-16 19:22:46 +02:00
Andrej Mihajlov
3eb87ece05
Use cachedCanvas pixel ratio
2015-04-16 16:49:08 +02:00
lavrton
41c10555bc
fix bug for wrong getClientRect
calculation. close #50
2015-04-16 09:43:21 +07:00
lavrton
c2154933d1
Merge branch 'pronebird-hitcanvas-optimization2'
2015-04-16 09:24:59 +07:00
lavrton
9f7d8e14cf
Merge branch 'hitcanvas-optimization2' of https://github.com/pronebird/konva into pronebird-hitcanvas-optimization2
2015-04-16 09:24:46 +07:00
lavrton
681b81705c
manual test for drawHitFromCache with alpha threshold
2015-04-16 09:23:55 +07:00
Andrej Mihajlov
6f2aa2c2bd
Blit directly to hitCanvas and avoid using temporary canvas
2015-04-14 12:48:51 +02:00
lavrton
28d0a6f112
test update
2015-04-14 17:14:42 +07:00
lavrton
b3344f8b74
build
2015-04-14 10:50:09 +07:00
lavrton
6ad6104f4b
fix bug for drawHitFromCache + HDPI. close #48
2015-04-14 10:49:33 +07:00
lavrton
4f9140539e
update changelog
2015-04-14 09:56:56 +07:00
lavrton
b44a78333e
Merge branch 'pronebird-patch-3'
2015-04-14 09:46:00 +07:00
lavrton
fdffe74a52
Merge branch 'patch-3' of https://github.com/pronebird/konva into pronebird-patch-3
2015-04-14 09:45:53 +07:00
lavrton
de60359b48
unit test for filters + pixelRatio
2015-04-14 09:45:10 +07:00
lavrton
d082bcfd7f
build
2015-04-13 07:19:26 +07:00
lavrton
5c6038e5f7
Merge branch 'master' of github.com:lavrton/KineticJS
2015-04-13 07:18:55 +07:00
lavrton
44f7d17847
repair tests
2015-04-13 07:17:32 +07:00
lavrton
dfecf5377f
Merge branch 'pronebird-patch-2'
2015-04-13 06:51:49 +07:00
Anton Lavrenov
d7839289ba
Merge pull request #44 from pronebird/patch-1
...
Enable devicePixelRatio for desktop browsers
2015-04-13 05:50:48 +06:00
Andrei Mihailov
0ae6e172fa
Fix invalid pixelRatio when using filters
2015-04-12 20:57:52 +02:00
Andrei Mihailov
487387e767
Fix attrs initialization regression
...
Fixes issue #41
2015-04-12 14:00:07 +02:00
Andrei Mihailov
cf93f973ec
Enable devicePixelRatio for desktop browsers
2015-04-12 13:52:09 +02:00
lavrton
98e575aaf7
repair tests
2015-04-09 06:22:36 +07:00
lavrton
858ddd5029
refactoring
2015-04-08 22:26:43 +07:00
lavrton
18cce13ea5
better capable konva context with native context
2015-04-08 22:26:25 +07:00
lavrton
a554f4e979
change gulp task
2015-04-07 15:23:59 +07:00