mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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.closePath();
|
||||||
ctx.lineWidth = 0.4 * scale;
|
ctx.lineWidth = 0.4 * scale;
|
||||||
ctx.strokeStyle = 'rgba(108,0,243,0.1)';
|
ctx.strokeStyle = 'rgba(108,0,243,0.15)';
|
||||||
ctx.stroke();
|
ctx.stroke();
|
||||||
|
|
||||||
if (this.alpha < 1) {
|
if (this.alpha < 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user