<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 中的曲线绘制

        时间:2023-08-02
        <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 中的曲线绘制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何使用 createjs 定位 MovieClip 下一篇:HTML5 Canvas 中的取消绑定功能

                  相关文章

                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>
                    1. <small id='jEDwC'></small><noframes id='jEDwC'>