aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/canvasrenderingcontext2d
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/canvasrenderingcontext2d')
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html2
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html2
13 files changed, 13 insertions, 13 deletions
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html
index 7217bec7c5..07fa3095bd 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html
@@ -120,7 +120,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html
index cb863cfdeb..17a5e07256 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html
@@ -130,7 +130,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html
index 6c5a2050c5..e477d97ab0 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html
@@ -119,7 +119,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html
index e778599bcf..84fa20d886 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html
@@ -106,7 +106,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html
index a2bf1fcb82..a3817918cc 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html
@@ -114,7 +114,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html
index 1178f0bf94..ee9cffdefc 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html
@@ -113,7 +113,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/index.html
index 38ec19a3e3..df32a8ef34 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/index.html
@@ -385,7 +385,7 @@ ctx.fillRect(10, 10, 55, 50); // desenha o retângulo na posição 10, 10 com
</tbody>
</table>
-<h2 id="Compatibilidade_do_Navegador">Compatibilidade do Navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html
index 4cfab68a36..b3dd99197f 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html
@@ -111,7 +111,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html
index af07ef8e3d..16a410d360 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html
@@ -111,7 +111,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html
index 740d8a54dd..4d38ca3ccb 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html
@@ -120,7 +120,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html
index ef3f8e2790..973c2bd796 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html
@@ -110,7 +110,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html
index b522bc7926..455b588a7f 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html
@@ -105,7 +105,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html
index 1326fbbaad..2a52ff2648 100644
--- a/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html
+++ b/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html
@@ -111,7 +111,7 @@ window.addEventListener("load", drawCanvas);
</tbody>
</table>
-<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>