mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-01 16:22:32 +00:00
simplify slope segment
This commit is contained in:
@@ -434,7 +434,7 @@
|
||||
let hue = ((0.5 - v) * 120).toString(10);
|
||||
let lightness = 90 - Math.abs(v) * 70;
|
||||
|
||||
return ['hsl(', hue, ',60%,', lightness, '%)'].join('');
|
||||
return ['hsl(', hue, ',70%,', lightness, '%)'].join('');
|
||||
}
|
||||
|
||||
function surfaceFillCallback(context) {
|
||||
|
Reference in New Issue
Block a user