Test:SVG: Difference between revisions

From Resonite Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<svg width="38" height="72" style="display:block;">
<polygon style="fill:lime;stroke-width:3px; stroke-linejoin: round;" points="2,2 2,70 36,36"></polygon>
</svg>
<svg height="500" width="500" xmlns="http://www.w3.org/2000/svg">
<svg height="500" width="500" xmlns="http://www.w3.org/2000/svg">
     <style type="text/css">
     <style type="text/css">
Line 20: Line 15:
         .three {
         .three {
             fill: var(--color-surface-4);
             fill: var(--color-surface-4);
        }
        a:hover {
            text-decoration: none;
         }
         }
     </style>
     </style>
     <circle class="three" r="250" cx="250" cy="250" fill="red" />
     <a href="/Enterprise Support">
    <text x="250" y="75" fill="white" font-size="35" text-anchor="middle">Enterprise</text>
        <circle class="three" r="250" cx="250" cy="250"/>
     <circle class="two" r="200" cx="250" cy="300" fill="blue" />
        <text x="250" y="75" fill="white" font-size="35" text-anchor="middle">Enterprise</text>
    <text x="250" y="175" fill="white" font-size="35" text-anchor="middle">Universe</text>
     </a>
     <circle class="one" r="150" cx="250" cy="350" fill="green" />
    <a href="/Universes">
    <text x="250" y="270" fill="white" font-size="35" text-anchor="middle">Group</text>
        <circle class="two" r="200" cx="250" cy="300"/>
     <circle class="zero" r="100" cx="250" cy="400" fill="orange" />
        <text x="250" y="175" fill="white" font-size="35" text-anchor="middle">Universes</text>
    <text x="250" y="410" fill="white" font-size="35" text-anchor="middle">User</text>
     </a>
    <a href="/Groups">
        <circle class="one" r="150" cx="250" cy="350"/>
        <text x="250" y="270" fill="white" font-size="35" text-anchor="middle">Groups</text>
     </a>
    <a href="/Users">
        <circle class="zero" r="100" cx="250" cy="400"/>
        <text x="250" y="410" fill="white" font-size="35" text-anchor="middle">Users</text>
    </a>
</svg>
</svg>

Latest revision as of 04:35, 21 July 2024

Enterprise Universes Groups Users