c to C for fColor in shape render
This commit is contained in:
parent
83fb7fb257
commit
56a295c3ef
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user