diff options
Diffstat (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html')
-rw-r--r-- | files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
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> |