Commit Graph

58 Commits

Author SHA1 Message Date
Anton Lavrenov
dcff79eb63 more warnings and methods 2019-02-13 23:41:32 -05:00
Anton Lavrenov
99e66c380f cache patterns and gradients 2019-02-13 22:04:54 -05:00
Anton Lavrenov
44bf0a69ca remove old checks 2019-01-19 10:39:26 -05: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
fa081dd159 a bit fixes events flow 2018-03-16 10:53:50 +07:00
Anton Lavrenov
1a45e953c2 shadow fix and small perf improve 2018-03-12 08:33:35 +07:00
Anton Lavrenov
2944158479 clean up 2018-03-10 10:44:36 +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
e51e675c86 change getClientRect calc 2017-08-01 22:16:44 +02:00
Anton Lavrenov
4924c4024c fix automatic shadow scaling. close #230 2017-04-25 17:21:45 -05:00
Anton Lavrenov
8e7ce7ff4f test fixes 2017-03-24 09:07:34 -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
a498609412 shadow blur fix 2016-12-14 12:37:03 -05:00
Anton Lavrenov
b855765736 shadow fixes 2016-12-14 12:14:56 -05:00
Anton Lavrenov
658ba2aeac test fixes 2016-10-25 08:51:53 -06: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
3c1e2804de better HDPI support
update packages
2016-02-28 16:57:15 +08:00
lavrton
981f245833 fix test & update deps 2015-08-28 10:11:10 +07:00
Anton Lavrenov
d455d0f994 mark some methods as deprecated 2015-05-07 08:48:15 +07:00
Anton Lavrenov
744dd61992 Fix clone function to support custom Shapes. close #71 2015-04-26 15:20:11 +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
c15e977009 scale now affect to shadowOffset 2015-02-09 08:33:49 +07:00
lavrton
dc4032ceee repair tests 2015-02-09 07:21:55 +07:00
lavrton
367d829784 performance improvement 2015-02-09 06:29:31 +07:00
lavrton
63986be549 0.8.0 2015-02-04 05:59:01 +07:00
lavrton
d48439b952 refactor 2015-02-03 10:40:32 +07:00
lavrton
10fab252e0 findOne Method 2015-02-03 10:30:27 +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
87236a88e2 better extend function 2015-01-20 17:22:51 +07:00
Лаврёнов Антон
a4ea6a65a5 intersects with shadow. close #1027 2014-10-02 22:41:51 +08:00
Лаврёнов Антон
6e1c75ceb7 cache before adding to layer test 2014-03-15 18:27:37 +08:00
Anton Lavrenov
720476ab94 Merge pull request #781 from guycook/master
Shape.hasShadow cache invalidation fix
2014-03-09 10:09:06 +08:00
Лаврёнов Антон
452c99cb4e default shadow opacity should be 1. fix #696 2014-03-07 19:13:52 +08:00
Guy Cook
d92a5f53e5 Shape.hasShadow cache fix
Typo was causing hasShadow cache not to be invalidated after using
setShadowEnabled. Fixes issue #693
2014-01-26 17:17:14 +13:00
Eric Rowell
da28418239 introduced new alpha component for colors. fixed #755. Created new validators namespace for getter setter validator functions 2014-01-20 11:26:01 -08:00
Eric Rowell
79f86f2fe0 fixed pattern scale default issue 2014-01-12 21:48:33 -08:00
Eric Rowell
99e7ad4bf0 added back compat Factor method and plugged in the methods that changed with the 5.0.0 release 2014-01-10 22:58:55 -08:00
Eric Rowell
baf635c7f0 changed dashArray to dash. started chipping away at the Shape docs 2014-01-09 22:37:27 -08:00
Eric Rowell
13b91d0db7 removed color getter and setters from Factory. color components are now red, green, and blue, not r, g, b 2014-01-09 00:29:38 -08:00
Eric Rowell
66b65f1c19 removed radian angle attrs. All rotations are set in degrees now 2014-01-06 21:37:46 -08:00
Eric Rowell
ceddf561fc removed shape enablers and disables. They were reduandant methods and muddied up the API 2014-01-05 21:03:11 -08:00
Eric Rowell
4d323c7b57 new drawHitFromCache Shape method replaces Image createImageHitRegion 2014-01-05 01:10:56 -08:00
Eric Rowell
7e2c6c97f8 changed drawFunc to sceneFunc and drawHitFunc to hitFunc 2014-01-04 23:34:01 -08:00
Eric Rowell
b273c29aee removed old test directory. added getter setter overloaders to Shape. Began redoing documentation on Node 2013-12-13 21:33:40 -08:00