diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-19 21:50:08 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-19 21:50:08 -0500 |
| commit | 7483eb390188005e54d1e5f1e9d2789b64ad8fe4 (patch) | |
| tree | 41c75ed9a3db210acc41e05a20df13e57c9af798 /working/music-svg-app-design/assets | |
| parent | 18bcd567d1e7770b4e28c43eeefbf81696e2f4a3 (diff) | |
| download | dotemacs-7483eb390188005e54d1e5f1e9d2789b64ad8fe4.tar.gz dotemacs-7483eb390188005e54d1e5f1e9d2789b64ad8fe4.zip | |
chore: version active working artifacts
I made working/ a versioned home for in-progress project artifacts and moved disposable scratch to temp/. This preserves the full music UI design history and the deferred EAT XTWINOPS upstream patch.
Diffstat (limited to 'working/music-svg-app-design/assets')
| -rw-r--r-- | working/music-svg-app-design/assets/vinyl-placeholder.svg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/working/music-svg-app-design/assets/vinyl-placeholder.svg b/working/music-svg-app-design/assets/vinyl-placeholder.svg new file mode 100644 index 00000000..cf01519f --- /dev/null +++ b/working/music-svg-app-design/assets/vinyl-placeholder.svg @@ -0,0 +1,20 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300" role="img" aria-label="Vinyl record placeholder"> + <defs> + <radialGradient id="disc" cx="50%" cy="50%" r="50%"> + <stop offset="0%" stop-color="#1a1a1a"/> + <stop offset="100%" stop-color="#000000"/> + </radialGradient> + </defs> + <circle cx="150" cy="150" r="148" fill="url(#disc)"/> + <g fill="none" stroke="#2b2b2b" stroke-width="1"> + <circle cx="150" cy="150" r="138"/> + <circle cx="150" cy="150" r="126"/> + <circle cx="150" cy="150" r="114"/> + <circle cx="150" cy="150" r="102"/> + <circle cx="150" cy="150" r="90"/> + <circle cx="150" cy="150" r="78"/> + </g> + <circle cx="150" cy="150" r="52" fill="#d99a2b"/> + <circle cx="150" cy="150" r="52" fill="none" stroke="#a8741a" stroke-width="2"/> + <circle cx="150" cy="150" r="7" fill="#111111"/> +</svg> |
