IMAGE
The image element indicates that the contents of a complete file are to be rendered into a given rectangle within the current user coordinate system.
SYNTAX
<image attribute-name="attribute-value"/>
NAME | VALUE | INITIAL | DESCRIPTION |
---|---|---|---|
crossorigin | [ anonymous | use-credentials ]? | anonymous | credentials |
height | <length-percentage> | auto | auto | height of the element |
href | URL | (none) | URL reference to the element |
preserveAspectRatio | <align> <meetOrSlice>? | xMidYMid meet | indicates whether or not to force uniform scaling |
width | <length-percentage> | auto | auto | width of the element |
x | <length-percentage> | 0 | x coordinate of the element |
y | <length-percentage> | 0 | y coordinate of the element |