# Graph Drawing The **<svg>** component can be used to draw simple shapes, such as rectangles, circles, and lines. For details about the supported shapes, see <svg>. In this example, you can draw different shapes and stitch them to form a house graph. ```html
// Rooftop // Chimney // Main body // Window // Window frame // Window frame // Door // Doorknob
``` ```css /* xxx.css */ .container { width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: center; background-color: #F1F3F5; } ``` ![en-us_image_0000001232162288](figures/en-us_image_0000001232162288.png)