Commit Graph

46 Commits

Author SHA1 Message Date
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
Eric Rowell
8c8cf0492c shape tests are now passing. all factor setters now return this 2013-12-02 22:16:58 -08:00
Eric Rowell
e8b479e89f optmized buffer canvas requirement logic 2013-09-29 13:01:13 -07:00
Eric Rowell
4cf15cedb8 rewrote shadow logic. fill and strokes are now both taken into account. shape and shadow opacities now work well together 2013-09-26 01:39:50 -07:00
Eric Rowell
5c328b838f fixed regression bug with createImageHitRegion. setup node server. Upated README with new test instructions 2013-09-16 10:12:50 -07:00
Eric Rowell
ede6fb2e17 fixed save/restore regression introduced in context._stroke() method 2013-09-15 23:42:12 -07:00
Eric Rowell
f31ff0b9e8 getTrace() can now operate in strict and relaxed modes. with relaxed mode, we can now also do a basic context trace test on renderings that may have different parameters in different browsers 2013-09-15 22:59:09 -07:00
Eric Rowell
6131385a4e refactored setLineDash a bit, added comments, and added a context trace assertion that tests line dash 2013-09-14 00:56:17 -07:00
Eric Rowell
2fb34e3dc7 migrated TextPath and Shape tests to mocha 2013-09-10 21:17:56 -07:00