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

63 Commits

Author SHA1 Message Date
lavrton
c3511210f2 cache + pixelRatio 2015-02-14 22:12:54 +07:00
lavrton
e39d7861c3 Add new method getClientRect(). rethink caching. 2015-02-12 14:10:36 +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
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
a7863fbf83 strokeScaleEnabled set to false for Line not create correct hit graph 2015-01-22 17:50:57 +07:00
lavrton
d6cfd29962 strokeScaleEnabled = false is disabled for text 2015-01-22 16:59:05 +07:00
lavrton
4dfc65dba4 limit corner radius 2015-01-22 15:46:53 +07:00
lavrton
339e2dc969 tests updates 2015-01-22 12:47:07 +07:00
lavrton
a5b8c486ce text is black by default 2015-01-20 17:05:56 +07:00
lavrton
cf76a06884 line with empty points 2015-01-20 17:05:03 +07:00
Лаврёнов Антон
1b925ed5f0 better animation and sprite workflow. fix , , 2014-08-23 18:11:41 +08:00
Лаврёнов Антон
e3e588fa41 correct names of tests 2014-08-14 09:10:40 +08:00
Лаврёнов Антон
644369c811 circle attrs sync 2014-08-13 00:02:12 +08:00
Лаврёнов Антон
4ffa672dce ring param sync :neckbeard: fix 2014-08-11 23:56:13 +08:00
Лаврёнов Антон
a0b98bded0 improve image drawing performance 2014-05-05 11:09:31 +08:00
Лаврёнов Антон
53ac9329de isRunning function for Sprite object 2014-03-02 10:46:45 +08:00
Лаврёнов Антон
098fabbfc1 merge 2014-02-27 09:13:55 +08:00
Лаврёнов Антон
eb16e29197 only lint errors fixes 2014-02-27 08:49:18 +08:00
Лаврёнов Антон
2757842935 fix
Some lint error resolve
2014-02-27 08:19:29 +08:00
Eric Rowell
26a267a457 skipping sprite tests because it fails sporadically 2014-02-26 10:54:21 -08:00
sonnym
2f7821c898 add font-variant support to Text and TextPath 2014-02-25 17:34:16 -05:00
Лаврёнов Антон
0a664e009c Sprite test improve 2014-02-25 00:54:20 +08:00
Лаврёнов Антон
08d9be8371 fix 2014-02-25 00:40:35 +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
baf635c7f0 changed dashArray to dash. started chipping away at the Shape docs 2014-01-09 22:37:27 -08:00
Eric Rowell
f73baa1a4e cutting down Factory by creating a addComponentsGetterSetter method which all component attrs will use 2014-01-08 23:13:50 -08:00
Eric Rowell
4d8ee45f71 Sprite animations keys are now set to arrays of integers, not array of object literals containing x y width and height. changed index attr to frameIndex 2014-01-07 00:43:31 -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
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
Eric Rowell
d3eb9990bd removed Sprite afterFrame func. The same functionality can be achieved by listening to indexChange event 2013-12-15 12:55:01 -08:00
Eric Rowell
9accc00cf3 fixed up Ring shape init method because the drawFunc API slightly changed 2013-12-13 11:15:29 -08:00
Barrett Harber
27532e1d05 Added Ring Shape
Ring shape—circle with hollow center.
2013-12-13 02:07:16 -05:00
Eric Rowell
4e526eb3da changed AnnularSection to Arc 2013-12-12 21:20:29 -08:00
Barrett Harber
2a0f5421c9 Added Shape AnnularSection
AnnularSection is a section of an annulus (ring)
http://en.wikipedia.org/wiki/Annulus_%28mathematics%29
2013-12-12 22:42:30 -05:00
Eric Rowell
89de3030af all unit tests are now passing except for filter tests 2013-12-04 09:55:17 -08:00
Eric Rowell
c98a9d76a9 all shape and plugin tests are now passing again 2013-12-04 08:37:28 -08:00
Eric Rowell
fb25ba7c59 Factory getters now require function defaults which return an object literal because objects can be modified by reference 2013-12-03 22:54:16 -08:00
Eric Rowell
acd9518ab9 fixed up Circle and Ellipse tests 2013-12-03 22:01:22 -08:00
Eric Rowell
a57d6c6106 more unit tests working, more refactoring 2013-12-02 21:25:20 -08:00
Eric Rowell
86686eb590 image unit tests are now passing 2013-12-02 10:51:05 -08:00
Eric Rowell
790a50d438 fixed up line tests 2013-12-02 00:09:42 -08:00
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
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
9bc34d6abb reenabling all tests 2013-11-03 00:07:05 -07:00