Commit Graph

296 Commits

Author SHA1 Message Date
Anton Lavrenov
738cc8b79c Automatic validations for many attributes. close #436 2018-08-21 15:56:04 +07:00
Anton Lavrenov
136df898c1 add shape as second argument for sceneFunc and hitFunc 2018-06-15 15:17:14 +07:00
Anton Lavrenov
9b2d439751 prettier, fix some tests, new test runner 2018-05-24 10:59:08 +09:00
Anton Lavrenov
f1e7bf0e8e made some caching fixes 2018-04-18 14:25:39 +07:00
Anton Lavrenov
0363090052 remove some deprecations 2018-03-10 09:56:27 +07:00
Anton Lavrenov
a91e00fc05 Merge branch 'add-stroke-gradient' of https://github.com/MaxGraey/konva into MaxGraey-add-stroke-gradient 2018-03-10 09:49:43 +07:00
Anton Lavrenov
0d12e94053 remove log 2018-03-08 11:05:05 +08:00
MaxGraey
f5cd56d9d0 [WIP] Add stroke gradient 2018-03-07 16:58:38 +02:00
Anton Lavrenov
e51e675c86 change getClientRect calc 2017-08-01 22:16:44 +02:00
Anton Lavrenov
7b6d97aaa5 build and apply prettier 2017-07-28 18:40:07 +02:00
Anton Lavrenov
d3498fc0fa moved globalCompositeOperation property to Konva.Node 2017-04-21 12:07:36 -05:00
Anton Lavrenov
82e12b41d4 support of globalCompositeOperation for Konva.Shape. close #228 2017-04-21 11:10:23 -05:00
Anton Lavrenov
865577b7e6 fix bug with getAllIntersections and Text shape. close #224 2017-04-21 10:40:41 -05:00
leMaik
8ae434036f add dashOffset property to shape 2017-03-18 23:10:17 +01:00
Anton Lavrenov
59cc7b99f2 setup prettier and make all code better 2017-02-24 09:15:33 -05:00
Anton Lavrenov
34cb84f616 text shadow test 2016-10-25 07:26:59 -06:00
Anton Lavrenov
3b22252cc3 fix clientRect calculations 2016-09-16 10:12:49 -04:00
Anton Lavrenov
0eec587cd6 fix #169 2016-09-10 07:57:50 -04:00
Anton Lavrenov
1050dd5bb5 add new preventDefault property for Konva.Shape 2016-08-21 12:59:25 +07:00
Anton Lavrenov
c7de29389f fix typo in documentation 2016-07-15 22:21:31 +07:00
Anton Lavrenov
3c1e2804de better HDPI support
update packages
2016-02-28 16:57:15 +08:00
Anton Lavrenov
2a514ee580 return this from several methods. close #111 2015-12-22 17:19:33 +07:00
lavrton
1f9ce30d81 fix cache bug 2015-09-19 23:11:01 +07:00
Anton Lavrenov
d455d0f994 mark some methods as deprecated 2015-05-07 08:48:15 +07:00
Anton Lavrenov
2908fa975b migrate to eslint 2015-05-04 16:02:16 +07:00
Andrej Mihajlov
6f2aa2c2bd Blit directly to hitCanvas and avoid using temporary canvas 2015-04-14 12:48:51 +02:00
lavrton
6ad6104f4b fix bug for drawHitFromCache + HDPI. close #48 2015-04-14 10:49:33 +07:00
lavrton
858ddd5029 refactoring 2015-04-08 22:26:43 +07:00
lavrton
ece5d7ac27 remove debugger statement 2015-02-17 10:21:42 +07:00
lavrton
7a7ea97c31 updating docs 2015-02-15 07:18:09 +07:00
lavrton
c3511210f2 cache + pixelRatio 2015-02-14 22:12:54 +07:00
lavrton
e39d7861c3 Add new method getClientRect(). rethink caching. 2015-02-12 14:10:36 +07:00
lavrton
b9c6bc2d10 new shadowForStrokeEnabled property for shape 2015-02-10 07:19:44 +07:00
lavrton
56f76005d7 new perfectDrawEnabled property for shape 2015-02-09 09:52:42 +07:00
lavrton
367d829784 performance improvement 2015-02-09 06:29:31 +07:00
lavrton
d48439b952 refactor 2015-02-03 10:40:32 +07:00
lavrton
3ef33af2ee new strokeHit property 2015-02-03 10:31:31 +07:00
lavrton
3b94673d73 Merge branch 'master' of https://github.com/jovination/konva into jovination-master
Conflicts:
	src/Stage.js
	test/unit/Node-test.js
	test/unit/Shape-test.js
	test/unit/plugins/Path-test.js
2015-01-27 15:15:05 +07:00
Jovination
607ef1837b Renaming 2015-01-27 00:07:51 -07:00
lavrton
f9a08a6acc rendering shadows and strokes test improve 2015-01-27 13:21:02 +07:00
lavrton
46bb48e470 fix docs 2015-01-20 17:06:21 +07:00
Лаврёнов Антон
a4ea6a65a5 intersects with shadow. close #1027 2014-10-02 22:41:51 +08:00
Лаврёнов Антон
22da5892e2 resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Лаврёнов Антон
1db8fec21c test + refactoring 2014-05-17 21:10:49 +08:00
Лаврёнов Антон
012db6594c Merge branch 'get-intersection-cache' of git://github.com/vmichnowicz/KineticJS into vmichnowicz-get-intersection-cache
Conflicts:
	src/Container.js
	src/Shape.js
2014-05-17 13:16:45 +08:00
Victor Michnowicz
70564cc1e4 Update clearing of getImageData cache 2014-05-17 00:06:46 -04:00
Лаврёнов Антон
917ca5bc56 better caching if node not in layer 2014-05-11 20:22:30 +08:00
Лаврёнов Антон
4cf968749c unit test for drawing hit before adding shape to layer 2014-05-04 12:11:50 +08:00
Лаврёнов Антон
224790f7c9 Merge branch 'fix-cache-hit-before-added-to-layer' of git://github.com/kzhdev/KineticJS into kzhdev-fix-cache-hit-before-added-to-layer 2014-05-04 11:55:43 +08:00
Лаврёнов Антон
01964549eb now we may use cache before adding to layer 2014-04-27 22:39:51 +08:00