demo: change plain fill to red to trigger visual regression
This commit is contained in:
parent
2829ec2137
commit
4028d0a901
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ export function drawElevationChart(
|
|||
}
|
||||
ctx.lineTo(PADDING.left + chartW, PADDING.top + chartH);
|
||||
ctx.closePath();
|
||||
ctx.fillStyle = "rgba(37, 99, 235, 0.15)";
|
||||
ctx.fillStyle = "rgba(220, 38, 38, 0.15)"; // demo: red fill to trigger visual regression
|
||||
ctx.fill();
|
||||
|
||||
ctx.beginPath();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue