aspnetcore/test/testapps/BasicTestApp/SvgComponent.cshtml

3 lines
123 B
Plaintext

<svg height="250" width="250">
<circle cx="125" cy="125" r="100" fill="red" stroke="black" stroke-width="3" />
</svg>