Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request anuraghazra#86 from edisonlee55/master
fix: fixed CSS scale() on WebKit causing rendering issues So I have used the solution provided here (Reference): CSS transform on SVG text element not working in Safari - Stack Overflow - https://stackoverflow.com/a/61398694/4333875 They have encountered issue with `transform: translate()` and filed a bug report, but `transform: scale()` is also having issue on our side. Also, the minimum reproducible example is [here](https://stackoverflow.com/questions/62964270/css-scale-animation-in-svg-text-tag-not-working-on-safari) on Stack Overflow. (the word `Test` won't show up **on Safari**)
- Loading branch information