Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PengJiyuan/LCL
Browse files Browse the repository at this point in the history
  • Loading branch information
PengJiyuan committed Dec 29, 2016
2 parents e765ad8 + 1ec3787 commit df5a5ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ init the stage
var stage = LCL.init({
element: document.getElementById('canvas'),
width: 500,
height: 500
height: 500,
changeIndex: true // allow event order
});
```
global scale
Expand Down Expand Up @@ -126,7 +127,8 @@ stage.stop(a);

## ToDo

* Event Z-index
* Event Z-index (Done)
* Browser compatibility test
* global scale and translate...

## [MIT](./LICENSE)

0 comments on commit df5a5ca

Please sign in to comment.