aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/canvasrenderingcontext2d
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-06-24 00:53:12 +0800
committerIrvin <irvinfly@gmail.com>2021-06-24 13:21:59 +0800
commitc836bcfa33f859deddb9c2a4afb79e7e106e3d29 (patch)
tree9836fb6449b0fed3a811d4c6fc637088cd010291 /files/zh-cn/web/api/canvasrenderingcontext2d
parentd24d30f7b6cae2ed8e33b2c1b5c19b141a59cc2d (diff)
downloadtranslated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.tar.gz
translated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.tar.bz2
translated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.zip
remove hidden bcd for zh-CN
Diffstat (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d')
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/createimagedata/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/createradialgradient/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/direction/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/fillstyle/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/font/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/getlinedash/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/imagesmoothingenabled/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/linedashoffset/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/strokestyle/index.html4
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/textbaseline/index.html4
14 files changed, 0 insertions, 56 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/createimagedata/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/createimagedata/index.html
index a02adf6183..884973842f 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/createimagedata/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/createimagedata/index.html
@@ -80,10 +80,6 @@ console.log(ctx.createImageData(100, 100));
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">
-<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.createImageData")}}</p>
<h3 id="兼容性注解">兼容性注解</h3>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/createradialgradient/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/createradialgradient/index.html
index b2121ce17c..fc2025b845 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/createradialgradient/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/createradialgradient/index.html
@@ -124,10 +124,6 @@ window.addEventListener("load", drawCanvas);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.createRadialGradient")}}</p>
<div id="compat-mobile"></div>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/direction/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/direction/index.html
index 32f4eb6d55..ca24cccf8f 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/direction/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/direction/index.html
@@ -90,10 +90,6 @@ ctx.fillText('Hi!', 150, 130);</pre>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.direction")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/fillstyle/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/fillstyle/index.html
index bf576d7681..09f8a09480 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/fillstyle/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/fillstyle/index.html
@@ -134,10 +134,6 @@ for (var i=0;i&lt;6;i++){
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.fillStyle")}}</p>
<div id="compat-desktop"></div>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/font/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/font/index.html
index 963c27c32e..0ff827c6e4 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/font/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/font/index.html
@@ -121,10 +121,6 @@ f.load().then(function() {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.font")}}</p>
<h3 id="Gecko-specific_注解">Gecko-specific 注解</h3>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/getlinedash/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/getlinedash/index.html
index 5286c3e2d5..09afe863ef 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/getlinedash/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/getlinedash/index.html
@@ -109,10 +109,6 @@ window.addEventListener("load", drawCanvas);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>  并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.getLineDash")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.html
index 47544ad6e2..53e823c136 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.html
@@ -117,10 +117,6 @@ window.addEventListener("load", drawCanvas);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.globalCompositeOperation")}}</p>
<h3 id="WebKitBlink-specific_注解">WebKit/Blink-specific 注解</h3>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/imagesmoothingenabled/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/imagesmoothingenabled/index.html
index db037d2335..f221b991c1 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/imagesmoothingenabled/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/imagesmoothingenabled/index.html
@@ -126,10 +126,6 @@ img.onload = function() {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送拉取请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.imageSmoothingEnabled")}}</p>
<div id="compat-mobile"></div>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/index.html
index 3a428f8f85..a792ab9759 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/index.html
@@ -437,10 +437,6 @@ ctx.stroke();</pre>
<h2 id="浏览器兼容性" style="margin-bottom: 20px; font-size: 2.14285714285714rem;">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D")}}</p>
<h2 id="参见" style="margin-bottom: 20px; font-size: 2.14285714285714rem;">参见</h2>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/linedashoffset/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/linedashoffset/index.html
index aa8f1c33ec..19b36c145d 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/linedashoffset/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/linedashoffset/index.html
@@ -146,10 +146,6 @@ march();</pre>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.lineDashOffset")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html
index 4082363eb5..ddaa24f59d 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html
@@ -202,10 +202,6 @@ window.addEventListener("load", drawCanvas);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.quadraticCurveTo")}}</p>
<ul>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html
index 16a66f36e2..f17a288c84 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html
@@ -168,10 +168,6 @@ drawDashedLine([12, 3, 3]); // Equals [12, 3, 3, 12, 3, 3]</pre>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.setLineDash")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/strokestyle/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/strokestyle/index.html
index f14889bf68..1621938965 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/strokestyle/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/strokestyle/index.html
@@ -136,10 +136,6 @@ for (var i=0;i&lt;6;i++){
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.strokeStyle")}}</p>
<div id="compat-mobile"></div>
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/textbaseline/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/textbaseline/index.html
index d5b7f3a5c6..8c9908afe1 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/textbaseline/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/textbaseline/index.html
@@ -117,10 +117,6 @@ baselines.forEach(function (baseline, index) {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</p>
-</div>
-
<p>{{Compat("api.CanvasRenderingContext2D.textBaseline")}}</p>
<h2 id="参见">参见</h2>