Home » SVG Raster images

SVG Raster images

by Online Tutorials Library

SVG Raster images

In SVG, element is used to embed arbitrary raster images. In raster images, you can use filters, masks, rotations, clips and all other tools of SVG on the content.

Example:

Test it Now

Explanation:

  • width and height define the width and height of an image.
  • xlink:href defines the link of image.

Next TopicSVG Scripting

You may also like