Image
Examples#
See these.
Image
#
Bases: Shape
Draws an image.
height
#
height: Number | None = None
The height of the rectangle to draw the image into. Use image height if None.
src
#
src: str | None = None
Draws an image from a source.
This could be an external URL or a local asset file.