border-shape-absolute-coords-shape-ref.tentative.html (366B)
1 <!DOCTYPE html> 2 <style> 3 svg { 4 position: absolute; 5 top: 200px; 6 left: 0; 7 width: 200px; 8 height: 200px; 9 overflow: visible; 10 stroke: purple; 11 stroke-width: 10px; 12 border: 5px solid transparent; 13 fill: green; 14 } 15 </style> 16 <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> 17 <polygon points="0,0 200,0, 100,200" /> 18 </svg>