Skip to content

Commit

Permalink
- Fixed matrix bug (transformed objects outside the x axis would get …
Browse files Browse the repository at this point in the history
…infinitely tall :S)

- Fixed overdraw when using stroke materials
  • Loading branch information
mrdoob committed Jun 21, 2010
1 parent 2a3d1e3 commit a889bc2
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 71 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ If you are interested on messing with the actual library, instead of importing t

### Change Log ###

2010 06 20 - **r9** (23.641 kb)
2010 06 20 - **r9** (23.753 kb)

* JSLinted
* autoClear property for renderers.
* Removed SVG rgba() workaround for WebKit. (WebKit now supports it)
* Fixed matrix bug (transformed objects outside the x axis would get infinitely tall :S)
* Fixed overdraw when using stroke materials


2010 06 06 - **r8** (23.496 kb)
Expand Down

0 comments on commit a889bc2

Please sign in to comment.