diff --git a/libs/bluepixle.js b/libs/bluepixle.js index 43d76fb..79c9f10 100644 --- a/libs/bluepixle.js +++ b/libs/bluepixle.js @@ -49,7 +49,7 @@ class shape { ctx.rotate(origRot); ctx.translate(-origin.d[0],-origin.d[1]); // Draw - ctx.fillStyle = this.fcolor; + ctx.fillStyle = this.fColor; ctx.strokeStyle = this.bColor; ctx.lineWidth = this.bStyle; if("rect" == this.type) {