TRANSFORM-BOX
The transform-box property specifies the reference box for the transform.
SYNTAX
CSS
JS
object.style.transformBox = "value";
VALUES
<'transform-box'> = content-box | border-box | fill-box | stroke-box | view-box
content-box
Uses the content box as reference box.
border-box
Uses the border box as reference box.
fill-box
Uses the object bounding box as a reference box.
stroke-box
Uses the stroke bounding box as a reference box.
view-box
Uses the nearest SVG viewport as a reference box.
INITIAL
EXAMPLES
BORDER-BOX
CONTENT-BOX
FILL-BOX
STROKE-BOX
VIEW-BOX
JS
LINKS
INTERNAL
EXTERNAL