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 |
|
Eric Rowell
|
224436aa18
|
fixed pixel ratio issue with createHitRegion
|
2013-11-02 23:48:39 -07:00 |
|
Eric Rowell
|
5caea0c2a2
|
fixed up image unit test
|
2013-09-29 13:06:50 -07: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
|
63c6e9eea3
|
added functional tests. fixed line shadow bug
|
2013-09-25 23:32:44 -07:00 |
|
Eric Rowell
|
6e8a5b74b9
|
fixed #610
|
2013-09-25 07:58:35 -07:00 |
|
ericdrowell
|
85db781630
|
deprecated the get() method and added find(). the change is backwards compatible
|
2013-09-20 14:08:51 -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
|
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
|
400fae734d
|
migrated unit tests to Mocha
|
2013-09-08 21:36:54 -07:00 |
|
Eric Rowell
|
976b88dea5
|
migrated path tests to Mocha, and also correctly fixed #567
|
2013-09-07 23:42:11 -07:00 |
|
Eric Rowell
|
9141953569
|
migrated more plugin tests, and continued working on context tracer
|
2013-09-07 20:55:03 -07:00 |
|
Eric Rowell
|
ee5f4c3e3b
|
finished migrating all shape unit tests over to mocha. continued working on context tracing support
|
2013-09-07 17:57:48 -07:00 |
|