- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
<g fill="crimson">
<!-- 5 cercles rouges (disposés de gauche à droite) -->
<circle cx="32" cy="32" r="12" fill-opacity="1.0"/>
<circle cx="48" cy="32" r="12" fill-opacity="0.75"/>
<circle cx="64" cy="32" r="12" fill-opacity="0.5"/>
<circle cx="80" cy="32" r="12" fill-opacity="0.25"/>
<circle cx="96" cy="32" r="12" fill-opacity="0.1"/>
</g>
<g fill="DeepSkyBlue">
<!-- 5 cercles bleus (disposés de gauche à droite) -->
<circle cx="32" cy="96" r="12" fill-opacity="0.1"/>
<circle cx="48" cy="96" r="12" fill-opacity="0.25"/>
<circle cx="64" cy="96" r="12" fill-opacity="0.5"/>
<circle cx="80" cy="96" r="12" fill-opacity="0.75"/>
<circle cx="96" cy="96" r="12" fill-opacity="1.0"/>
</g>