Canvas export - character type names, better image handling, indentation, faster library generation

This commit is contained in:
Jindra Petk
2014-04-26 12:39:08 +02:00
parent 824a3d2f96
commit 71a108cf61
6 changed files with 149 additions and 165 deletions

View File

@@ -172,8 +172,7 @@ public class Timeline {
public String toHtmlCanvas(double unitDivisor,List<Integer> frames){
// SWF.framesToHtmlCanvas(unitDivisor, null, null, this, frames, id, null, frameRate, displayRect, null, Color.darkGray, id)r
return null;
return SWF.framesToHtmlCanvas(unitDivisor, this, frames, 0, null, 0, displayRect, new ColorTransform(),null);
}
public void getSounds(int frame, int time, DepthState stateUnderCursor, int mouseButton, List<Integer> sounds, List<String> soundClasses) {