Hide Comments
Hide Comments

Comments (0)

Coordinate system for the contents of the pattern. Note that this attribute has no effect if  ViewBox is specified.

Namespace: RSSVG

expandingSyntax

Delphi

published
  property ContentUnits: TSVGCoordinateSystemUnit read FContentUnits write SetContentUnits default csuUserSpaceOnUse;
 

Property Value

Type: TSVGCoordinateSystemUnit

expandingRemarks

If ContentUnits is csuUserSpaceOnUse, the user coordinate system for the contents of the pattern element is the coordinate system that results from taking the current user coordinate system in place at the time when the pattern element is referenced (i.e., the user coordinate system for the element referencing the pattern element via a ‘fill’ or ‘stroke’ property) and then applying the transform specified by the transformation    Matrix

If ContentUnits is csuObjectBoundingBox, the user coordinate system for the contents of the pattern element is established using the bounding box of the element to which the pattern is applied (see Object bounding box units) and then applying the transform specified by the transformation    Matrix

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb