c to C for fColor in shape render

This commit is contained in:
bluesaxman 2022-09-12 16:45:14 -06:00
parent 83fb7fb257
commit 56a295c3ef

View File

@ -49,7 +49,7 @@ class shape {
ctx.rotate(origRot); ctx.rotate(origRot);
ctx.translate(-origin.d[0],-origin.d[1]); ctx.translate(-origin.d[0],-origin.d[1]);
// Draw // Draw
ctx.fillStyle = this.fcolor; ctx.fillStyle = this.fColor;
ctx.strokeStyle = this.bColor; ctx.strokeStyle = this.bColor;
ctx.lineWidth = this.bStyle; ctx.lineWidth = this.bStyle;
if("rect" == this.type) { if("rect" == this.type) {