Commit Graph

1051 Commits

Author SHA1 Message Date
Eric Rowell
bc8085bf04 cleaned up default value pull request 2013-11-27 08:47:52 -08:00
Eric Rowell
b99e71f0b1 Merge pull request #661 from blabno/do-not-export-default-values
#660 Do not export default values
2013-11-27 08:35:56 -08:00
Eric Rowell
1f6c8e7194 cleaned up getLayer fix logic 2013-11-27 08:24:47 -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
8e3b9580d3 Added new filters from filter branch. 2013-11-26 16:26:03 -05:00
ippo615
31ea1f8905 Added createImageData to context 2013-11-26 16:23:40 -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
Лаврёнов Антон
6de66f18af config first 2013-11-12 19:03:15 +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
Dieter Luypaert
9d31c9aa54 Fix for issue #640 2013-11-06 11:29:45 +01:00
Eric Rowell
9ee000f9ea changed calibri font to arial default 2013-11-03 16:03:16 -08: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
9e437d2b83 Merge branch 'master' of github.com:ericdrowell/KineticJS 2013-11-02 22:31:23 -07:00
Eric Rowell
f5d5e26e5e fixed pixel ratio issue with buffer canvas usage 2013-11-02 22:31:09 -07:00
bernard
09b9b15aeb #660 Do not export default values 2013-10-28 15:40:23 +01:00
Eric Rowell
2c7ea40f7e Merge pull request #581 from mihhail-lapushkin/master
Resolved compatibility issues with CocoonJS
2013-10-18 10:13:22 -07:00
Eric Rowell
282c050c5a Merge pull request #623 from kzhdev/fix-shadow-enable-disable
Fixed an issue where enableShadow/disableShadow doesn't work after a shape added into the layer.
2013-10-18 09:41:12 -07:00
ippo615
6e25195fb7 Fixed #639 2013-10-13 15:35:29 -04:00
ippo615
0b4a107166 Fixed #635
Added `destroy` method to the image node which deletes the reference
to the DOM or canvas objects.
2013-10-13 15:06:15 -04:00
Andrew Ippoliti
1dbbf3d301 Merge pull request #626 from kzhdev/fix-node-_fire-error
Don't use cached event listener length in node._fire because changing shape attribute could remove kinetic event handler from the array which will cause 'hander of undefined' error
2013-10-10 20:11:17 -07:00
Eric Rowell
4ed8ac8088 updated on() docs to include content events 2013-10-08 09:54:39 -07:00
Eric Rowell
d03341f55c fixed #83 2013-10-08 09:29:08 -07:00
Eric Rowell
31817132d2 using Kinetic.isDragging in Animation class 2013-10-08 09:11:29 -07: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
kzhdev
0435be4359 remove unused variable. 2013-10-04 14:43:08 -05:00
kzhdev
809b8b82e9 Don't use cached event listener length in node._fire because changing shape attribures in a event could remove kinetic event handler from the array which willl cause 'hander of undefined' error. 2013-10-04 14:03:50 -05:00
kzhdev
9758cd7b38 Added kinetic namespace. 2013-10-03 19:57:45 -05:00
kzhdev
a246cb0de1 Fixed an issue where enableShadow/disableShadow didn't work after shap added into a layer 2013-10-03 15:00:15 -05:00
kzhdev
ecde9a5d84 pass evt into contentMouseDown and contentMouseUp event 2013-10-03 10:45:02 -05: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
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
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
Eric Rowell
ba6e30aa97 shadow logic is now applied to buffer context, not a newly created one each time drawScene is created 2013-09-26 22:10:37 -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
63c6e9eea3 added functional tests. fixed line shadow bug 2013-09-25 23:32:44 -07:00
Eric Rowell
5bac5358a9 finished migrating DD tests to mocha. refactored functional test site directory 2013-09-25 23:25:59 -07:00
Eric Rowell
b56880bccf issues #606 now using ua detection for layerX/Y usage 2013-09-25 10:37:44 -07:00
Eric Rowell
4234af4848 issue #606 removed evt.layerX and use evt.pageX/Y instead 2013-09-25 10:11:51 -07:00
Eric Rowell
8105edca62 issue #606 moved evt.layerX/Y check at the end of the double pipe chain 2013-09-25 09:55:12 -07:00
Eric Rowell
6e8a5b74b9 fixed #610 2013-09-25 07:58:35 -07:00