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.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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user