1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-24 18:15:53 +08:00
Commit Graph

72 Commits

Author SHA1 Message Date
Anton Lavrenov
59cc7b99f2 setup prettier and make all code better 2017-02-24 09:15:33 -05:00
Anton Lavrenov
9b92331410 Fixed "calling remove() for dragging shape will throw an error". close 2016-11-10 16:41:31 -06: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
Gleb Pospelov
268c6bef26 Added simple test
2015-07-30 04:08:33 +03:00
lavrton
4f9140539e update changelog 2015-04-14 09:56:56 +07:00
lavrton
de60359b48 unit test for filters + pixelRatio 2015-04-14 09:45:10 +07:00
lavrton
c3511210f2 cache + pixelRatio 2015-02-14 22:12:54 +07:00
Jovination
607ef1837b Renaming 2015-01-27 00:07:51 -07:00
Eric Rowell
e7175824a1 commenting out assertions that are failing in Travis CI. The tests pass perfectly locally in both a browser and PhantomJS. will need to investigate 2014-03-10 00:19:14 -07:00
Eric Rowell
f2861ca1b8 fixed up another unit test 2014-03-09 23:12:28 -07:00
Eric Rowell
c623666206 deprecated transformsEnabled property. Continued developing the new FastLayer class 2014-03-09 12:41:16 -07:00
ippo615
da5055cf28 New HSL filter. HSV and HSL want values between -1.0 and +1.0 (was 0.5 to 2.0) 2014-01-31 16:49:11 -05:00
ippo615
774f50007c Added HSL filter. 2014-01-27 19:59:42 -05:00
Eric Rowell
cb78b9bd0e removed Polar Tests and make a few tweaks to Node 2014-01-11 12:55:19 -08:00
Eric Rowell
79701fcca0 reverted center attr back to offset. I think it's more confusing 2014-01-10 22:09:22 -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
ippo615
f3c2bd5c01 Changed Kaleidoscope parameters: power and angle 2014-01-06 19:27:47 -05:00
Eric Rowell
3d76beb260 removed misspelled files 2014-01-05 13:40:54 -08:00
Eric Rowell
193b9d0970 fixed kaleidoscope filter spelling 2014-01-05 13:32:50 -08:00
ippo615
baf36a0ced Merge branch 'master' of https://github.com/ericdrowell/KineticJS
Conflicts:
	Gruntfile.js
2014-01-05 13:01:46 -05:00
ippo615
a947bd19ca Added Kalidescope filter. 2014-01-05 12:59:20 -05:00
Eric Rowell
65a0aecb97 added test for hit region draw from blurred image 2014-01-05 01:24:23 -08:00
Eric Rowell
4d323c7b57 new drawHitFromCache Shape method replaces Image createImageHitRegion 2014-01-05 01:10:56 -08:00
Eric Rowell
fae1c538f3 changed offset to center 2014-01-04 23:56:33 -08:00
ippo615
ff952bf958 Added ripple filter. 2014-01-04 23:21:26 -05:00
ippo615
e57f3802df Made enhance filter tweenable (-1=grey;0=no change;1=max enhancement) 2014-01-04 12:31:11 -05:00
Eric Rowell
b52845b32b added another hsv test 2014-01-04 06:37:08 -08:00
Eric Rowell
67f71e4785 added pixastic Solarize filter 2014-01-04 05:34:36 -08:00
Eric Rowell
0d944aac27 removed convolve pack. Added pixastic emboss filter 2014-01-04 05:21:44 -08:00
Eric Rowell
7f0dc2085b changed Levels filter to Posterize 2014-01-03 23:23:53 -08:00
Eric Rowell
cfe3091833 got the convolve filters working, but we still need to do some work on them 2014-01-03 23:09:49 -08:00
Eric Rowell
dcf2962e2e split ColorPack into RGB and HSV filters. updated tests 2014-01-03 20:25:35 -08:00
Eric Rowell
5060fbb8cb updated Sepia filter and tests 2014-01-03 17:31:38 -08:00
Eric Rowell
6ddefa05b5 removed flip and mirror filters because the same effect can be achieved with transforms, cloning, caching, etc. 2014-01-03 11:22:25 -08:00
Eric Rowell
a238cf5817 updated Levels filter and test 2014-01-02 22:58:36 -08:00
Eric Rowell
bbfbadfee2 updated Threshold filter and test 2014-01-02 22:32:23 -08:00
Eric Rowell
4074eef3aa updated Noise filter and test 2014-01-02 22:21:21 -08:00
Eric Rowell
50a91d1e8b updated pixelate unit tests 2014-01-02 22:05:57 -08:00
Eric Rowell
374bc22680 renamed ColorStretch filter to Enhance. cleaned up the code a bit. updated tests. changed function signature back to just image data 2014-01-02 21:12:41 -08:00
Eric Rowell
a0d0f23ef8 updated mask filter tests 2014-01-02 20:55:05 -08:00
Eric Rowell
bbdbbd4d61 fixed grayscale filter and updated tests 2013-12-31 21:00:07 -08:00
Eric Rowell
3321102784 brighten tests are now passing 2013-12-31 13:16:41 -08:00
Eric Rowell
966ddc5a83 just enabled one blur test for now so that travis will pass 2013-12-31 13:05:32 -08:00
Eric Rowell
12e7b06978 first pass at integrating filters into new caching mechanism. added group filter test. Removed blurX and blurY filters because I don't think they'll be needed in their current state. Commented out half filter blur test because it's not a common use case. other filter tests have been disabled for now. Working on enabling them with future commits 2013-12-31 13:04:05 -08:00
ippo615
827caaa451 Added more Polar effects and corrected documentation. 2013-12-07 12:36:48 -05:00
ippo615
2397712f6e Improved Colorization filter.
- Looks better (brightness of original is preserved)
 - Improved speed (2-6 times faster than original)
 - Reduced code
2013-12-07 11:31:38 -05:00
ippo615
2c3a29681e Updated some filters and tests. 2013-12-05 18:20:00 -05:00
ippo615
52f96c540b Merge branch 'master' of https://github.com/ericdrowell/KineticJS 2013-12-04 19:10:08 -05:00
ippo615
a680d33c40 Added Gaussian Blur back, put QuickBlur in separate file 2013-12-04 19:03:20 -05:00