diff options
| author | Martin Owens <doctormo@gmail.com> | 2019-02-24 06:13:39 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2019-02-24 06:13:39 +0000 |
| commit | 89dec29933b82615972ab5cb5691df7a445aac6b (patch) | |
| tree | c3bb2ad8c0beba42805d51f09671a81790e96188 /src/ui/pixmaps | |
| parent | Make background color affect checkerboard (diff) | |
| download | inkscape-89dec29933b82615972ab5cb5691df7a445aac6b.tar.gz inkscape-89dec29933b82615972ab5cb5691df7a445aac6b.zip | |
Merge in bazaar branch for alignment handles
Diffstat (limited to 'src/ui/pixmaps')
| -rw-r--r-- | src/ui/pixmaps/handles.xpm | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/ui/pixmaps/handles.xpm b/src/ui/pixmaps/handles.xpm index b61ad377c..e16e61bc7 100644 --- a/src/ui/pixmaps/handles.xpm +++ b/src/ui/pixmaps/handles.xpm @@ -98,3 +98,63 @@ static char const *handle_center_xpm[] = { " . ", " "}; +/* XPM */ +static char const *handle_align_xpm[] = { +"13 13 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" ", +" ", +" ........... ", +" .+++++++. ", +" .+++++. ", +" .+++. ", +" .+. ", +" + ", +" ........... ", +" "}; + +/* XPM */ +static char const *handle_align_center_xpm[] = { +"13 13 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ......... ", +" .+++++. ", +". .+++. .", +".. .+. ..", +".+. . .+.", +".++. . .++.", +".+++.....+++.", +".++. . .++.", +".+. . .+.", +".. .+. ..", +". .+++. .", +" .+++++. ", +" ......... "}; + +/* XPM */ +static char const *handle_align_corner_xpm[] = { +"13 13 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" . . ", +" .. . ", +" .+. . ", +" .++. . ", +" .+++. . ", +" ...... . ", +" . . ", +" . . ", +" .. ", +" ........... ", +" "}; + |
