Dev bounds refactor (#2729)
* getBounds refactor

* another unit test

* added get local bounds

* local bounds stuff

* bound tests and tweaks

* added Ivans recursive function back in

* updated toLocal / toGlobal

* added toLocal and toGlobal tests

* linting

* tweaked tests

* fixed text bounds

added test for it too

* test tweak for text

* more tweaks to make it pass on server

* test tweak
1 parent 98778f6 commit 944aaa3a31e4530d012ec59bcdef17af4e405ce8
@Mat Groves Mat Groves authored on 17 Jul 2016
GitHub committed on 17 Jul 2016
Showing 13 changed files
View
src/core/display/BoundsBuilder.js 0 → 100644
View
src/core/display/Container.js
View
src/core/display/DisplayObject.js
View
src/core/graphics/Graphics.js
View
src/core/renderers/webgl/managers/FilterManager.js
View
src/core/sprites/Sprite.js
View
src/core/text/Text.js
View
src/core/textures/BaseRenderTexture.js
View
src/mesh/Mesh.js
View
test/unit/core/Bounds.test.js 0 → 100644
View
test/unit/core/LocalBounds.test.js 0 → 100644
View
test/unit/core/toGlobal.test.js 0 → 100644
View
test/unit/core/toLocal.test.js 0 → 100644