-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PAINTROID-396 Multiline tool with movable intermediate points
change icon of DynamicLineTool
- Loading branch information
1 parent
5f337ee
commit 4ff166c
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
12 changes: 5 additions & 7 deletions
12
Paintroid/src/main/res/drawable/ic_pocketpaint_tool_dynamic_line.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
android:viewportWidth="960" | ||
android:viewportHeight="960" | ||
android:tint="?attr/colorControlNormal"> | ||
<path | ||
android:pathData="M6.589,17.411L17.411,6.588" | ||
android:strokeWidth="2" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#013232" | ||
android:strokeLineCap="butt"/> | ||
android:fillColor="@android:color/white" | ||
android:pathData="M109.91,720Q81,720 60.5,699.41Q40,678.82 40,649.91Q40,621 60.49,600.5Q80.99,580 109.77,580Q115,580 120,580.5Q125,581 133,583L333,383Q331,375 330.5,370Q330,365 330,359.77Q330,330.99 350.59,310.49Q371.18,290 400.09,290Q429,290 449.5,310.63Q470,331.27 470,360.24Q470,362 467,383L577,493Q585,491 590,490.5Q595,490 600,490Q605,490 610,490.5Q615,491 623,493L783,333Q781,325 780.5,320Q780,315 780,309.77Q780,280.99 800.59,260.49Q821.18,240 850.09,240Q879,240 899.5,260.59Q920,281.18 920,310.09Q920,339 899.51,359.5Q879.01,380 850.23,380Q845,380 840,379.5Q835,379 827,377L667,537Q669,545 669.5,550Q670,555 670,560.23Q670,589.01 649.41,609.51Q628.82,630 599.91,630Q571,630 550.5,609.51Q530,589.01 530,560.23Q530,555 530.5,550Q531,545 533,537L423,427Q415,429 410,429.5Q405,430 399.75,430Q398,430 377,427L177,627Q179,635 179.5,640Q180,645 180,650.23Q180,679.01 159.41,699.51Q138.82,720 109.91,720Z"/> | ||
</vector> |