1# JsSvg 2 3 4 5### Introduction 6 7This sample shows how to use the JS component **<svg\>** and its child components, including **<rect\>**, **<circle\>**, **<ellipse\>**, **<path\>**, **<line\>**, **<polygon\>**, **<polyline\>**, **<text\>**, **<animate\>**, and **<animateTransform\>**. 8 9### Usage 10 11The home page of the sample app displays the child components of **<svg\>** in four categories. Touch any item to view the display effect. 12 13 14 15### Constraints 16 17This sample can only be run on standard-system devices. 18