Source
HtmlObject(this.element) { _style = this.element.style; _style.position = "absolute"; _style.left = "0px"; _style.top = "0px"; _style.transformOrigin = "0% 0% 0"; _style.visibility = "hidden"; this.onRemovedFromStage.listen(_onRemovedFromStage); }