jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Path distortion - Search glass #30

Closed jzbrooks closed 3 years ago

jzbrooks commented 3 years ago

Describe the bug The vector graphic is distorted. The negative space inside the search glass (that conceptually represents the glass) is removed.

<vector xmlns:android="http://schemas.android.com/apk/res/android" android:tint="@color/gray5" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
  <path android:fillColor="#FFFFFF" android:pathData="M16.43 14.32l0.07-0.07 4.5 5.063L19.312 21l-5.062-4.5 0.07-0.07c-1.151 0.756-2.528 1.195-4.008 1.195C6.274 17.625 3 14.351 3 10.312 3 6.274 6.274 3 10.313 3c4.038 0 7.312 3.274 7.312 7.313 0 1.479-0.44 2.856-1.195 4.007zm-6.117 0.492c2.485 0 4.5-2.014 4.5-4.5 0-2.485-2.015-4.5-4.5-4.5-2.486 0-4.5 2.015-4.5 4.5 0 2.486 2.014 4.5 4.5 4.5z"/>
</vector>
jzbrooks commented 3 years ago

The distortion -

jzbrooks commented 3 years ago

I can't reproduce this, even before 089b70fa963428c276a613a72fe7f68264e8146c. Closing for now.