diff options
Diffstat (limited to 'files/fr/web/api/canvasgradient')
-rw-r--r-- | files/fr/web/api/canvasgradient/addcolorstop/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/canvasgradient/addcolorstop/index.html b/files/fr/web/api/canvasgradient/addcolorstop/index.html index 76059cf23b..3929dde01b 100644 --- a/files/fr/web/api/canvasgradient/addcolorstop/index.html +++ b/files/fr/web/api/canvasgradient/addcolorstop/index.html @@ -52,7 +52,7 @@ ctx.fillRect(10, 10, 200, 100); <p>Modifiez le code ci-dessous et voyez vos modifications mises à jour en direct dans le canevas :</p> -<div style="display: none;"> +<div class="hidden"> <h6 id="Playable_code">Playable code</h6> <pre class="brush: html"><canvas id="canvas" width="400" height="200" class="playable-canvas"></canvas> |