20.1.8.58 tile
This element specifies that a BLIP should be tiled to fill the available space. This element defines a “tile” rectangle within the bounding box. The image is encompassed within the tile rectangle, and the tile rectangle is tiled across the bounding box to fill the entire area.
[Example:
The following is a fill with the flip attribute set to “x”. The black interior rectangle indicates the tile rectangle. Notice that the adjacent rectangle to the right in the tile has been flipped along the x-axis.
end example]
Attributes
ty (Vertical Offset)
Specifies
additional vertical offset after alignment.
The possible values for this attribute are defined by the ST_Coordinate simple type (20.1.10.16).
tx (Horizontal Offset)
Specifies
additional horizontal offset after alignment.
The possible values for this attribute are defined by the ST_Coordinate simple type (20.1.10.16).
sy (Vertical Ratio)
Specifies
the amount to
vertically scale the srcRect.
The possible values for this attribute are defined by the ST_Percentage simple type (20.1.10.40).
sx (Horizontal Ratio)
Specifies the amount to
horizontally scale the srcRect.
The possible values for this attribute are defined by the ST_Percentage simple type (20.1.10.40).
flip (Tile Flipping)
can be
Specifies the direction(s) in which to flip the source image while tiling. Images flipped horizontally, vertically, or in both directions to fill the entire region.
The possible values for this attribute are defined by the ST_TileFlipMode simple type (20.1.10.86).
algn (Alignment)
Specifies where to align the first tile with respect to the shape. Alignment happens after the scaling, but before the additional offset.
The possible values for this attribute are defined by the ST_RectAlignment simple type (20.1.10.53).
[Note: The W3C XML Schema definition of this element’s content model (CT_TileInfoProperties) is located in A.4.1. end note]