Page MenuHomeWickedGov Phorge

css-animated.svg
No OneTemporary

Size
419 B
Referenced Files
None
Subscribers
None

css-animated.svg

<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
<defs>
<style>
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
svg {
animation: spin 5s linear infinite;
}
.acircle {
opacity: 0.65;
}
</style>
</defs>
<circle class="acircle" cx="40" cy="40" r="30" stroke="red" fill="none"/>
</svg>

File Metadata

Mime Type
image/svg+xml
Expires
Wed, Aug 19, 05:28 (2 h, 16 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
54/67/aed7a80b5e09f20b37539f1b1e00
Default Alt Text
css-animated.svg (419 B)

Event Timeline