cursors/tool-paths-anchor.png cursors/tool-paths-control.png
2005-08-10 Michael Natterer <mitch@gimp.org> * cursors/tool-paths-anchor.png * cursors/tool-paths-control.png * cursors/tool-paths-segment.png * cursors/tool-paths.png * cursors/xbm/tool-paths-control-mask.xbm * cursors/xbm/tool-paths-control.xbm: applied Jimmac's changes.
|
@ -1,3 +1,12 @@
|
|||
2005-08-10 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* cursors/tool-paths-anchor.png
|
||||
* cursors/tool-paths-control.png
|
||||
* cursors/tool-paths-segment.png
|
||||
* cursors/tool-paths.png
|
||||
* cursors/xbm/tool-paths-control-mask.xbm
|
||||
* cursors/xbm/tool-paths-control.xbm: applied Jimmac's changes.
|
||||
|
||||
2005-08-10 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/common/xbm.c (mask_ext_entry_callback): fixed
|
||||
|
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 514 B |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 779 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 364 B |
|
@ -9,6 +9,6 @@ static unsigned char tool_paths_control_mask_bits[] = {
|
|||
0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d,
|
||||
0x00, 0x00, 0x80, 0x0f, 0x08, 0x00, 0x00, 0x07, 0x1c, 0x00, 0x00, 0x07,
|
||||
0x1c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x38, 0x00, 0x80, 0x03,
|
||||
0x70, 0x00, 0xc0, 0x01, 0xfc, 0x40, 0xe0, 0x1c, 0xfe, 0xe3, 0x78, 0x3e,
|
||||
0x70, 0x00, 0xc0, 0x01, 0xff, 0x40, 0xe0, 0x7f, 0xff, 0xe3, 0x78, 0x7f,
|
||||
0xff, 0xff, 0x7f, 0x7f, 0xff, 0xbf, 0xff, 0x7f, 0x7f, 0xfd, 0x57, 0x7f,
|
||||
0x3e, 0xe0, 0x00, 0x3e, 0x1c, 0x40, 0x00, 0x1c };
|
||||
0x7f, 0xe0, 0x00, 0x7f, 0x7f, 0x40, 0x00, 0x7f };
|
||||
|
|
|
@ -9,6 +9,6 @@ static unsigned char tool_paths_control_bits[] = {
|
|||
0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x80, 0x08,
|
||||
0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x08, 0x00, 0x00, 0x02,
|
||||
0x08, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01,
|
||||
0x20, 0x00, 0x80, 0x00, 0x40, 0x00, 0x40, 0x00, 0x9c, 0x40, 0x20, 0x1c,
|
||||
0x20, 0x00, 0x80, 0x00, 0x40, 0x00, 0x40, 0x00, 0xbe, 0x40, 0x20, 0x3e,
|
||||
0x3e, 0xa3, 0x18, 0x3e, 0x76, 0x1d, 0x57, 0x37, 0x3e, 0xa0, 0x00, 0x3e,
|
||||
0x1c, 0x40, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00 };
|
||||
0x3e, 0x40, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
|