20 lines
960 B
XML
20 lines
960 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<foreignObject id="heart" width="100%" height="100%" y="10%" x="-5%">
|
|
<svg width="100%" height="100%">
|
|
<path fill="lightgrey" d="M229.3,114.4v28.7h-28.7v28.7h-28.7v28.7h-28.8v28.7H115v-28.7H86.2v-28.7H57.5v-28.7H28.7v-28.7H0V28.7h28.7V0h56.9v28.7 h28.7v28.7h29.4V28.7h28.7V0h56.9v28.7h28.7v85.6H229.3z"/>
|
|
</svg>
|
|
</foreignObject>
|
|
<foreignObject id="stroke" width="100%" height="100%" y="40%" x="-10%">
|
|
<svg width="100%" height="100%">
|
|
<path d="M 0 0 L 1500 1500" stroke="lightgrey" stroke-width="3"/>
|
|
</svg>
|
|
</foreignObject>
|
|
<foreignObject id="triangle" width="100%" height="100%" y="70%" x="70%">
|
|
<svg width="100%" height="100%">
|
|
<polygon points="250,60 100,400 400,400" fill="lightgrey" stroke="lightgrey" stroke-width="3"/>
|
|
</svg>
|
|
</foreignObject>
|
|
</svg>
|
|
|