group.js 96 B

1234567
  1. this.setMask = function(nodeID){
  2. //set mask
  3. }
  4. this.setScale = function(x, y){
  5. //scale
  6. }