>>378 กูยกตัวอย่างให้ดูก็ได้ จัดไปไฟล์เวคเตอร์ SVG ที่เก็บสี่เหลี่ยมกับสามเหลี่ยม
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 500 500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect x="133" y="85" width="65" height="122" style="fill:rgb(235,235,235);"/>
<path d="M209.5,71L266,168L153,168L209.5,71Z" style="fill:rgb(235,235,235);"/>
</svg>