SDP-GeoHunt/geo-hunt

View on GitHub
app/src/main/res/drawable/ruler_measure.xml

Summary

Maintainability
Test Coverage
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="30dp"
    android:height="30dp"
    android:viewportWidth="30"
    android:viewportHeight="30">
  <path
      android:pathData="M25.1,4.7c-0.4,0.4 -0.4,1.1 0,1.6c0.4,0.4 1.1,0.4 1.6,0c0.4,-0.4 0.4,-1.1 0,-1.6C26.3,4.3 25.6,4.3 25.1,4.7zM29.2,3.9l-3.1,-3.1c-0.9,-0.8 -2.3,-0.9 -3.2,0L0.8,22.9c-0.9,0.9 -0.9,2.3 0,3.2l3.1,3.1c0.4,0.4 1,0.7 1.6,0.7c0.6,0 1.2,-0.2 1.6,-0.7L29.2,7.1c0.4,-0.4 0.7,-1 0.7,-1.6S29.6,4.3 29.2,3.9zM28.1,6.1L6.1,28.1c-0.3,0.3 -0.8,0.3 -1.1,0L1.9,25c-0.3,-0.3 -0.3,-0.8 0,-1.1l1.7,-1.7l1,1c0.1,0.1 0.3,0.2 0.5,0.2s0.4,-0.1 0.5,-0.2c0.3,-0.3 0.3,-0.8 0,-1.1l-1,-1l2.9,-2.9l1,1c0.1,0.1 0.3,0.2 0.5,0.2s0.4,-0.1 0.5,-0.2c0.3,-0.3 0.3,-0.8 0,-1.1l-1,-1l2.9,-2.9l1,1c0.1,0.1 0.3,0.2 0.5,0.2s0.4,-0.1 0.5,-0.2c0.3,-0.3 0.3,-0.8 0,-1.1l-1,-1l2.9,-2.9l1,1c0.1,0.1 0.3,0.2 0.5,0.2s0.4,-0.1 0.5,-0.2c0.3,-0.3 0.3,-0.8 0,-1.1l-1,-1l2.9,-2.9l1,1c0.1,0.1 0.3,0.2 0.5,0.2s0.4,-0.1 0.5,-0.2c0.3,-0.3 0.3,-0.8 0,-1.1l-1,-1l3.5,-3.5c0.1,-0.1 0.3,-0.2 0.5,-0.2c0.2,0 0.4,0.1 0.5,0.2L28.1,5c0.1,0.1 0.2,0.3 0.2,0.5S28.3,5.9 28.1,6.1z"
      android:fillColor="#262324"/>
</vector>