Prompts that generate SVG graphics and animation.
8votes
0answers
967views

Inline SVG sparklines inside a table that stay readable at 20px tall

I needed a trend sparkline in the last column of a dense metrics table, one row per service. Every generated version either drew axes (pointless at that size) or normalized each row independently so a
21votes
2answers
2.7kviews

Animated SVG flow-field lines that stay crisp at any zoom, seeded and hand-tuned

I love flow fields but canvas ones get blurry when someone zooms the page or exports to print. I wanted the same look as pure SVG paths so it stays vector-crisp forever. My naive prompt drew thousands
30votes
3answers
3.8kviews

Print-ready seeded generative SVG art: one prompt, ten unique pieces from ten seeds

I sell small generative prints, so I need SVG (vector, scales to any paper size) that is fully reproducible from a seed and looks curated across a whole edition, not just one lucky render. Early promp
18votes
2answers
2.0kviews

Choropleth of US counties with a projection and legend that don't lie

I was mapping a rate per county and the first output used Web Mercator, which visually inflates the northern counties and makes the whole map misleading for anything area-related. It also binned the d
6votes
0answers
664views

SVG line-draw animation for an icon that self-draws once, then holds

I wanted a checkmark that draws itself in on success, the classic stroke-dasharray trick, but every generated version either looped forever, drew at a constant robotic speed, or flashed the fully-draw
9votes
0answers
1.2kviews

GitHub-style contribution calendar heatmap as pure SVG, no library

I wanted the little year-of-squares heatmap for an activity page, but the versions I got either misaligned the weekday rows or started the week on the wrong day, so the whole grid was shifted by one a