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:
@@ -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 |
@@ -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",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. .. ",
|
||||
" ... .... ",
|
||||
" ..... ..... ",
|
||||
" ..... ..... ",
|
||||
" .... ..... ",
|
||||
" ... .... ",
|
||||
" ..... .... ",
|
||||
" ..... ..... ",
|
||||
" .... .... ",
|
||||
" ... ... ",
|
||||
" . .. ",
|
||||
" . + ",
|
||||
" +. ++ ",
|
||||
" +++ +++ ",
|
||||
" ++++ +++++ ",
|
||||
" +++ +++ ",
|
||||
" ++ ++ ",
|
||||
" +++ ++++ ",
|
||||
" ++++ ++++ ",
|
||||
" +++ +++ ",
|
||||
" +@ + ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
||||
Reference in New Issue
Block a user