-
Notifications
You must be signed in to change notification settings - Fork 6
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
Splash screen loading bar border is not symmetrical #400
Comments
This appears to be an svg aliasing problem. |
Upon closer inspection, it seems like the left side is getting clipped, perhaps the svg bounding box isn't wide enough to account for the stroke width. |
Explicit width/height (and ideally namespace |
I have replicated the problem in http://www.colorado.edu/physics/phet/dev/html/faradays-law/1.3.7-dev.3/faradays-law_en.html |
Joist, brand and chipper have branches "splash-script" for this. |
Those branches are too stale to work with master. |
The left side of the loading bar is just ever so slightly thinner than the right side:
Seen on macOS 10.12.3 Chrome. For phetsims/tasks/issues/764.
The text was updated successfully, but these errors were encountered: