Eric Rowell
|
722ae82f21
|
Rect tests are now passing
|
2013-12-01 23:47:24 -08:00 |
|
Eric Rowell
|
9c3be4bb05
|
all unit tests are no passing
|
2013-12-01 23:17:20 -08:00 |
|
Eric Rowell
|
a7740ba96e
|
copying over chunks of code from arrays branch
|
2013-12-01 23:08:15 -08:00 |
|
ippo615
|
26e7aeeba4
|
Pixelate is tweenable and works with images.
|
2013-12-01 22:37:17 -05:00 |
|
ippo615
|
4d16ccfe70
|
Merge branch 'master' of https://github.com/binoculars/KineticJS into binoculars-master
Conflicts:
Gruntfile.js
test/runner.html
|
2013-11-30 13:17:51 -05:00 |
|
Eric Rowell
|
4b62ecea7c
|
combined Line, Spline, Blob, and Polygon into a single shape for more flexibility. converted allPoints property into cacheable getTensionPoints method
|
2013-11-30 00:24:47 -08:00 |
|
Eric Rowell
|
4fafde7451
|
added some new perf tests
|
2013-11-29 13:49:59 -08:00 |
|
Eric Rowell
|
ae5b76d332
|
fixed typo in unit test
|
2013-11-27 22:22:12 -08:00 |
|
Eric Rowell
|
24d41e5506
|
commented out offending unit test for now
|
2013-11-27 22:21:44 -08:00 |
|
Eric Rowell
|
658064b5ef
|
improved event edge detection algo
|
2013-11-27 21:53:41 -08:00 |
|
Eric Rowell
|
aa78d632db
|
fixed #382 #198
|
2013-11-27 21:32:36 -08:00 |
|
Eric Rowell
|
bc9bd291fc
|
began refactoring layer getIntersection method and added unit tests
|
2013-11-27 16:05:35 -08:00 |
|
Eric Rowell
|
cbcd7d6c89
|
Merge pull request #688 from lavrton/getLayerFix
Get layer fix
|
2013-11-27 08:22:39 -08:00 |
|
Eric Rowell
|
93199a09ee
|
Merge pull request #701 from minus71/master
Fix Path when rendering path with multiple closed path.
|
2013-11-27 08:18:06 -08:00 |
|
Eric Rowell
|
b3f18e9650
|
Merge pull request #684 from lavrton/toImageImprovement
toImage improvement
|
2013-11-27 08:08:25 -08:00 |
|
ippo615
|
22793dc93e
|
Added new filter tests to the test runner.
|
2013-11-26 17:27:58 -05:00 |
|
ippo615
|
25dff7bd8b
|
Added unit tests for new filters (and some old)
|
2013-11-26 17:21:53 -05:00 |
|
ippo615
|
036b85f920
|
Added unit test for color stretch filter
|
2013-11-26 16:27:14 -05:00 |
|
Barrett Harber
|
14570f7bed
|
Added Sepia Filter
Add Sepia Filter from Pixastic Library
|
2013-11-25 20:39:08 -05:00 |
|
Mario Minutolo
|
e2f2c28b1b
|
Move start position after a close path (z) to the starting node of the path (previous M).
|
2013-11-25 12:19:02 +01:00 |
|
Лаврёнов Антон
|
cf32e72b85
|
not this commit
|
2013-11-15 01:06:34 +08:00 |
|
Лаврёнов Антон
|
3c8c0831ab
|
get layer fix
|
2013-11-15 01:02:21 +08:00 |
|
Лаврёнов Антон
|
d4b2892c13
|
toImage improvement
|
2013-11-12 18:57:58 +08:00 |
|
Eric Rowell
|
6bd0992dd8
|
fixed #673
|
2013-11-08 00:30:26 -08:00 |
|
Eric Rowell
|
9bc34d6abb
|
reenabling all tests
|
2013-11-03 00:07:05 -07:00 |
|
Eric Rowell
|
224436aa18
|
fixed pixel ratio issue with createHitRegion
|
2013-11-02 23:48:39 -07:00 |
|
Eric Rowell
|
65166d7ddd
|
added role=presentation to content node
|
2013-11-02 22:39:24 -07:00 |
|
Eric Rowell
|
f5d5e26e5e
|
fixed pixel ratio issue with buffer canvas usage
|
2013-11-02 22:31:09 -07:00 |
|
Jason Follas
|
303117ca32
|
Fixed the assert with updated trace data
|
2013-10-07 21:36:58 -04:00 |
|
Jason Follas
|
0da4b98e91
|
Fixed #301: TextPath not responding to events (now rendering glyphs to hit canvas for event detection)
|
2013-10-07 21:28:08 -04:00 |
|
Eric Rowell
|
1965f61da2
|
added assertion counter to Mocha
|
2013-09-30 07:52:13 -07:00 |
|
Eric Rowell
|
5caea0c2a2
|
fixed up image unit test
|
2013-09-29 13:06:50 -07:00 |
|
Eric Rowell
|
0486904512
|
resolved conflicts
|
2013-09-29 13:02:54 -07:00 |
|
Eric Rowell
|
e8b479e89f
|
optmized buffer canvas requirement logic
|
2013-09-29 13:01:13 -07:00 |
|
ippo615
|
5af658af66
|
Uncommented the funtional tests
|
2013-09-29 15:11:45 -04:00 |
|
ippo615
|
a9c0833a36
|
Added filter tests to runner.html
|
2013-09-29 15:09:15 -04:00 |
|
ippo615
|
9e7f27dfe3
|
Added convolve pack filter tests
|
2013-09-29 15:06:59 -04:00 |
|
ippo615
|
e98d31e18b
|
Added mask filter test
|
2013-09-29 15:00:42 -04:00 |
|
ippo615
|
26885d18c1
|
Added hue shift filter test
|
2013-09-29 14:55:47 -04:00 |
|
ippo615
|
98fef5eb67
|
Added invert filter test
|
2013-09-29 14:51:49 -04:00 |
|
ippo615
|
e4db57355b
|
Added transparent images to tests.
|
2013-09-29 14:49:19 -04:00 |
|
ippo615
|
ae13dc688a
|
Added grayscale filter test
|
2013-09-29 14:44:40 -04:00 |
|
ippo615
|
2cc1cc7dcc
|
Added color pack filter unit tests
|
2013-09-29 14:39:48 -04:00 |
|
ippo615
|
d0f805903d
|
Added brighten filter unit test
|
2013-09-29 14:39:31 -04:00 |
|
ippo615
|
1770733b1c
|
Added blur filter unit test
|
2013-09-29 14:39:10 -04:00 |
|
ippo615
|
8b7b3db9ef
|
Merge branch 'master' of https://github.com/Ziriax/KineticJS
Fixed bug #527 - filters and cropping are now friends.
|
2013-09-29 14:00:51 -04:00 |
|
ippo615
|
de677846b4
|
Added blur filter unit tests.
|
2013-09-29 11:26:31 -04:00 |
|
Eric Rowell
|
e13a0b5fd8
|
fixed issue with stage panning. stage node type needs to be declared before calling super constructor
|
2013-09-28 21:55:57 -07:00 |
|
Eric Rowell
|
a8cbc2321d
|
hooked opacity rendering into the buffer canvas logic used for shadows so that strokes and fill opacities aren't applied separately
|
2013-09-28 20:34:42 -07:00 |
|
Eric Rowell
|
6b69460d2c
|
fixed #612 and added stage drag and drop unit tests
|
2013-09-26 22:40:23 -07:00 |
|