Update Felix inner corner assets from design
New corner spec imported from design that properly becomes flush with the vertical and horizontal sides. Bounding box set based on a 79px size, via a 5.28mm corner and a conversion of 1px = 66.9um Test: adb shell setprop debug.screenshot_rounded_corners 1 && <restart sysui> Fixes: 283827918 Change-Id: I41b976243ac1497e45f74d4172c75093e8334268
This commit is contained in:
parent
2b0862874e
commit
15ac3c0b7e
2 changed files with 12 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
Copyright (C) 2023 The Android Open Source Project
|
||||
|
||||
You may obtain a copy of the License at
|
||||
|
||||
|
@ -12,13 +12,12 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="96px"
|
||||
android:height="96px"
|
||||
android:viewportWidth="96"
|
||||
android:viewportHeight="96">
|
||||
|
||||
android:width="79px"
|
||||
android:height="79px"
|
||||
android:viewportWidth="14.975"
|
||||
android:viewportHeight="14.975">
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M 95.998669,0.11350733 C 82.103907,0.2835388 50.979058,0.30117095 48.267995,0.41273606 44.788158,0.55593816 42.085359,0.81683718 39.638767,1.2339459 37.192176,1.6510556 35.970454,1.9557767 33.59823,2.7303906 c -2.372223,0.774615 -4.045255,1.3458298 -8.098104,3.3135809 -4.052849,1.9677515 -6.544162,3.6928584 -8.690675,5.4355675 -2.146512,1.742708 -4.045482,3.811982 -5.400399,5.395177 -1.354918,1.583195 -1.983269,2.490209 -3.170194,4.384046 -1.186925,1.893835 -1.9401662,3.305114 -2.9604802,5.702323 -1.0203139,2.397211 -2.2330053,6.162001 -2.8869584,8.55246 C 1.7374663,37.904003 1.5336961,39.223516 1.181807,41.230164 0.82991714,43.236813 0.66809464,44.450633 0.48709701,47.135928 0.27447934,50.29035 0.57710441,72.985504 0.11350733,95.997716 V 0.11350733 Z" />
|
||||
android:pathData="m0.001,14.975C0.001,13.015 -0.028,10.472 0.209,8.513c0.255,-2.103 0.859,-4.258 2.453,-5.852C4.256,1.068 6.411,0.464 8.513,0.209 10.472,-0.028 13.015,0.001 14.975,0.001H0.001v14.974Z"/>
|
||||
</vector>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
Copyright (C) 2023 The Android Open Source Project
|
||||
|
||||
You may obtain a copy of the License at
|
||||
|
||||
|
@ -12,13 +12,12 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="100px"
|
||||
android:height="100px"
|
||||
android:viewportWidth="100"
|
||||
android:viewportHeight="100">
|
||||
|
||||
android:width="79px"
|
||||
android:height="79px"
|
||||
android:viewportWidth="14.975"
|
||||
android:viewportHeight="14.975">
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M 100,0 C 85.508956,0.17732979 53.048408,0.19571896 50.221001,0.31207305 46.59183,0.46142152 43.773042,0.73351963 41.221457,1.1685334 c -2.551585,0.4350138 -3.825736,0.7528147 -6.299762,1.560679 -2.474026,0.8078643 -4.218854,1.4035988 -8.445629,3.4558146 -4.226774,2.0522159 -6.825,3.851373 -9.063628,5.668887 -2.238628,1.817514 -4.219091,3.97561 -5.632154,5.626763 -1.413063,1.651153 -2.0683795,2.5971 -3.3062405,4.572229 C 7.2361825,24.028034 6.4506167,25.499891 5.386517,28 4.3224173,30.500109 3.0576836,34.426502 2.3756668,36.91957 1.69365,39.412638 1.4811349,40.78879 1.1141447,42.881573 0.74715446,44.974356 0.57838666,46.240279 0.38962235,49.04084 0.16788046,52.330665 0.48349133,76 0,100 V 0 Z" />
|
||||
android:pathData="m0.001,14.975C0.001,13.015 -0.028,10.472 0.209,8.513c0.255,-2.103 0.859,-4.258 2.453,-5.852C4.256,1.068 6.411,0.464 8.513,0.209 10.472,-0.028 13.015,0.001 14.975,0.001H0.001v14.974Z"/>
|
||||
</vector>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue