mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-22 12:02:11 -04:00
Lots more things.
Got Puller integrated. Need to make Puller shape responsive. NEED MOAR PERFORMANCE. Somehow... Overall module is pretty neat I think... just needs lots of refinement
This commit is contained in:
@@ -84,8 +84,10 @@ Engine.Polygon.prototype = {
|
||||
this.c.pos.y * scale >> 0
|
||||
);
|
||||
ctx.closePath();
|
||||
ctx.fillStyle = this.fillStyle;
|
||||
ctx.fill();
|
||||
if (!this.noFill) {
|
||||
ctx.fillStyle = this.fillStyle;
|
||||
ctx.fill();
|
||||
}
|
||||
if (!this.simple) {
|
||||
ctx.lineWidth = 0.25 * scale;
|
||||
ctx.strokeStyle = this.strokeStyle;
|
||||
|
||||
Reference in New Issue
Block a user