mirror of
https://forge.murkfall.net/bluesaxman/blue.js.git
synced 2026-03-13 09:34:20 -06:00
c to C for fColor in shape render
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user