First step in uncoupling replay creation and rendering

Signed-off-by: Guillaume Beraudo <guillaume.beraudo@camptocamp.com>
This commit is contained in:
Guillaume Beraudo
2018-11-13 15:41:50 +01:00
parent d0f66b7cec
commit ecf79a9ec2
8 changed files with 85 additions and 8 deletions

View File

@@ -185,6 +185,7 @@ class CanvasImageReplay extends CanvasReplay {
this.rotateWithView_ = undefined;
this.rotation_ = undefined;
this.width_ = undefined;
return super.finish();
}
/**