<bdo id='VXBvs'></bdo><ul id='VXBvs'></ul>

      <i id='VXBvs'><tr id='VXBvs'><dt id='VXBvs'><q id='VXBvs'><span id='VXBvs'><b id='VXBvs'><form id='VXBvs'><ins id='VXBvs'></ins><ul id='VXBvs'></ul><sub id='VXBvs'></sub></form><legend id='VXBvs'></legend><bdo id='VXBvs'><pre id='VXBvs'><center id='VXBvs'></center></pre></bdo></b><th id='VXBvs'></th></span></q></dt></tr></i><div id='VXBvs'><tfoot id='VXBvs'></tfoot><dl id='VXBvs'><fieldset id='VXBvs'></fieldset></dl></div>
      1. <small id='VXBvs'></small><noframes id='VXBvs'>

        <legend id='VXBvs'><style id='VXBvs'><dir id='VXBvs'><q id='VXBvs'></q></dir></style></legend>
      2. <tfoot id='VXBvs'></tfoot>
      3. HTML5 Canvas 中的曲线绘制

        Curved line draw in HTML5 Canvas(HTML5 Canvas 中的曲线绘制)
        <i id='yO4ue'><tr id='yO4ue'><dt id='yO4ue'><q id='yO4ue'><span id='yO4ue'><b id='yO4ue'><form id='yO4ue'><ins id='yO4ue'></ins><ul id='yO4ue'></ul><sub id='yO4ue'></sub></form><legend id='yO4ue'></legend><bdo id='yO4ue'><pre id='yO4ue'><center id='yO4ue'></center></pre></bdo></b><th id='yO4ue'></th></span></q></dt></tr></i><div id='yO4ue'><tfoot id='yO4ue'></tfoot><dl id='yO4ue'><fieldset id='yO4ue'></fieldset></dl></div>

          1. <legend id='yO4ue'><style id='yO4ue'><dir id='yO4ue'><q id='yO4ue'></q></dir></style></legend>

            <small id='yO4ue'></small><noframes id='yO4ue'>

            <tfoot id='yO4ue'></tfoot>
              <bdo id='yO4ue'></bdo><ul id='yO4ue'></ul>

                  <tbody id='yO4ue'></tbody>

                1. 本文介绍了HTML5 Canvas 中的曲线绘制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想在 HTML5 画布中绘制一条像 这里提到的这样的曲线.有人能指出我应该使用什么方法吗?

                  I want to draw a curve like this mentioned here in HTML5 canvas. Can someone point to what methods should I use.?

                  推荐答案

                  另一种方法是使用 方法bezierCurveTo

                  const canvas = document.querySelector("canvas");
                  const ctx = canvas.getContext("2d");
                  let cw = canvas.width = 536;
                  let ch = canvas.height = 100;
                     
                  ctx.beginPath();
                  ctx.moveTo(0,28)
                  ctx.bezierCurveTo(0,28,31,7,70,8);
                  ctx.bezierCurveTo(109,9,313,99,425,90);
                  ctx.bezierCurveTo(516,82.5,536,55,536,55);
                  ctx.stroke();

                  canvas{border:1px solid #d9d9d9;}

                  <canvas></canvas>

                  这篇关于HTML5 Canvas 中的曲线绘制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  quot;Status Code:200 OK (from ServiceWorker)quot; in Chrome Network DevTools?(“状态码:200 OK(来自 ServiceWorker)在 Chrome 网络开发工具中?)
                  How to set a header for a HTTP GET request, and trigger file download?(如何为 HTTP GET 请求设置标头并触发文件下载?)
                  Adding custom HTTP headers using JavaScript(使用 JavaScript 添加自定义 HTTP 标头)
                  SQL Query DocumentDB in Azure Functions by an integer not working(通过整数在 Azure Functions 中 SQL 查询 DocumentDB 不起作用)
                  Azure Functions [JavaScript / Node.js] - HTTP call, good practices(Azure Functions [JavaScript/Node.js] - HTTP 调用,良好实践)
                  Azure Functions - Import Custom Node Module(Azure Functions - 导入自定义节点模块)
                2. <tfoot id='jEDwC'></tfoot>

                  <i id='jEDwC'><tr id='jEDwC'><dt id='jEDwC'><q id='jEDwC'><span id='jEDwC'><b id='jEDwC'><form id='jEDwC'><ins id='jEDwC'></ins><ul id='jEDwC'></ul><sub id='jEDwC'></sub></form><legend id='jEDwC'></legend><bdo id='jEDwC'><pre id='jEDwC'><center id='jEDwC'></center></pre></bdo></b><th id='jEDwC'></th></span></q></dt></tr></i><div id='jEDwC'><tfoot id='jEDwC'></tfoot><dl id='jEDwC'><fieldset id='jEDwC'></fieldset></dl></div>

                    <bdo id='jEDwC'></bdo><ul id='jEDwC'></ul>
                        <legend id='jEDwC'><style id='jEDwC'><dir id='jEDwC'><q id='jEDwC'></q></dir></style></legend>
                          • <small id='jEDwC'></small><noframes id='jEDwC'>

                              <tbody id='jEDwC'></tbody>