mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
🐛 Fix webkit rendering issues
This commit is contained in:
parent
0db7dec44a
commit
7ff2852360
4 changed files with 939 additions and 304 deletions
|
@ -110,6 +110,7 @@ var App = {
|
|||
PAINT.big[Math.floor(tx.paintIndex * 12)] :
|
||||
PAINT.small[Math.floor(tx.paintIndex * 11)]
|
||||
) + ')';
|
||||
paint.style.setProperty('-webkit-mask-image', paint.style.maskImage);
|
||||
paint.style.setProperty('--x', tx.x);
|
||||
paint.style.setProperty('--y', tx.y);
|
||||
paint.style.setProperty('--size', Math.log(1 + tx.value)/Math.log(2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue