Sjabloon:Voorbeeld SVG
Uiterlijk
- Doel
- Toont de SVG-code en het resultaat daarvan
- Gebruik
{{Voorbeeld SVG|inhoud=<circle cx="50" cy="50" r="45" stroke-width="5" stroke="orange" fill="yellow" />}}
- ↓
Voorbeeld:
<circle cx="50" cy="50" r="45" stroke-width="5" stroke="orange" fill="yellow" />