Commit 6576cc0
committed
Fix misaligned in-progress status indicator
The spinning ring SVG uses viewBox="-256 -256 512 512" (centered at 0,0).
With transform-origin: 0 0 and transform-box: view-box, the animation
origin resolves to the top-left corner (-256,-256) of the viewBox instead
of its center, causing the ring to wobble irregularly.
Changing transform-origin to center fixes the issue by rotating around
the geometric center of the viewBox.
Fixes JENKINS-719781 parent b13dd5d commit 6576cc0
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
| 609 | + | |
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
0 commit comments