More shapes
This commit is contained in:
@@ -73,6 +73,12 @@
|
||||
<button onclick="animateTo('circle')">Circle</button>
|
||||
<button onclick="animateTo('doughnut')">Doughnut</button>
|
||||
<button onclick="animateTo('moon')">Moon</button>
|
||||
<button onclick="animateTo('u')">∩</button>
|
||||
<button onclick="animateTo('u_up')">U</button>
|
||||
<button onclick="animateTo('u_left')">⊂</button>
|
||||
<button onclick="animateTo('u_right')">⊃</button>
|
||||
<button onclick="animateTo('hamburger_vertical')">☰</button>
|
||||
<button onclick="animateTo('hamburger_horizontal')">⫘</button>
|
||||
</div>
|
||||
<div style="margin-top: 20px; padding: 10px; border: 1px solid #ccc; background-color: #f9f9f9; width: 400px; height: 200px; overflow: auto;">
|
||||
<textarea id="svgCode" style="font-size: 12px; width: 100%; height: 150px; margin: 0; font-family: monospace;"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user