mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
6 lines
257 B
HTML
6 lines
257 B
HTML
<div xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<h1>SVG embedded inline in XHTML</h1>
|
|
<svg:svg width="300px" height="200px">
|
|
<svg:circle cx="150" cy="100" r="50" fill="#ff0000" />
|
|
</svg:svg>
|
|
</div> |