diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-04-09 22:04:44 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-04-09 22:04:44 +0000 |
| commit | 95f7992bb4497e77bf6fe839444bdabd4968f1e0 (patch) | |
| tree | 10a65500edfe2b81b958c79df1640d9d584e053b /src | |
| parent | Updated simple action to work like toggle and radion versions (diff) | |
| download | inkscape-95f7992bb4497e77bf6fe839444bdabd4968f1e0.tar.gz inkscape-95f7992bb4497e77bf6fe839444bdabd4968f1e0.zip | |
better paintbucket by bill baxter
(bzr r2841)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-paintbucket.xpm | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/src/pixmaps/cursor-paintbucket.xpm b/src/pixmaps/cursor-paintbucket.xpm index 619a551c7..cad1fe514 100644 --- a/src/pixmaps/cursor-paintbucket.xpm +++ b/src/pixmaps/cursor-paintbucket.xpm @@ -1,38 +1,38 @@ -/* XPM */ -static char * cursor_paintbucket_xpm[] = { -"32 32 3 1", -" c None", -". c #FFFFFF", -"+ c #000000", -" ", -" ... ", -" ... ...... ", -" ..++.. ...++++.. ", -" .+..+....++....+.. ", -" ..+..+..++.......+.. ", -" ..+..+++..........+.. ", -" ..+..+++............+. ", -" ..+++..+............+. ", -" .+++...+............+.. ", -" .++.+...+............+. ", -" .+..++..+............+. ", -" .+...+..+............+. ", -" .+....+.+............+. ", -" .+....++++...........+. ", -" ..+....+.+...........+. ", -" .+....++...........+.. ", -" .++...+..........++.. ", -" ..+....+.......++... ", -" .++...+.....++... ", -" .+...+...++... ", -" .++.++.++... ", -" .+++++... ", -" .+++. ", -" .++. ", -" .++. ", -" .++. ", -" .++. ", -" .++. ", -" .+.. ", -" ... ", -" "}; +/* XPM */
+static char * cursor_paintbucket_xpm[] = {
+"32 32 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" ",
+" ++ ++++ ",
+" +..+ ++....+ ",
+" +.++.+ ++..++++.+ ",
+" +.++.++..+++++++.+ ",
+" +.++...+++++++++.+ ",
+" +.++...+++++++++++.+ ",
+" +...++.++++++++++++.+ ",
+" +...+++.++++++++++++.+ ",
+" +.+..+++.+++++++++++.+ ",
+" +.++..++.++++++++++++.+ ",
+" +.+++.++.++++++++++++.+ ",
+" +.+++.....+++++++++++.+ ",
+" +.++++..+.+++++++++++.+ ",
+" +.++++..++++++++++++.+ ",
+" +.++++.++++++++++++..+ ",
+" +..+++..+++++++++..++ ",
+" +.++++.+++++++..++ ",
+" +..+++.+++++..++ ",
+" +.++..+++..++ ",
+" +.....+..++ ",
+" +......++ ",
+" +....++ ",
+" +...+ ",
+" +...+ ",
+" +..+ ",
+" +.+ ",
+" +.+ ",
+" + ",
+" ",
+" "};
|
