Animated Spinner (SVG)
An animated loading spinner using SMIL (animateTransform) — a self-contained animated SVG for testing whether a renderer or converter handles SVG animation, and how it rasterises an animated frame.
Specifications
- Type
- animated
- Animation
- SMIL animateTransform (rotate)
- Loop
- infinite
- View Box
- 0 0 48 48
What is a .svg file?
SVG (Scalable Vector Graphics) is an XML-based vector image format describing shapes, paths, text, and styling that scale losslessly to any resolution. It can embed CSS, scripting, and references, so it is both an image and an executable document. It is standard for icons, diagrams, and resolution-independent web graphics.
How to use this file
Use an example SVG to test vector rasterization, sanitization of untrusted markup, and rendering fidelity, treating any untrusted SVG as potentially executable content requiring safe handling.
Related files
- drawiodraw.io Diagram (XML)A draw.io (diagrams.net) diagram in its native mxGraphModel XML — a small flowchart — for testing draw.io import/export and XML parsing of diagram files.
- dotGraphviz DOT GraphA Graphviz DOT directed graph describing a fulfilment pipeline — for testing DOT parsing, Graphviz rendering, and DOT-to-SVG/PNG conversion.
- ipynbJupyter Notebook (IPYNB)A valid Jupyter notebook (nbformat 4.5) with markdown cells, code cells, and real outputs (stdout stream and an execute result) — for testing notebook parsers, nbconvert, and JSON tooling.
- mmdMermaid Flowchart (MMD)A Mermaid flowchart of an order-fulfilment process as diagrams-as-code — for testing Mermaid rendering, diagram-to-image conversion, and Markdown pipelines that embed Mermaid.
- emlMultipart Email — Text + HTML (EML)A multipart/alternative email carrying both a plain-text and an HTML body — for testing MIME part selection, HTML-part handling and sanitising, and multipart parsing.
- emlPlain-Text Email (EML)A standards-compliant plain-text email message (.eml) with full headers — the simplest valid RFC 822 message for testing email header parsing and EML import.
Generated by generation/images_vector.py. Free for any use, no attribution required — license.