work-blog/assets/clipart/diagram-circle.svg
Gregory Gauthier 2df4e5fe10 docs(articles): add draft on testing telos
Introduces article on testing strategies shaped by purpose (telos), including four archetypes: triangle, bullseye, diamond, and star. Adds corresponding SVG diagrams in assets/clipart.
2026-04-17 11:18:39 +01:00

6 lines
355 B
XML

<svg aria-hidden="true" height="240" width="240" viewBox="0 0 100 100">
<circle stroke-width="4" stroke="#A07828" fill="#D4B896" r="44" cy="50" cx="50"></circle>
<circle stroke-width="4" stroke="#8B7560" fill="#C4A276" r="29" cy="50" cx="50"></circle>
<circle stroke-width="4" stroke="#7A3E20" fill="#A0522D" r="14" cy="50" cx="50"></circle>
</svg>