fix(sirius-x/brand): thinner vertical arms on banner star
The banner star's inner-waist rectangle was 100x30 (x∈[850..950], y∈[300..330]) — much wider than tall, which made the vertical arms look bloated compared to the razor-thin horizontal arms. Bring the inner waist to 30x30 (x∈[885..915]) so vertical and horizontal arms taper at the same rate. Matches favicon/logo/avatar, which were already built with symmetric inner squares.
This commit is contained in:
parent
6ce9de33a0
commit
36e0ab7593
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@
|
||||||
|
|
||||||
<!-- decorative giant star, right side -->
|
<!-- decorative giant star, right side -->
|
||||||
<g opacity="0.95">
|
<g opacity="0.95">
|
||||||
<path d="M900 90 L950 300 L1160 315 L950 330 L900 540 L850 330 L640 315 L850 300 Z"
|
<!-- 4-point star. The inner "waist" rectangle sits at x∈[885..915], y∈[300..330]:
|
||||||
|
30x30, so vertical and horizontal arms taper at the same rate. An earlier
|
||||||
|
100x30 waist made the vertical arms look bloated — see #brand review. -->
|
||||||
|
<path d="M900 90 L915 300 L1160 315 L915 330 L900 540 L885 330 L640 315 L885 300 Z"
|
||||||
fill="#d6ff3d"/>
|
fill="#d6ff3d"/>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Reference in a new issue