Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.
sidebar [2017/09/25 11:39] hans |
sidebar [2017/10/11 15:48] (huidige) hans |
||
---|---|---|---|
Regel 33: | Regel 33: | ||
ctx.beginPath(); | ctx.beginPath(); | ||
ctx.arc(0, 0, radius, 0, 2*Math.PI); | ctx.arc(0, 0, radius, 0, 2*Math.PI); | ||
- | ctx.fillStyle = "#3ca852"; | + | ctx.fillStyle = "#638800"; |
ctx.fill(); | ctx.fill(); | ||