assuming 16:9 or 21:9 like layouts for point-centering of stars
This commit is contained in:
parent
ff7ac1bab5
commit
a0bf73dae6
@ -56,7 +56,7 @@
|
|||||||
[x, y]: [number, number],
|
[x, y]: [number, number],
|
||||||
width: number,
|
width: number,
|
||||||
): [number, number] {
|
): [number, number] {
|
||||||
return [x + width / 200, y + width / 200];
|
return [x + width / 200, y + width / 120];
|
||||||
}
|
}
|
||||||
|
|
||||||
const linesSVG = document.getElementById("stars-lines");
|
const linesSVG = document.getElementById("stars-lines");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user