Jump to content

SVG Crash Test

From Dev Wiki
Revision as of 16:46, 10 June 2026 by TestAdmin (talk | contribs) (Created page with "thumb|Image 1 thumb|Image 2 thumb|Image 3 thumb|Image 4 == Section with inline SVG == <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100"> <circle cx="50" cy="50" r="40" fill="blue"/> </svg>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Image 1
Image 2
Image 3
Image 4

Section with inline SVG

[edit | edit source]

<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100"> <circle cx="50" cy="50" r="40" fill="blue"/> </svg>