Skip to content

Commit

Permalink
firefox has some SVG issues...
Browse files Browse the repository at this point in the history
  • Loading branch information
dkallen78 committed Dec 4, 2023
1 parent 5a586e9 commit 70ee143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ternary-clock/v0.3/ternary-clock-v0.3.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function cellDown(elem, fast = true) {
let vecX = Number.parseFloat(elem.dataset.vecX);
let vecY = Number.parseFloat(elem.dataset.vecY);

elem.style.transform = `rotate3d(${vecX}, ${vecY}, 0, 90deg)`;
elem.style.transform = `rotate3d(${vecX}, ${vecY}, 0, 89.99deg)`;

/*if (fast) {
//elem.style.fillOpacity = 0;
Expand Down

0 comments on commit 70ee143

Please sign in to comment.