nebari-dev / jupyterlab-launchpad

BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

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

Closed krassowski closed 5 months ago

krassowski commented 5 months ago

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 commented 5 months ago

Upstream bugs: