mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
website: more poly line tweaks
This commit is contained in:
parent
d97a235f77
commit
91331ce763
@ -124,7 +124,7 @@ Engine.Shape.Puller.prototype = {
|
||||
}
|
||||
ctx.closePath();
|
||||
ctx.lineWidth = 0.4 * scale;
|
||||
ctx.strokeStyle = 'rgba(108,0,243,0.1)';
|
||||
ctx.strokeStyle = 'rgba(108,0,243,0.15)';
|
||||
ctx.stroke();
|
||||
|
||||
if (this.alpha < 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user