Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The filled star is off center in WebKit (Safari) when the page is zoomed in #24

Closed
krassowski opened this issue May 13, 2024 · 1 comment · Fixed by #25
Closed

The filled star is off center in WebKit (Safari) when the page is zoomed in #24

krassowski opened this issue May 13, 2024 · 1 comment · Fixed by #25

Comments

@krassowski
Copy link
Member

krassowski commented May 13, 2024

Safari is lagging with implementation of transform-origin for svg and apparently the current implementation in webkit does not account for page zoom. This can be worked around be using composite transform where origin is emulated by translations.

No zoom:

image

Max zoom:

image

@krassowski
Copy link
Member Author

Upstream bugs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant