Maybe fix Safari.

I don't have a Mac but https://news.ycombinator.com/item?id=33693607
says it's about this terminal comma.
This commit is contained in:
Anthony Lieuallen 2022-11-21 11:53:03 -05:00
parent 9b72b0bf93
commit 620260f852
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ function renderWheel() {
let e = edge.getEndpoint();
points += `${s.x} ${s.y}, `;
});
points = points.replace(/, $/, '');
c.setAttribute('points', points);
svg.appendChild(c);