| 128 | } |
| 129 | |
| 130 | void resize(int w, int h) { |
| 131 | app::DocumentApi api(doc(), transaction()); |
| 132 | api.setSpriteSize(sprite(), w, h); |
| 133 | } |
| 134 | |
| 135 | void crop(script::Value x, script::Value y, script::Value w, script::Value h){ |
| 136 | gfx::Rect bounds; |
no test coverage detected