inherit elementinherit testsinherit langSpaceinherit externalResourcesRequiredinherit stylableinherit locatableinherit fitToViewBoxinherit zoomAndPan
method x : animatedLength Js.t Js.readonly_propmethod y : animatedLength Js.t Js.readonly_propmethod width : animatedLength Js.t Js.readonly_propmethod height : animatedLength Js.t Js.readonly_propmethod contentScriptType : Js.js_string Js.t Js.propmethod contentStyleType : Js.js_string Js.t Js.propmethod viewport : rect Js.t Js.readonly_propmethod pixelUnitToMillimeterX : float Js.readonly_propmethod pixelUnitToMillimeterY : float Js.readonly_propmethod screenPixelUnitToMillimeterX : float Js.readonly_propmethod screenPixelUnitToMillimeterY : float Js.readonly_propmethod useCurrentView : bool Js.t Js.readonly_propmethod currentView : viewSpec Js.t Js.readonly_propmethod currentScale : float Js.propmethod currentTranslate : point Js.t Js.readonly_propmethod suspendRedraw : int -> suspendHandleID Js.methmethod unsuspendRedraw : suspendHandleID -> unit Js.methmethod unsuspendRedrawAll : unit Js.methmethod forceRedraw : unit Js.methmethod pauseAnimations : unit Js.methmethod unpauseAnimations : unit Js.methmethod animationsPaused : bool Js.t Js.methmethod getCurrentTime : float Js.methmethod setCurrentTime : int -> unit Js.methmethod getIntersectionList : rect Js.t -> element Js.t -> element Dom.nodeList Js.t Js.methmethod getEnclosureList : rect Js.t -> element Js.t -> element Dom.nodeList Js.t Js.methmethod checkIntersection : element Js.t -> rect Js.t -> bool Js.tmethod checkEnclosure : element Js.t -> rect Js.t -> bool Js.tmethod deselectAll : unit Js.methmethod createSVGNumber : Js.number Js.t Js.methmethod createSVGLength : length Js.t Js.methmethod createSVGAngle : angle Js.t Js.methmethod createSVGPoint : point Js.t Js.methmethod createSVGMatrix : matrix Js.t Js.methmethod createSVGRect : rect Js.t Js.methmethod createSVGTransform : transform Js.t Js.methmethod createSVGTransformFromMatrix : matrix Js.t -> transform Js.t Js.methmethod getElementById : Js.js_string Js.t -> Dom.element Js.t Js.meth