SVGTransform

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

angle
auto angle()
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
auto matrix()
Undocumented in source. Be warned that the author may not have intended to support it.
setMatrix
void setMatrix(DOMMatrixReadOnly matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
setRotate
void setRotate(float angle, float cx, float cy)
Undocumented in source. Be warned that the author may not have intended to support it.
setScale
void setScale(float sx, float sy)
Undocumented in source. Be warned that the author may not have intended to support it.
setSkewX
void setSkewX(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
setSkewY
void setSkewY(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
setTranslate
void setTranslate(float tx, float ty)
Undocumented in source. Be warned that the author may not have intended to support it.
type
auto type()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

SVG_TRANSFORM_MATRIX
enum ushort SVG_TRANSFORM_MATRIX;
Undocumented in source.
SVG_TRANSFORM_ROTATE
enum ushort SVG_TRANSFORM_ROTATE;
Undocumented in source.
SVG_TRANSFORM_SCALE
enum ushort SVG_TRANSFORM_SCALE;
Undocumented in source.
SVG_TRANSFORM_SKEWX
enum ushort SVG_TRANSFORM_SKEWX;
Undocumented in source.
SVG_TRANSFORM_SKEWY
enum ushort SVG_TRANSFORM_SKEWY;
Undocumented in source.
SVG_TRANSFORM_TRANSLATE
enum ushort SVG_TRANSFORM_TRANSLATE;
Undocumented in source.
SVG_TRANSFORM_UNKNOWN
enum ushort SVG_TRANSFORM_UNKNOWN;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta