Sketcher Art enhancement: New Symmetric constraint icon by Jim

There is more space in between the > < symbols now, so it is more clear as it overlaps less.

Thanks Jim!
This commit is contained in:
Abdullah Tahiri
2014-08-27 15:11:33 +02:00
committed by wmayer
parent 0adfa0a7ed
commit d562e1a389
3 changed files with 33 additions and 24 deletions

View File

@@ -94,6 +94,7 @@
<file>icons/small/Constraint_PointOnStart_sm.xpm</file>
<file>icons/small/Constraint_PointToObject_sm.xpm</file>
<file>icons/small/Constraint_Radius_sm.xpm</file>
<file>icons/small/Constraint_Symmetric.svg.zip</file>
<file>icons/small/Constraint_Symmetric_sm.xpm</file>
<file>icons/small/Constraint_TangentToEnd_sm.xpm</file>
<file>icons/small/Constraint_TangentToStart_sm.xpm</file>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,21 +1,23 @@
/* XPM */
static char * Constraint_Symmetric_sm_xpm[] = {
"16 16 2 1",
static char * Constraint_Symmetric_small_1_16px_xpm[] = {
"16 16 4 1",
" c None",
". c #F12000",
". c #FF2500",
"+ c #FF2600",
"@ c #FF2700",
" ",
" ",
" ",
" .. .. ",
" ... .... ",
" ..... ..... ",
" ..... ..... ",
" .... ..... ",
" ... .... ",
" ..... .... ",
" ..... ..... ",
" .... .... ",
" ... ... ",
" . .. ",
" . + ",
" +. ++ ",
" +++ +++ ",
" ++++ +++++ ",
" +++ +++ ",
" ++ ++ ",
" +++ ++++ ",
" ++++ ++++ ",
" +++ +++ ",
" +@ + ",
" ",
" ",
" "};