playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
playground:playground [2026/05/25 20:12] – external edit 127.0.0.1playground:playground [2026/06/11 22:29] (current) alex
Line 1: Line 1:
 ====== PlayGround ====== ====== PlayGround ======
 +
 +
 +<svg width="100" height="100">
 +  <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red">
 +    <animate attributeName="fill" values="red;blue;red" dur="4s" repeatCount="indefinite" />
 +  </circle>
 +</svg>
  
  • playground/playground.1779707527.txt.gz
  • Last modified: 2026/05/25 20:12
  • by 127.0.0.1