6.7.0 - Alpha6 - Fine tuning
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<!-- 此处使用 group 对象进行整体缩放和平移,以预留边距;
|
||||
例如这里使用 0.78 的缩放,左右上下各会有 (512 - 512 * 0.78) / 2 = 56.32 的边距 -->
|
||||
<!-- 此处使用 group 对象进行整体缩放和平移, 以预留边距;
|
||||
例如这里使用 0.78 的缩放, 左右上下各会有 (512 - 512 * 0.78) / 2 = 56.32 的边距 -->
|
||||
<group
|
||||
android:scaleX="0.78"
|
||||
android:scaleY="0.78"
|
||||
@@ -18,7 +18,7 @@
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M449.3,79.9C397.7,28.7,327.8,0.5,255.1,1.5C114.6,1.2,0.4,114.8,0,255.4c-0.3,140.5,113.3,254.8,253.8,255.1c29.9,0.5,56.4-19.3,64.4-48.1c5-20.5-0.4-42.3-14.5-58c-4.6-5.3-4.1-13.3,1.2-18c2.3-2,5.2-3.1,8.3-3.2h42c82,0.4,150.4-62.6,156.8-144.3C513.8,179.6,491.1,122,449.3,79.9z M356.1,332.4h-42c-35-0.2-63.5,28-63.7,63c-0.1,15.7,5.7,30.9,16.1,42.6c3.2,3.3,4.4,8.1,3.1,12.5c-1.3,5.3-7.1,8.6-15,9.2c-112.4-1.4-202.4-93.8-201-206.2c0.1-8.6,0.8-17.1,2-25.6c15-99.3,99.4-173.4,199.8-175.3h2c58.1-0.8,114.1,22,155.2,63.1c32.1,32.1,49.6,76,48.3,121.4C455.5,290.8,410.3,332,356.1,332.4z" />
|
||||
|
||||
<!-- 圆:使用路径数据来绘制圆形 -->
|
||||
<!-- 圆: 使用路径数据来绘制圆形 -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M257.4,116
|
||||
|
||||
Reference in New Issue
Block a user