• <legend id='ykYgT'><style id='ykYgT'><dir id='ykYgT'><q id='ykYgT'></q></dir></style></legend>
        <bdo id='ykYgT'></bdo><ul id='ykYgT'></ul>

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

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

      1. fillStyle 不是函数

        fillStyle not a function(fillStyle 不是函数)
      2. <i id='QIblJ'><tr id='QIblJ'><dt id='QIblJ'><q id='QIblJ'><span id='QIblJ'><b id='QIblJ'><form id='QIblJ'><ins id='QIblJ'></ins><ul id='QIblJ'></ul><sub id='QIblJ'></sub></form><legend id='QIblJ'></legend><bdo id='QIblJ'><pre id='QIblJ'><center id='QIblJ'></center></pre></bdo></b><th id='QIblJ'></th></span></q></dt></tr></i><div id='QIblJ'><tfoot id='QIblJ'></tfoot><dl id='QIblJ'><fieldset id='QIblJ'></fieldset></dl></div>

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

                <tbody id='QIblJ'></tbody>
              • <small id='QIblJ'></small><noframes id='QIblJ'>

              • <tfoot id='QIblJ'></tfoot>
                • <bdo id='QIblJ'></bdo><ul id='QIblJ'></ul>

                  本文介绍了fillStyle 不是函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我收到一个不寻常的错误:

                  I'm getting an unusual error:

                  ctx_wrap.fillStyle 不是函数

                  ctx_wrap.fillStyle is not a function

                  在这一行:

                  ctx_wrap.fillStyle('#b8b8b8');
                  

                  在这里:

                  ...
                  this.paint = function() {
                      self.path(ctx_wrap);
                      if (!isOver) {
                          ctx_wrap.fillStyle('#b8b8b8');
                      } else {
                          ctx_wrap.fillStyle('#d6d6d6'); 
                      }
                      ctx_wrap.fill()
                      ctx_wrap.stroke();
                  };
                  ...
                  

                  奇怪的是,如果我注释掉那行,下面的行就可以了.这两行几乎相同,但第一行产生错误,第二行有效:

                  What is strange is that, if I comment out that line, the line beneath works. These two lines are nearly identical, but the first one produces the error and the second one works:

                  ctx_wrap.fillStyle('#b8b8b8');
                  ctx_wrap.fillStyle('#d6d6d6');
                  

                  为什么第一行会产生错误?

                  Why would the first line produce the error?

                  推荐答案

                  尝试使用 ctx_wrap.fillStyle = "#COLOR".

                  第二个不起作用,控制台只是停在第一个并吐出错误,因为它从代码行中吓坏了.

                  The second one does not work, the console just stops at the first one and spits out the error, because it freaked out from the line of code.

                  这篇关于fillStyle 不是函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  How does object-fit work with canvas element?(对象适合如何与画布元素一起使用?)
                  How to make rooftext effect and valley text effect in HTML5 (or Fabric.js)(如何在 HTML5(或 Fabric.js)中制作屋顶文字效果和山谷文字效果)
                  Draw border around nontransparent part of image on canvas(在画布上的图像不透明部分周围绘制边框)
                  dragging and resizing an image on html5 canvas(在 html5 画布上拖动图像并调整其大小)
                  What#39;s the difference between a boolean as primitive and a boolean as property of an object?(作为原始对象的布尔值和作为对象属性的布尔值有什么区别?)
                  I want to do animation of an object along a particular path(我想沿特定路径对对象进行动画处理)
                • <legend id='03dfg'><style id='03dfg'><dir id='03dfg'><q id='03dfg'></q></dir></style></legend>

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

                  <tfoot id='03dfg'></tfoot>
                    <bdo id='03dfg'></bdo><ul id='03dfg'></ul>

                          <tbody id='03dfg'></tbody>

                          • <small id='03dfg'></small><noframes id='03dfg'>