Namespace: xrx.vml

xrx. vml

Namespace for the VML rendering engine. Also a a static class providing utility functions.
Source:

Classes

Canvas
Circle
Container
Element
Ellipse
Group
Image
Line
Polygon
Polyline
Rect
Stylable

Members

(private, static) xrx.vml.browserEnabled :boolean

Whether the browser already has VML rendering enabled.
Type:
  • boolean
Source:

Methods

(private, static) xrx.vml.createElement(tagName, opt_fillAndCo) → {HTMLElement}

Creates a new VML element including fill, stroke and skew.
Parameters:
Name Type Description
tagName string The tag name of the HTML element.
opt_fillAndCo boolean Whether to append fill, stroke and skew element.
Source:
Returns:
The HTML element.
Type
HTMLElement

(private, static) xrx.vml.initVmlRendering()

Initialize the browser for VML rendering.
Source: