Test:SVG: Difference between revisions

From Resonite Wiki
Created page with "<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>"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<svg width="38" height="72" style="display:block;">
<svg height="500" width="500" xmlns="http://www.w3.org/2000/svg">
<polygon style="fill:lime;stroke-width:3px; stroke-linejoin: round;" points="2,2 2,70 36,36"></polygon>
    <style type="text/css">
        text {
            font-family:Roboto;
        }
        .zero {
            fill: var(--color-surface-1);
        }
        .one {
            fill: var(--color-surface-2);
        }
        .two {
            fill: var(--color-surface-3);
        }
        .three {
            fill: var(--color-surface-4);
        }
        a:hover {
            text-decoration: none;
        }
    </style>
    <a href="/Enterprise Support">
        <circle class="three" r="250" cx="250" cy="250"/>
        <text x="250" y="75" fill="white" font-size="35" text-anchor="middle">Enterprise</text>
    </a>
    <a href="/Universes">
        <circle class="two" r="200" cx="250" cy="300"/>
        <text x="250" y="175" fill="white" font-size="35" text-anchor="middle">Universes</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