Skip to content

Instantly share code, notes, and snippets.

@akaita
Created March 23, 2018 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akaita/fbe5f024065d7c223fe68fde19a2f96d to your computer and use it in GitHub Desktop.
Save akaita/fbe5f024065d7c223fe68fde19a2f96d to your computer and use it in GitHub Desktop.
Incompatible SVGs
<vector>
<path
android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z"/>
</vector>
<vector>
<path
android:pathData="M12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,16c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z"/>
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment