- Shipped
- 11 มีนาคม 2569 เวลา 20:43 UTC
- Author
- kamo
- Commit
- c4bfe92
Avatar Creator's scale option already applies scale(N/100) as an SVG group transform on the avatar body. The preview container was also applying CSS transform: scale(N/100), compounding the effect (2.5 × 2.5 = 6.25x at 250%). This made the preview look drastically different from the saved SVG, especially noticeable after the slider max was raised to 250. Removing the CSS transform makes the preview accurately match the saved result at all scale values.