← Back to team overview

kicad-developers team mailing list archive

Re: 3D-Viewer: colored and longer axes.

 

Yes I see and I agree with you. In attachment placed updated patch that contain previous plus swapped colors between y and z axes.

Regards, Konstantin.

26.07.2015 14:10, Nick Østergaard пишет:
Colored axis's are great. But I just now noticed that the coloring is
"wrong" IMHO. Most, if not all 3D packages use the coloring scheme,
X=red, Y=green and Z=blue. I think we should conform to this. It also
goes well with rembering the color mapping as xyz=rgb. [I hope you see
the pattern].

2015-07-26 12:14 GMT+02:00 Барановский Константин
<baranovskiykonstantin@xxxxxxxxx>:
At this moment with enabled 3d axes are complicated to define position in 3d
space.
I propose to use more longer and colored axes. Color of the axis is equal to
the color of the icon of the toolbar button.

Regards, Konstantin.

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


=== modified file '3d-viewer/3d_draw_helper_functions.cpp'
--- 3d-viewer/3d_draw_helper_functions.cpp	2015-07-14 20:23:13 +0000
+++ 3d-viewer/3d_draw_helper_functions.cpp	2015-07-26 11:29:16 +0000
@@ -189,16 +189,24 @@
         glNewList( m_glLists[GL_ID_AXIS], GL_COMPILE );
 
         glEnable( GL_COLOR_MATERIAL );
-        SetGLColor( WHITE );
         glBegin( GL_LINES );
+        SetGLColor( RED );
         glNormal3f( 0.0f, 0.0f, 1.0f );     // Normal is Z axis
         glVertex3f( 0.0f, 0.0f, 0.0f );
-        glVertex3f( 1.0f, 0.0f, 0.0f );     // X axis
-        glVertex3f( 0.0f, 0.0f, 0.0f );
-        glVertex3f( 0.0f, -1.0f, 0.0f );    // Y axis
+        glVertex3f( -10.0f, 0.0f, 0.0f );
+        glVertex3f( 0.0f, 0.0f, 0.0f );
+        glVertex3f( 10.0f, 0.0f, 0.0f );    // X axis
+        SetGLColor( GREEN );
+        glVertex3f( 0.0f, 0.0f, 0.0f );
+        glVertex3f( 0.0f, -10.0f, 0.0f );
+        glVertex3f( 0.0f, 0.0f, 0.0f );
+        glVertex3f( 0.0f, 10.0f, 0.0f );    // Y axis
+        SetGLColor( BLUE );
         glNormal3f( 1.0f, 0.0f, 0.0f );     // Normal is Y axis
         glVertex3f( 0.0f, 0.0f, 0.0f );
-        glVertex3f( 0.0f, 0.0f, 0.3f );     // Z axis
+        glVertex3f( 0.0f, 0.0f, -10.0f );
+        glVertex3f( 0.0f, 0.0f, 0.0f );
+        glVertex3f( 0.0f, 0.0f, 10.0f );    // Z axis
         glEnd();
 
         glEndList();

=== modified file 'bitmaps_png/cpp_26/rotate_neg_y.cpp'
--- bitmaps_png/cpp_26/rotate_neg_y.cpp	2015-07-01 16:07:42 +0000
+++ bitmaps_png/cpp_26/rotate_neg_y.cpp	2015-07-26 11:29:26 +0000
@@ -8,52 +8,48 @@
 static const unsigned char png[] = {
  0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
  0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
- 0xce, 0x00, 0x00, 0x02, 0xc4, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xcd, 0x56, 0x4b, 0x68, 0x13,
- 0x51, 0x14, 0xbd, 0x5a, 0x2b, 0xa9, 0x1f, 0xc4, 0x6f, 0xf1, 0x1f, 0x5b, 0xb4, 0x20, 0x68, 0x17,
- 0x05, 0x41, 0x31, 0x34, 0x99, 0xc9, 0x47, 0x94, 0x2e, 0xb4, 0x74, 0xe1, 0xca, 0x85, 0x08, 0x22,
- 0xba, 0x72, 0x13, 0xac, 0xc6, 0x2e, 0x8b, 0x42, 0x10, 0xb5, 0xc4, 0x04, 0xd2, 0x60, 0x6b, 0x32,
- 0x6f, 0x1e, 0xf8, 0x01, 0x7f, 0x0b, 0x17, 0x5d, 0x28, 0x0a, 0x15, 0x85, 0x8a, 0x54, 0x5b, 0x7f,
- 0x55, 0x8b, 0xf5, 0x8b, 0x45, 0xb0, 0xd4, 0x0f, 0x19, 0xcf, 0xbc, 0x99, 0x26, 0x8d, 0x43, 0x6a,
- 0x26, 0x4d, 0xc1, 0xc5, 0x21, 0x6f, 0xee, 0xcc, 0xbb, 0xe7, 0xdd, 0x7b, 0xcf, 0xbb, 0x37, 0xa4,
- 0x69, 0x1a, 0xd9, 0x45, 0x34, 0x1a, 0xad, 0x8e, 0xc7, 0xe3, 0x73, 0xed, 0xec, 0xa1, 0x22, 0x89,
- 0xfa, 0x62, 0xb1, 0x58, 0x28, 0xe3, 0xc4, 0xcf, 0xd7, 0x90, 0x97, 0xcf, 0xb3, 0x38, 0xf7, 0xf0,
- 0x3a, 0x6a, 0xe2, 0x65, 0x93, 0x21, 0x1a, 0x00, 0x51, 0x6b, 0xd6, 0x21, 0xbb, 0x45, 0x12, 0xeb,
- 0x1e, 0x73, 0x6a, 0xd8, 0xd4, 0x00, 0x6c, 0x1a, 0xc9, 0xaa, 0xa7, 0x84, 0x44, 0xbc, 0x1e, 0x4e,
- 0xd3, 0x24, 0x2b, 0x47, 0xc4, 0x33, 0xa2, 0x23, 0x49, 0x7d, 0x0b, 0xdb, 0x1d, 0x6a, 0x69, 0x99,
- 0x5e, 0x32, 0x22, 0x33, 0x82, 0xb3, 0x70, 0xfc, 0x03, 0x24, 0x1b, 0xf0, 0x9b, 0x00, 0x46, 0x48,
- 0x66, 0xeb, 0x26, 0x5b, 0x23, 0x2b, 0x91, 0x9b, 0xcf, 0x81, 0xf3, 0x57, 0xc0, 0x0b, 0x33, 0x65,
- 0x87, 0x4b, 0x21, 0x06, 0x0b, 0x91, 0x70, 0x26, 0xa5, 0x24, 0x41, 0x22, 0xa9, 0x43, 0x63, 0x29,
- 0x9b, 0x12, 0x22, 0x83, 0x8c, 0xfd, 0x02, 0x4e, 0x95, 0x4a, 0xde, 0x13, 0x11, 0x8d, 0x02, 0xc1,
- 0xff, 0x8b, 0x88, 0x36, 0xf3, 0x0a, 0xaa, 0x8b, 0x96, 0x4f, 0x19, 0x11, 0x79, 0x93, 0x55, 0x24,
- 0x29, 0x29, 0x71, 0x27, 0x44, 0x51, 0xd9, 0x4f, 0xa8, 0xe7, 0x9a, 0x7e, 0x4f, 0x0a, 0x27, 0x52,
- 0x4f, 0xc2, 0xc7, 0x96, 0xbc, 0x44, 0xb4, 0x35, 0x39, 0x1f, 0x8e, 0x87, 0x81, 0x2f, 0xd0, 0x7f,
- 0x08, 0xb7, 0xfd, 0x00, 0x36, 0x1d, 0xc7, 0xf3, 0x73, 0x83, 0x54, 0xb9, 0x4b, 0x6e, 0xc5, 0xa9,
- 0x7f, 0xdb, 0x16, 0x89, 0xbe, 0x01, 0xce, 0x45, 0x22, 0x11, 0x67, 0x21, 0xc0, 0xc1, 0xca, 0xb3,
- 0x91, 0x78, 0xd5, 0x56, 0x38, 0xfc, 0x4d, 0x52, 0x72, 0x53, 0xce, 0x49, 0x20, 0x53, 0x90, 0xee,
- 0xc2, 0xbb, 0x21, 0xe0, 0x53, 0xed, 0xbe, 0x1b, 0x87, 0x0e, 0x9e, 0xee, 0x4e, 0xef, 0x6d, 0x3e,
- 0xaf, 0xc1, 0x41, 0xa1, 0x08, 0x92, 0xe9, 0x44, 0xcb, 0x42, 0x1d, 0x25, 0x99, 0xaf, 0xb7, 0xa6,
- 0x84, 0x2f, 0x9f, 0x19, 0xe0, 0xbd, 0x65, 0x5e, 0x55, 0xdb, 0x19, 0xba, 0xfd, 0xf5, 0xc4, 0x99,
- 0xce, 0x46, 0x9c, 0xd6, 0xfd, 0x2f, 0x20, 0xc5, 0xf5, 0xe1, 0x70, 0xb8, 0x02, 0x37, 0x3a, 0xb5,
- 0x08, 0x04, 0xdf, 0x73, 0xc8, 0xfe, 0xaa, 0x89, 0x0e, 0xc7, 0x8e, 0x8b, 0x55, 0x47, 0xdb, 0x1f,
- 0x0d, 0xd7, 0xec, 0xb9, 0x3e, 0x62, 0xd4, 0x4e, 0x71, 0xd9, 0x1e, 0x13, 0xe4, 0x51, 0x8e, 0x21,
- 0x92, 0x74, 0x86, 0x08, 0xfd, 0x2a, 0x57, 0x24, 0x7c, 0x15, 0xec, 0x03, 0x95, 0x8d, 0x57, 0x7a,
- 0xb6, 0x05, 0xbb, 0x9c, 0x58, 0x3f, 0xc0, 0xf7, 0x1f, 0xc8, 0xaf, 0xac, 0xb4, 0x47, 0xe4, 0xef,
- 0x98, 0x6d, 0xd6, 0xc0, 0x20, 0x1a, 0x97, 0x3a, 0x72, 0x5f, 0x58, 0x61, 0xf6, 0xaf, 0x1e, 0x0a,
- 0xf0, 0x05, 0xe3, 0x88, 0x3f, 0xa2, 0x91, 0xde, 0xb4, 0x3d, 0xf8, 0x90, 0xae, 0x1a, 0xd1, 0x71,
- 0x8d, 0x3a, 0x35, 0x08, 0x9b, 0xab, 0x73, 0x29, 0x9e, 0xfb, 0x81, 0xc7, 0xe4, 0xe2, 0x8b, 0x73,
- 0xbb, 0xb5, 0xae, 0x4a, 0x6b, 0xf4, 0x05, 0x4d, 0x58, 0x92, 0x53, 0x1b, 0xb1, 0x79, 0x10, 0x27,
- 0xdd, 0x8e, 0x75, 0x25, 0xd6, 0x4f, 0x80, 0xa7, 0xfa, 0xda, 0xb2, 0xb1, 0xe1, 0xea, 0x2c, 0x48,
- 0xfe, 0x33, 0xde, 0xb7, 0x17, 0x3d, 0xca, 0xf5, 0xd3, 0x8b, 0x28, 0x24, 0xf6, 0x8c, 0x7c, 0xca,
- 0xb2, 0xbc, 0x9b, 0x41, 0x02, 0xf4, 0x16, 0x45, 0x44, 0xf2, 0xa5, 0x85, 0xa2, 0x1e, 0x1e, 0xf6,
- 0x52, 0xaf, 0xcf, 0x84, 0x9b, 0x45, 0x17, 0x60, 0x83, 0xf6, 0x53, 0x67, 0x74, 0x87, 0x87, 0xc0,
- 0x6b, 0x5c, 0xdc, 0xd5, 0x59, 0x41, 0x24, 0x1c, 0x79, 0x22, 0xba, 0xac, 0x77, 0x0e, 0x7b, 0x62,
- 0xd0, 0xe7, 0xbc, 0xcc, 0xee, 0x8b, 0x1a, 0xa1, 0x53, 0x64, 0xec, 0xf8, 0xc3, 0x01, 0x5b, 0x1f,
- 0x90, 0x44, 0x94, 0xb5, 0x99, 0x6e, 0x21, 0xa9, 0xbb, 0x4d, 0xe1, 0xec, 0xb7, 0x47, 0x84, 0x61,
- 0x85, 0x06, 0xfa, 0x8e, 0x7c, 0xc9, 0xb5, 0xb9, 0x23, 0x3a, 0xe1, 0xc0, 0xbb, 0x66, 0x21, 0x67,
- 0x43, 0xfe, 0xdf, 0x80, 0xf7, 0xc6, 0x35, 0x60, 0xf7, 0xc8, 0xdd, 0x35, 0xc3, 0x1e, 0x91, 0x2e,
- 0x00, 0x7f, 0xc7, 0x92, 0xbc, 0x1f, 0xea, 0xa3, 0x43, 0x62, 0x4d, 0xa2, 0xd1, 0xca, 0xac, 0x0d,
- 0x4a, 0xf4, 0x61, 0xf7, 0xb4, 0x42, 0xef, 0xd1, 0x1f, 0xe0, 0x46, 0xa1, 0x59, 0xcf, 0x9f, 0xe7,
- 0x51, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
+ 0xce, 0x00, 0x00, 0x02, 0x87, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xcd, 0x95, 0x4d, 0x48, 0x54,
+ 0x51, 0x14, 0xc7, 0x7f, 0x39, 0x29, 0x63, 0x1f, 0x88, 0x95, 0x0d, 0x95, 0x95, 0x19, 0x25, 0x04,
+ 0xe6, 0x22, 0x68, 0x11, 0xc4, 0x54, 0x10, 0x49, 0xd0, 0xc2, 0xa2, 0x45, 0x6b, 0x37, 0x21, 0xb6,
+ 0x6a, 0x23, 0x65, 0x3a, 0x1b, 0x67, 0xde, 0x3d, 0x77, 0x1c, 0x5d, 0x34, 0x8c, 0xef, 0x85, 0xda,
+ 0xa6, 0x16, 0x6e, 0xdc, 0x04, 0x11, 0x6d, 0xa5, 0xa0, 0x28, 0x10, 0xc4, 0xb2, 0xb4, 0xac, 0x24,
+ 0xfb, 0x24, 0x09, 0x12, 0xb3, 0xf0, 0xb6, 0xf0, 0x39, 0x8d, 0xa3, 0x63, 0xf3, 0x74, 0x84, 0x16,
+ 0x07, 0x2e, 0x8f, 0x7b, 0xce, 0x8f, 0xfb, 0x3f, 0xff, 0xf3, 0x0e, 0xc6, 0x18, 0xbc, 0x86, 0x6d,
+ 0xdb, 0x7b, 0x3b, 0x3b, 0x3b, 0x37, 0x7a, 0xc9, 0x61, 0x99, 0xa0, 0x21, 0xc7, 0x71, 0x9a, 0x92,
+ 0x45, 0x34, 0x7b, 0xb0, 0x28, 0x5a, 0x50, 0x3c, 0xca, 0x21, 0x7a, 0xf0, 0xad, 0x04, 0x34, 0xea,
+ 0x38, 0x8e, 0x95, 0x2c, 0x28, 0xdc, 0x47, 0x78, 0x34, 0x57, 0xd4, 0x18, 0x03, 0x16, 0xa7, 0x10,
+ 0x0c, 0x8a, 0xe3, 0xb9, 0x04, 0x05, 0x11, 0x66, 0x10, 0xae, 0xb8, 0x90, 0x22, 0x84, 0x77, 0x08,
+ 0x7d, 0x84, 0xc8, 0xcb, 0x19, 0xc8, 0x85, 0x5d, 0x47, 0xf8, 0x89, 0x45, 0x25, 0x42, 0x37, 0xc2,
+ 0x24, 0xad, 0xec, 0x5f, 0x69, 0x8f, 0x16, 0x82, 0x42, 0x6c, 0x40, 0x78, 0x8d, 0x62, 0xc4, 0x95,
+ 0xec, 0x72, 0x2e, 0xcc, 0xb0, 0x00, 0xe4, 0x9a, 0xe2, 0x04, 0x82, 0x41, 0x18, 0x9f, 0x93, 0x6c,
+ 0x55, 0x40, 0xae, 0x84, 0xbf, 0x10, 0xda, 0x73, 0x65, 0xef, 0xa5, 0x40, 0x53, 0x08, 0x0d, 0xff,
+ 0x17, 0x88, 0x18, 0x85, 0xd8, 0xe4, 0xaf, 0x1a, 0x88, 0x08, 0xe5, 0x08, 0xb7, 0xdd, 0x99, 0x30,
+ 0x08, 0xd3, 0x28, 0xee, 0x20, 0x04, 0x3d, 0x80, 0x34, 0x16, 0x47, 0x32, 0x82, 0x88, 0x50, 0x8c,
+ 0x30, 0x81, 0xf0, 0x15, 0xa1, 0x09, 0x45, 0x1d, 0x9a, 0x66, 0x84, 0x61, 0x17, 0xfa, 0x80, 0x08,
+ 0x65, 0xc6, 0x18, 0xe2, 0x1d, 0xf1, 0xb7, 0xf1, 0x44, 0xbc, 0x23, 0x91, 0x48, 0x94, 0x65, 0x13,
+ 0xb6, 0x6d, 0xe7, 0xff, 0x7d, 0x89, 0xc6, 0x42, 0xf8, 0x8d, 0xe2, 0x70, 0xda, 0x7c, 0xe4, 0xa1,
+ 0x38, 0x8b, 0x30, 0x8e, 0xf0, 0xb9, 0xaa, 0xbb, 0xea, 0x52, 0xfd, 0xbd, 0xfa, 0x99, 0xda, 0x78,
+ 0xad, 0xb1, 0x6d, 0x3b, 0xdb, 0x68, 0xc0, 0x2d, 0x62, 0x52, 0x62, 0x8a, 0x28, 0x07, 0x16, 0xe9,
+ 0xdb, 0x8e, 0x82, 0xd6, 0x82, 0x41, 0x9f, 0xf6, 0x99, 0x9a, 0xde, 0x9a, 0x6f, 0x72, 0x53, 0xce,
+ 0x25, 0x12, 0x89, 0x63, 0xff, 0x0a, 0xc7, 0x71, 0x82, 0xb1, 0x58, 0xac, 0x10, 0xa2, 0x6c, 0x41,
+ 0xf1, 0x23, 0x0d, 0x16, 0x4c, 0x07, 0xf9, 0xdb, 0xfc, 0xe5, 0x8d, 0x7d, 0x8d, 0x13, 0x15, 0x37,
+ 0x2a, 0x26, 0xd1, 0x4c, 0x23, 0x1c, 0xf5, 0xbc, 0x26, 0xd0, 0x5c, 0x43, 0x27, 0x0d, 0x60, 0xb0,
+ 0xa8, 0x9c, 0x77, 0xc9, 0x62, 0x17, 0xc2, 0x68, 0x20, 0x1e, 0xe8, 0xaf, 0xee, 0xad, 0x2e, 0x43,
+ 0x78, 0x82, 0xf0, 0x91, 0x56, 0x76, 0x7a, 0x05, 0xad, 0x77, 0x7b, 0x30, 0x0b, 0x4a, 0x91, 0x0e,
+ 0x45, 0x29, 0xc2, 0x08, 0x42, 0x3f, 0x31, 0x36, 0xa5, 0x80, 0x3f, 0x21, 0xdc, 0xf5, 0xbc, 0xf8,
+ 0x50, 0x54, 0x20, 0x4c, 0x22, 0x18, 0x34, 0x67, 0x8c, 0x31, 0xd0, 0xc6, 0x36, 0x84, 0x17, 0x08,
+ 0x03, 0x84, 0x29, 0x99, 0x97, 0xa8, 0xa8, 0x5b, 0xec, 0xf5, 0x59, 0x6d, 0x58, 0x34, 0x07, 0x11,
+ 0xc6, 0x10, 0x4e, 0xd3, 0x42, 0x00, 0xe1, 0x19, 0xc2, 0x73, 0x5a, 0x08, 0x2c, 0x48, 0x0c, 0xb1,
+ 0x0e, 0xe1, 0x0b, 0x9a, 0xae, 0x65, 0xaf, 0x72, 0xc2, 0x94, 0x20, 0x0c, 0xa0, 0x79, 0x89, 0x62,
+ 0x7b, 0xc6, 0x64, 0x4d, 0x17, 0xc2, 0xe0, 0xb2, 0x40, 0x84, 0xd9, 0x8c, 0xd0, 0x8f, 0xf0, 0x0a,
+ 0x45, 0xe9, 0x92, 0xc9, 0x82, 0x46, 0x18, 0xf3, 0x2e, 0x5d, 0x84, 0x62, 0x14, 0x4f, 0x11, 0xde,
+ 0x10, 0x65, 0x77, 0x8a, 0x4c, 0xfe, 0x0c, 0xa0, 0x5e, 0x84, 0x61, 0x6f, 0x66, 0x98, 0xdd, 0xf3,
+ 0x8f, 0x11, 0xc6, 0x88, 0x50, 0x9e, 0xfc, 0xde, 0x83, 0x0f, 0xc5, 0x10, 0xc2, 0x2d, 0x2c, 0xaa,
+ 0x92, 0x7f, 0x0b, 0xe1, 0x82, 0xbb, 0x49, 0x2f, 0x7a, 0x03, 0x09, 0xed, 0x28, 0xde, 0x23, 0xec,
+ 0x4b, 0x6b, 0xba, 0x1f, 0xcd, 0x55, 0xd7, 0xce, 0x06, 0xe1, 0x3b, 0xc2, 0x07, 0xf7, 0xfc, 0x90,
+ 0x10, 0x6b, 0xbd, 0x81, 0xc2, 0x94, 0xa0, 0xd9, 0x9a, 0xf1, 0x62, 0x8c, 0x42, 0x84, 0xf3, 0x68,
+ 0x9a, 0xd1, 0xc4, 0x51, 0x9c, 0xc4, 0xb0, 0x26, 0xdb, 0x39, 0xfa, 0x03, 0x89, 0x87, 0x5b, 0x32,
+ 0x81, 0x8e, 0xd7, 0x97, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
 };
 
 const BITMAP_OPAQUE rotate_neg_y_xpm[1] = {{ png, sizeof( png ), "rotate_neg_y_xpm" }};

=== modified file 'bitmaps_png/cpp_26/rotate_neg_z.cpp'
--- bitmaps_png/cpp_26/rotate_neg_z.cpp	2015-07-01 16:07:42 +0000
+++ bitmaps_png/cpp_26/rotate_neg_z.cpp	2015-07-26 11:29:27 +0000
@@ -8,49 +8,52 @@
 static const unsigned char png[] = {
  0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
  0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
- 0xce, 0x00, 0x00, 0x02, 0x90, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xad, 0x96, 0x4f, 0x68, 0x13,
- 0x41, 0x14, 0xc6, 0x3f, 0xf1, 0x3f, 0xea, 0x49, 0x84, 0x5e, 0x5b, 0xd0, 0x44, 0xad, 0x48, 0x20,
- 0x08, 0xb1, 0x45, 0x54, 0x5a, 0x11, 0x83, 0xbd, 0xa8, 0x60, 0xb1, 0x50, 0x04, 0x41, 0x84, 0x42,
- 0xb0, 0xb6, 0xc6, 0x96, 0x22, 0x82, 0x20, 0xdd, 0xdd, 0x28, 0x34, 0x14, 0xcc, 0x46, 0xb1, 0xa2,
- 0x5e, 0x14, 0xd4, 0xe2, 0x45, 0x11, 0x05, 0xa5, 0x0a, 0x0a, 0x0a, 0x5e, 0x14, 0x15, 0x0a, 0x55,
- 0x6f, 0x5a, 0x41, 0xe8, 0xc1, 0xff, 0x1d, 0xbf, 0x99, 0x4e, 0x60, 0x27, 0x64, 0xd3, 0xd9, 0xd4,
- 0xc3, 0xc7, 0xcb, 0xec, 0xbc, 0x79, 0xbf, 0x99, 0x37, 0x6f, 0x66, 0x02, 0x21, 0x04, 0x6c, 0x04,
- 0x17, 0x75, 0xd4, 0x24, 0xb5, 0xda, 0x76, 0x8c, 0x31, 0x3e, 0xb4, 0xe3, 0x2c, 0xd6, 0x60, 0x10,
- 0xcd, 0x70, 0xb0, 0x0d, 0x1e, 0xb6, 0x22, 0x87, 0x75, 0x84, 0x08, 0xf9, 0x7b, 0xce, 0x20, 0x15,
- 0xcc, 0x21, 0xc2, 0xc5, 0x84, 0x0a, 0x6a, 0x6a, 0x5f, 0x10, 0x84, 0x53, 0x58, 0xc4, 0xf6, 0x79,
- 0xb6, 0x5b, 0x70, 0x03, 0xf3, 0xa3, 0x81, 0x1c, 0x3c, 0xae, 0x00, 0xf8, 0xcd, 0xef, 0x5d, 0x9c,
- 0x44, 0xdc, 0x00, 0x39, 0x58, 0xcb, 0xf6, 0x27, 0xed, 0xf3, 0x81, 0xdf, 0xb7, 0xdb, 0x83, 0x5c,
- 0x64, 0xa8, 0x69, 0x1d, 0x70, 0x5a, 0xc9, 0xc5, 0x1e, 0xbd, 0xda, 0x78, 0x79, 0xea, 0xd8, 0x9a,
- 0xa7, 0xd2, 0xea, 0xe2, 0x39, 0xf5, 0x57, 0x4e, 0x68, 0x56, 0x90, 0x5c, 0x3e, 0x9d, 0x3f, 0x52,
- 0xf7, 0x39, 0xf8, 0xb0, 0x9a, 0xa5, 0x83, 0xbe, 0x40, 0x5a, 0xe3, 0x61, 0x7b, 0xc4, 0x34, 0x2e,
- 0x60, 0xdf, 0x2d, 0xea, 0x2b, 0x7f, 0x2f, 0xa9, 0x0e, 0xe2, 0xd2, 0x55, 0x20, 0x07, 0xad, 0x15,
- 0x1d, 0xab, 0x80, 0x74, 0x2a, 0x37, 0xe9, 0xf1, 0x7b, 0xab, 0x83, 0x64, 0x95, 0xe9, 0x4d, 0xaf,
- 0x11, 0xd4, 0xaa, 0xfa, 0x73, 0xd8, 0x62, 0x53, 0x0c, 0xef, 0xe8, 0xfc, 0x84, 0xc1, 0x96, 0x45,
- 0x01, 0xe1, 0x1c, 0x96, 0xb2, 0xef, 0x81, 0x4a, 0x5d, 0x48, 0x05, 0x9a, 0x0d, 0x0f, 0x69, 0x3a,
- 0x7f, 0xa7, 0x9e, 0xf1, 0x0c, 0xad, 0x0f, 0xf6, 0x35, 0x8c, 0x34, 0x6c, 0x48, 0x5e, 0x49, 0x8a,
- 0xd8, 0x48, 0x6c, 0x67, 0xd9, 0xe4, 0x62, 0x1c, 0x37, 0xc6, 0x31, 0xbf, 0xa8, 0x76, 0xeb, 0x03,
- 0x4b, 0xe7, 0x26, 0xea, 0xb3, 0x4e, 0xe3, 0x0b, 0xea, 0x24, 0x83, 0x75, 0xd6, 0xfb, 0xf5, 0x5d,
- 0x03, 0x63, 0x03, 0x22, 0x71, 0x39, 0x71, 0x9a, 0x81, 0x3b, 0xf8, 0xbd, 0x9f, 0xf6, 0xa9, 0xf6,
- 0xfb, 0x46, 0xed, 0x88, 0x7c, 0x33, 0xc8, 0xca, 0x91, 0xb3, 0x53, 0x15, 0xe8, 0xe2, 0x47, 0x85,
- 0xb3, 0x25, 0xf5, 0x93, 0x7a, 0xc4, 0x49, 0x1c, 0xa4, 0xff, 0xf2, 0x9a, 0xaf, 0x20, 0xc3, 0xe9,
- 0x0c, 0x56, 0x36, 0x5e, 0x6a, 0xec, 0xc8, 0x3c, 0xcc, 0x88, 0xd4, 0xb5, 0xd4, 0x09, 0xb6, 0x57,
- 0xc9, 0x33, 0xf4, 0x5f, 0xee, 0xba, 0x72, 0x25, 0xae, 0x26, 0x36, 0xa6, 0x6f, 0xa6, 0x45, 0xf6,
- 0x62, 0x76, 0xbc, 0x50, 0x28, 0xdc, 0xb3, 0x95, 0xef, 0xfb, 0x77, 0x69, 0x77, 0x5b, 0x83, 0x86,
- 0x0b, 0xc3, 0x7d, 0x6d, 0xf9, 0x36, 0x31, 0xe4, 0x0f, 0xbd, 0x2a, 0x16, 0x8b, 0xa3, 0xb6, 0x22,
- 0xe8, 0x36, 0x6d, 0x8b, 0x15, 0x84, 0xce, 0xc7, 0x29, 0xc1, 0x99, 0x65, 0x8d, 0x74, 0x0c, 0x62,
- 0x33, 0x0b, 0x62, 0xbf, 0xa1, 0x1c, 0x0e, 0x70, 0xef, 0x8e, 0x44, 0x4e, 0x5d, 0x09, 0x22, 0x6d,
- 0x85, 0x0a, 0x9d, 0x0c, 0x29, 0x14, 0x21, 0xf7, 0xd5, 0x1a, 0xc4, 0xe0, 0xbd, 0x61, 0x10, 0x7d,
- 0x86, 0x56, 0xe8, 0x07, 0xb1, 0xa4, 0x5d, 0x5c, 0xd5, 0x1f, 0xda, 0xbc, 0xf5, 0x8a, 0x98, 0xd7,
- 0x1e, 0x0d, 0xe9, 0xb5, 0xaa, 0xaa, 0x3c, 0x16, 0x13, 0xf0, 0x46, 0xdd, 0x2e, 0xbc, 0x29, 0xac,
- 0x40, 0x0c, 0x7e, 0x4c, 0x42, 0x24, 0xcc, 0xba, 0x7c, 0x3d, 0xee, 0x98, 0x7c, 0x2a, 0x3c, 0xa4,
- 0xac, 0xca, 0xbb, 0x04, 0x91, 0xd6, 0x1a, 0x32, 0x73, 0x73, 0xcb, 0x94, 0xe5, 0xac, 0xce, 0x11,
- 0xab, 0xaa, 0x3b, 0x32, 0x64, 0x26, 0x65, 0xaf, 0xa9, 0xb7, 0x61, 0x6f, 0x91, 0x01, 0x62, 0xf0,
- 0xa3, 0xba, 0x84, 0xbb, 0x23, 0x9d, 0x78, 0x8f, 0xf5, 0x55, 0x25, 0x65, 0x06, 0xa8, 0x04, 0x91,
- 0x36, 0x12, 0xc4, 0x41, 0x52, 0xa7, 0xcc, 0x9b, 0xd5, 0x97, 0xc1, 0x3b, 0x6b, 0x81, 0xe8, 0x73,
- 0xf4, 0x85, 0xb0, 0x29, 0xda, 0x3b, 0xd4, 0x68, 0x40, 0x17, 0xe0, 0x63, 0xa1, 0xe1, 0xcb, 0x54,
- 0xb5, 0x13, 0x72, 0xa8, 0xa6, 0xff, 0x6a, 0x2e, 0xde, 0x53, 0x2f, 0xd5, 0x2d, 0x1e, 0x94, 0x83,
- 0xeb, 0xe5, 0x0f, 0xe0, 0x3f, 0x9b, 0x4c, 0x51, 0x30, 0xf7, 0x87, 0xf7, 0xe8, 0x00, 0x00, 0x00,
- 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
+ 0xce, 0x00, 0x00, 0x02, 0xbb, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xad, 0x96, 0x4b, 0x68, 0x53,
+ 0x41, 0x14, 0x86, 0x8f, 0xf8, 0x46, 0x5d, 0x15, 0xc1, 0xad, 0x82, 0x56, 0xab, 0x22, 0xc5, 0x22,
+ 0xc4, 0x5a, 0xb9, 0x77, 0xee, 0x6d, 0x51, 0x8b, 0x6e, 0xb4, 0x60, 0x6d, 0xa1, 0x16, 0x84, 0x28,
+ 0x04, 0x8b, 0xd5, 0x5a, 0x5b, 0xc4, 0x8d, 0x20, 0x8a, 0xba, 0x50, 0x82, 0x26, 0x11, 0xf1, 0x81,
+ 0xcd, 0x7d, 0x2c, 0x6a, 0x55, 0x6a, 0x6b, 0x15, 0x7c, 0x83, 0x82, 0x8a, 0x08, 0x8a, 0x0a, 0x82,
+ 0x8f, 0x9d, 0x0f, 0x10, 0x5c, 0xf8, 0xee, 0xf5, 0x9f, 0xb9, 0x37, 0xb6, 0x93, 0x26, 0xe9, 0xdc,
+ 0xe8, 0xe2, 0x67, 0x92, 0xcc, 0x9c, 0xf3, 0xcd, 0x9c, 0x39, 0xe7, 0x4c, 0xc8, 0xf3, 0x3c, 0x52,
+ 0x11, 0x69, 0xee, 0x0c, 0x62, 0xd6, 0x47, 0xaa, 0xee, 0x9a, 0xad, 0x6a, 0x23, 0xd9, 0xe7, 0x9d,
+ 0x30, 0xec, 0x39, 0x64, 0xba, 0xcb, 0xc8, 0x70, 0x74, 0x32, 0x2d, 0x8d, 0xaa, 0xce, 0x95, 0x11,
+ 0xb3, 0x3d, 0xfe, 0xf9, 0x9f, 0x41, 0x64, 0xb8, 0x65, 0xa4, 0xdb, 0x87, 0xe1, 0xf0, 0xb5, 0x70,
+ 0x2a, 0xab, 0x6e, 0x38, 0x88, 0xea, 0xdc, 0x09, 0x38, 0xe1, 0x71, 0x32, 0x1d, 0x13, 0x9f, 0xc7,
+ 0x86, 0x03, 0x31, 0xfb, 0x66, 0x0e, 0xc0, 0x4f, 0x28, 0x46, 0x5a, 0x7a, 0xae, 0x04, 0x32, 0xed,
+ 0x79, 0xc4, 0x9c, 0x77, 0xc1, 0x9a, 0x37, 0xc4, 0xd2, 0x4c, 0x1d, 0xa4, 0xd9, 0x2d, 0x30, 0x1a,
+ 0xf4, 0x8d, 0x9d, 0x41, 0x21, 0xdd, 0x59, 0xeb, 0xcf, 0xc9, 0x20, 0xf1, 0x1b, 0x79, 0x63, 0x44,
+ 0x58, 0x99, 0x75, 0x1f, 0x73, 0xbf, 0xf9, 0x86, 0x46, 0x05, 0xf1, 0xe3, 0x23, 0x6c, 0x6f, 0xe1,
+ 0x7c, 0x00, 0xf7, 0x13, 0x15, 0xbb, 0xd4, 0x9d, 0x8e, 0xa1, 0x4d, 0x8c, 0x04, 0x0d, 0xcd, 0x5d,
+ 0x1f, 0x07, 0xbb, 0x6e, 0xcc, 0x7f, 0x22, 0xed, 0xd4, 0xa4, 0xc2, 0x20, 0x1c, 0x5d, 0x38, 0x32,
+ 0xd2, 0xd5, 0xb9, 0xb3, 0x2e, 0x3f, 0xc8, 0xb7, 0x77, 0x97, 0xf8, 0xf6, 0xd6, 0xba, 0xc2, 0x20,
+ 0x9e, 0x65, 0xc1, 0xa5, 0x17, 0x05, 0xc2, 0x06, 0x83, 0x90, 0x2f, 0x57, 0x49, 0x86, 0x17, 0xd0,
+ 0x1d, 0xaa, 0x39, 0x3b, 0x25, 0x0c, 0x88, 0x22, 0xee, 0x64, 0xcc, 0x5d, 0x13, 0xa1, 0xcb, 0x93,
+ 0x81, 0xf2, 0x17, 0xdd, 0xaa, 0xc5, 0xe2, 0xaf, 0xd0, 0x3d, 0xd2, 0xd3, 0xf3, 0x87, 0xcf, 0xcd,
+ 0x6a, 0xe8, 0x5d, 0x58, 0xb1, 0x79, 0xc0, 0x2b, 0xdd, 0xd8, 0xbb, 0x42, 0xb6, 0x71, 0x4b, 0x61,
+ 0x77, 0x1b, 0x36, 0x3f, 0x70, 0x9a, 0x7a, 0xe5, 0x82, 0x45, 0x02, 0x54, 0xc2, 0xe8, 0x7d, 0x10,
+ 0xc6, 0x07, 0x08, 0xe9, 0x1e, 0x14, 0x6d, 0xd3, 0xcc, 0x0d, 0x97, 0x62, 0xbb, 0x4f, 0x3e, 0xf1,
+ 0xca, 0xa3, 0x57, 0xf6, 0xe2, 0x7b, 0x23, 0xee, 0xa2, 0x13, 0xf3, 0x77, 0x83, 0x75, 0x9f, 0xa1,
+ 0x9a, 0xd0, 0x9d, 0x81, 0x67, 0x0e, 0xdf, 0x9d, 0xc8, 0x40, 0x66, 0x7f, 0xcb, 0x51, 0x5b, 0x5c,
+ 0xdf, 0x91, 0xd6, 0x37, 0x30, 0x36, 0xa3, 0x3d, 0x4d, 0x2d, 0xba, 0x05, 0xc9, 0x17, 0xdd, 0x5d,
+ 0xb2, 0xa0, 0xb9, 0xaf, 0xb1, 0x25, 0xfe, 0xc8, 0x8b, 0xc4, 0xae, 0xee, 0xa2, 0x2a, 0x77, 0x3a,
+ 0xaf, 0xa1, 0xff, 0xd2, 0xeb, 0xb2, 0x55, 0x1e, 0xed, 0x5f, 0x54, 0xdb, 0x79, 0xcb, 0x6b, 0x3f,
+ 0xd0, 0xf5, 0x2a, 0x91, 0x48, 0xf4, 0xab, 0x2a, 0x99, 0x4c, 0xf6, 0x61, 0x5c, 0xad, 0x0c, 0x8a,
+ 0x1f, 0x4b, 0x74, 0xac, 0xd9, 0x7a, 0xda, 0x3b, 0x12, 0x4f, 0x3d, 0x4e, 0xa5, 0x52, 0x3d, 0xaa,
+ 0x02, 0xe8, 0x3c, 0x46, 0x53, 0x09, 0x82, 0xc5, 0x3b, 0x21, 0x0f, 0x3b, 0x6b, 0x97, 0xcb, 0xc1,
+ 0x5a, 0x8a, 0x64, 0x59, 0x9f, 0xa5, 0x06, 0xdc, 0xdb, 0x96, 0xd0, 0xa1, 0xcb, 0x40, 0xf8, 0x38,
+ 0xb2, 0x1b, 0xe0, 0x7d, 0xca, 0x9d, 0x28, 0xe8, 0x10, 0x67, 0x4a, 0x94, 0x41, 0x70, 0xde, 0x96,
+ 0x0f, 0x22, 0x8c, 0x2b, 0x2f, 0x4c, 0x13, 0x0f, 0x62, 0x46, 0xba, 0xb3, 0x0a, 0x90, 0x5f, 0xd0,
+ 0x51, 0xe5, 0x13, 0x21, 0xae, 0x3b, 0x02, 0x48, 0x9b, 0x52, 0x56, 0xad, 0xbc, 0x3c, 0x11, 0x80,
+ 0x67, 0xa2, 0xbb, 0xa0, 0x53, 0x28, 0x81, 0xe0, 0x7c, 0x3b, 0x87, 0x70, 0x98, 0x72, 0xfa, 0x32,
+ 0x67, 0xbf, 0x78, 0x2a, 0x0c, 0x37, 0xa2, 0x94, 0xde, 0x19, 0x08, 0x1f, 0xd5, 0x21, 0xa2, 0x73,
+ 0xf3, 0x90, 0x1d, 0x52, 0xaa, 0x23, 0x64, 0x55, 0x6b, 0x68, 0x88, 0x1f, 0xb2, 0xa7, 0xd0, 0xf3,
+ 0x7c, 0x6f, 0x91, 0x04, 0x82, 0xf3, 0x6d, 0x41, 0x0a, 0xb7, 0x86, 0xaa, 0x78, 0xc3, 0xda, 0x57,
+ 0x28, 0x64, 0x12, 0x28, 0x03, 0xe1, 0x63, 0x28, 0x88, 0x66, 0x55, 0xf8, 0x21, 0x73, 0x0e, 0x8e,
+ 0xba, 0x16, 0xce, 0x9b, 0x8a, 0x81, 0x04, 0xef, 0xd7, 0x07, 0xe8, 0x0b, 0x40, 0x17, 0x51, 0xa8,
+ 0x3d, 0x7f, 0xc5, 0xec, 0x13, 0xb4, 0x38, 0x39, 0x5e, 0x5a, 0x8b, 0x50, 0xd5, 0x03, 0xb2, 0xa9,
+ 0xa8, 0xff, 0x6a, 0xcc, 0x7e, 0x09, 0x3d, 0xf4, 0xbb, 0xb8, 0x24, 0x27, 0xfb, 0x01, 0xfc, 0x03,
+ 0xad, 0x0d, 0x9a, 0x34, 0xb6, 0x3d, 0x16, 0xf2, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
+ 0xae, 0x42, 0x60, 0x82,
 };
 
 const BITMAP_OPAQUE rotate_neg_z_xpm[1] = {{ png, sizeof( png ), "rotate_neg_z_xpm" }};

=== modified file 'bitmaps_png/cpp_26/rotate_pos_y.cpp'
--- bitmaps_png/cpp_26/rotate_pos_y.cpp	2015-07-01 16:07:42 +0000
+++ bitmaps_png/cpp_26/rotate_pos_y.cpp	2015-07-26 11:29:26 +0000
@@ -8,46 +8,43 @@
 static const unsigned char png[] = {
  0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
  0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
- 0xce, 0x00, 0x00, 0x02, 0x63, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f,
- 0x03, 0x29, 0x78, 0xc6, 0x8c, 0x19, 0x71, 0xb3, 0x66, 0xcd, 0x8a, 0x40, 0x16, 0x63, 0x60, 0xf8,
- 0xcf, 0xc8, 0xe0, 0xb2, 0xdc, 0x81, 0x21, 0x74, 0x15, 0x33, 0x8a, 0xb8, 0xc3, 0x7a, 0x01, 0x06,
- 0xa7, 0xe5, 0x56, 0x60, 0x36, 0x19, 0x16, 0xed, 0x00, 0x5a, 0xb4, 0x01, 0xc5, 0x40, 0xa7, 0x55,
- 0xd2, 0x0c, 0x4e, 0x2b, 0xfe, 0x31, 0x38, 0xad, 0xac, 0x47, 0x15, 0x5f, 0xb1, 0x1e, 0x28, 0xf6,
- 0x98, 0x6a, 0x16, 0x41, 0x0d, 0x9d, 0x06, 0xc4, 0xbf, 0x18, 0x1c, 0x56, 0x19, 0x80, 0xf9, 0x8e,
- 0xcb, 0xa3, 0x80, 0xfc, 0xff, 0x0c, 0xce, 0x2b, 0xe3, 0xa9, 0x6b, 0x91, 0xc3, 0x2a, 0x1e, 0x06,
- 0xc7, 0x15, 0xf7, 0x80, 0x86, 0x5f, 0x60, 0xb0, 0x5b, 0x2e, 0x0b, 0xa4, 0xdf, 0x02, 0xf1, 0x56,
- 0xb8, 0x3c, 0xb5, 0x2c, 0x82, 0xf8, 0x62, 0x95, 0x3d, 0x24, 0x08, 0x57, 0x5c, 0x07, 0xe2, 0xf7,
- 0xa0, 0x20, 0xa5, 0x89, 0x45, 0x60, 0x03, 0x5d, 0x56, 0xec, 0x04, 0x07, 0x99, 0xd3, 0x8a, 0x5c,
- 0x14, 0x71, 0xaa, 0x5b, 0xe4, 0xb4, 0x22, 0x14, 0x6c, 0x91, 0xc3, 0x72, 0x05, 0xda, 0x5a, 0xe4,
- 0xbc, 0x32, 0x60, 0x04, 0x5a, 0xc4, 0xe0, 0xb4, 0x54, 0x1e, 0x98, 0xc1, 0x3a, 0x80, 0x0a, 0xfb,
- 0x81, 0xb8, 0x05, 0xc8, 0xf6, 0x05, 0xe5, 0x7a, 0x92, 0x2c, 0x72, 0x58, 0x25, 0x01, 0xd4, 0xd7,
- 0x07, 0x2c, 0x25, 0xd8, 0xb0, 0x5a, 0xc4, 0xe0, 0xb8, 0xb2, 0x12, 0x68, 0xf8, 0x4f, 0x20, 0xfe,
- 0x04, 0xca, 0xcd, 0x40, 0xfa, 0x2b, 0x34, 0xf5, 0x5c, 0x03, 0xe2, 0x44, 0x98, 0x85, 0x84, 0x2c,
- 0xc2, 0xe9, 0x00, 0x84, 0x4f, 0x56, 0xfc, 0x61, 0x70, 0x5e, 0xb1, 0x90, 0xc1, 0x7d, 0x95, 0x10,
- 0xbc, 0xfc, 0x72, 0x5c, 0xee, 0x0d, 0xcc, 0x84, 0xbb, 0x21, 0x16, 0xae, 0xdc, 0xc8, 0x60, 0xbd,
- 0x91, 0xb7, 0xae, 0x7f, 0xcd, 0xfd, 0x9e, 0x49, 0xb3, 0x5f, 0x80, 0x2c, 0x23, 0x01, 0x27, 0x41,
- 0x2d, 0x5a, 0xde, 0x0c, 0x34, 0xec, 0x3b, 0xcc, 0x12, 0x2c, 0xe1, 0x1e, 0x0f, 0x92, 0xe7, 0xf1,
- 0x5e, 0xf3, 0xbe, 0x71, 0xd1, 0x95, 0xff, 0x75, 0x13, 0xd7, 0x3c, 0x9e, 0x39, 0x73, 0xe6, 0x01,
- 0x12, 0x70, 0x26, 0xd4, 0xa2, 0x95, 0xdd, 0x40, 0x83, 0xde, 0xe1, 0xf3, 0x7a, 0x40, 0xfd, 0x91,
- 0x8d, 0x02, 0x7e, 0xeb, 0xfe, 0x73, 0xb8, 0xaf, 0xfe, 0xca, 0x60, 0xbb, 0x58, 0x92, 0xbc, 0xa0,
- 0x83, 0xb8, 0xf8, 0x3f, 0x72, 0x91, 0x81, 0xe6, 0xa3, 0x32, 0xb3, 0xac, 0x5d, 0xff, 0x63, 0xda,
- 0x8f, 0xaf, 0x04, 0x97, 0x61, 0xce, 0x2b, 0x8e, 0xa3, 0x47, 0x36, 0x91, 0x71, 0x04, 0x2e, 0xe6,
- 0x7f, 0x02, 0x0d, 0x6c, 0xc2, 0x2c, 0xbf, 0x56, 0x94, 0x42, 0x4b, 0xe1, 0x32, 0x48, 0x11, 0xb3,
- 0xd2, 0x05, 0x1c, 0x9f, 0x4e, 0xcb, 0xa7, 0x93, 0x6c, 0x11, 0x34, 0x9e, 0x66, 0x81, 0x5d, 0xeb,
- 0x30, 0x9f, 0x03, 0x49, 0xac, 0x04, 0x6c, 0x09, 0xd0, 0x32, 0x34, 0xcb, 0x1b, 0xc1, 0x96, 0xb9,
- 0xad, 0x52, 0x24, 0xdd, 0x22, 0x97, 0x55, 0x72, 0x40, 0xcd, 0x46, 0x18, 0x96, 0x00, 0x69, 0x0c,
- 0x4d, 0x36, 0x4b, 0x05, 0x81, 0x72, 0x9f, 0x81, 0xbe, 0x9c, 0x48, 0xb2, 0x45, 0x68, 0x71, 0x52,
- 0x8c, 0xcb, 0x12, 0x84, 0x9a, 0x15, 0x53, 0x41, 0x55, 0x01, 0xd9, 0x16, 0x01, 0x0d, 0x28, 0x82,
- 0xc6, 0x49, 0x31, 0x5e, 0x8d, 0xce, 0xcb, 0xb3, 0xc1, 0xea, 0x8c, 0x67, 0xb2, 0x92, 0x6c, 0x11,
- 0xc2, 0x12, 0x30, 0x9d, 0x0c, 0xc4, 0x65, 0x40, 0x1c, 0x08, 0xc4, 0x21, 0x40, 0x9c, 0x06, 0xc4,
- 0x01, 0x48, 0x16, 0x25, 0x83, 0xd5, 0xe2, 0xc8, 0x7b, 0xb8, 0xe3, 0xc8, 0x71, 0x79, 0x21, 0xcc,
- 0x12, 0x68, 0xbd, 0x72, 0x11, 0x5a, 0x04, 0xa1, 0x63, 0x0d, 0x70, 0xa9, 0xe1, 0xb4, 0xe2, 0x1c,
- 0x50, 0xed, 0x79, 0x12, 0x93, 0xf7, 0x8a, 0x5c, 0x48, 0xea, 0x5a, 0x5e, 0x88, 0x54, 0x81, 0x49,
- 0x42, 0xab, 0x64, 0x74, 0x8b, 0x3a, 0x81, 0xf8, 0x04, 0xc4, 0x51, 0xcb, 0x3c, 0x48, 0xcc, 0xb0,
- 0x2b, 0x76, 0x00, 0x71, 0x3e, 0x96, 0xda, 0x52, 0x04, 0x88, 0x8f, 0x61, 0x58, 0xe6, 0xbc, 0xe2,
- 0x34, 0x30, 0x0e, 0x63, 0xc8, 0xca, 0x47, 0x78, 0x15, 0x39, 0xad, 0xf0, 0x07, 0xe2, 0x1b, 0x50,
- 0x8b, 0xcc, 0x49, 0x2d, 0x7e, 0x40, 0x18, 0x00, 0x1f, 0x32, 0xbf, 0xd3, 0x2e, 0x1d, 0x9e, 0xd5,
- 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
+ 0xce, 0x00, 0x00, 0x02, 0x35, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xe5, 0x95, 0x3d, 0x68, 0x53,
+ 0x51, 0x14, 0xc7, 0x7f, 0x41, 0x94, 0x0c, 0x11, 0x62, 0x71, 0x68, 0x29, 0x7e, 0x6d, 0x8e, 0xe2,
+ 0x50, 0xc1, 0xa5, 0x0e, 0x0e, 0x82, 0x88, 0x11, 0x14, 0x44, 0x82, 0x45, 0x0b, 0x82, 0x48, 0x91,
+ 0xda, 0x36, 0xe0, 0x12, 0x13, 0x2d, 0x34, 0xf7, 0xdc, 0x7c, 0xa0, 0xa0, 0x4d, 0xde, 0x26, 0x76,
+ 0xd1, 0xc5, 0x14, 0x14, 0x2a, 0x2e, 0x4e, 0x55, 0x10, 0xfc, 0x58, 0xd4, 0x49, 0x87, 0x2c, 0x2e,
+ 0x35, 0xa0, 0x94, 0x52, 0x29, 0xbd, 0x0e, 0xb9, 0x2f, 0xbe, 0xbc, 0xa6, 0xad, 0x37, 0xa4, 0x93,
+ 0xc3, 0xe1, 0xf1, 0x2e, 0xf7, 0x9e, 0xdf, 0xfd, 0x9f, 0xff, 0x79, 0xe7, 0x61, 0x8c, 0xc1, 0x25,
+ 0xca, 0xe5, 0xf2, 0x45, 0xcf, 0xf3, 0xce, 0x07, 0xd7, 0x30, 0x44, 0xd0, 0x1c, 0xe3, 0x09, 0xdb,
+ 0x5a, 0xd6, 0x4b, 0xc4, 0xc9, 0x71, 0xb4, 0xb1, 0xc7, 0x1d, 0x34, 0xe7, 0x79, 0x5e, 0xb5, 0x25,
+ 0x61, 0x91, 0x7e, 0x84, 0x55, 0x34, 0xb7, 0x5a, 0xd6, 0x85, 0xa7, 0x08, 0xb5, 0xae, 0x81, 0x6c,
+ 0xd2, 0x07, 0x08, 0xbf, 0x11, 0x0e, 0x19, 0x63, 0x40, 0x73, 0x01, 0xc1, 0xa0, 0x18, 0xea, 0x2e,
+ 0x28, 0x43, 0x0c, 0xe1, 0x2b, 0x9a, 0x0f, 0x14, 0xd8, 0x83, 0xb0, 0x80, 0xf0, 0xfc, 0x6f, 0x79,
+ 0xbb, 0x04, 0xb2, 0xaa, 0x06, 0x11, 0x56, 0x11, 0x3e, 0x23, 0xd4, 0x29, 0xd2, 0xbf, 0x25, 0x20,
+ 0x0b, 0x7b, 0x81, 0x60, 0x10, 0x46, 0x5a, 0x1b, 0xa6, 0xdb, 0xa0, 0x02, 0xe7, 0x10, 0x0c, 0x53,
+ 0xec, 0xdf, 0x5a, 0x90, 0x22, 0xf1, 0x1f, 0x82, 0xc8, 0xb3, 0x0f, 0x4d, 0x0e, 0x45, 0x09, 0xc5,
+ 0x24, 0x9a, 0x53, 0x18, 0x22, 0x8e, 0xcd, 0xd0, 0x8b, 0x50, 0x24, 0xc3, 0x8e, 0xb6, 0x20, 0x14,
+ 0x37, 0x11, 0x96, 0x11, 0x7e, 0x22, 0xd4, 0x10, 0x16, 0x6d, 0xf7, 0x7c, 0x42, 0x71, 0xc9, 0x07,
+ 0x6e, 0x06, 0x5a, 0xf7, 0x02, 0x4d, 0x25, 0xc2, 0x0a, 0xc2, 0x43, 0x8a, 0xf4, 0x04, 0xe6, 0xd7,
+ 0x49, 0x84, 0x97, 0x16, 0x38, 0x8b, 0x62, 0x67, 0x7a, 0x26, 0xfd, 0x2d, 0x3f, 0x9d, 0xff, 0xee,
+ 0x79, 0x5e, 0xd5, 0x21, 0x2e, 0xfb, 0x72, 0xef, 0x20, 0x2c, 0xf9, 0x90, 0x36, 0x75, 0x1f, 0x42,
+ 0x58, 0x8a, 0x95, 0x62, 0xf5, 0xec, 0x7c, 0xd6, 0xa4, 0x67, 0xd2, 0xb5, 0x4a, 0xa5, 0xf2, 0xca,
+ 0x21, 0xae, 0xfa, 0x20, 0x8d, 0xf0, 0x63, 0x23, 0xe9, 0x89, 0x6a, 0x62, 0x36, 0x7e, 0x2f, 0x6e,
+ 0xa2, 0x85, 0xe8, 0x22, 0x25, 0xfa, 0x3a, 0x2b, 0x5d, 0xe3, 0xc6, 0x26, 0x38, 0x32, 0x42, 0x06,
+ 0xa7, 0x06, 0x1e, 0x0d, 0x98, 0xe4, 0xb3, 0xe4, 0x63, 0x3b, 0xc3, 0x5e, 0x87, 0xcd, 0xfe, 0x37,
+ 0x50, 0x63, 0xcc, 0x2f, 0xa3, 0xb8, 0xdd, 0xa6, 0x6c, 0x13, 0xd6, 0xa3, 0x94, 0x9d, 0xca, 0xc7,
+ 0xad, 0x9f, 0xd3, 0xce, 0x20, 0x9b, 0xd0, 0x43, 0x58, 0x20, 0x43, 0x34, 0xa0, 0x64, 0xdc, 0x8e,
+ 0xfa, 0x89, 0x90, 0xc2, 0x2c, 0xc2, 0x0a, 0x9a, 0x03, 0xee, 0xa0, 0x1c, 0x7b, 0x11, 0x0e, 0xaf,
+ 0x81, 0x08, 0xe3, 0x6b, 0x0e, 0x4d, 0xb1, 0x0b, 0xcd, 0x2f, 0x14, 0x77, 0x9d, 0x41, 0xa1, 0x72,
+ 0x8d, 0xad, 0x07, 0x69, 0xee, 0xd1, 0xdc, 0x47, 0xa8, 0x77, 0x0c, 0x42, 0x73, 0xc3, 0x96, 0x6b,
+ 0x6c, 0xc3, 0x83, 0xc2, 0x35, 0x04, 0x43, 0x85, 0xed, 0xce, 0xa0, 0x26, 0xa4, 0xf1, 0x1c, 0x46,
+ 0x48, 0x21, 0x9c, 0x41, 0x38, 0x8b, 0x70, 0x05, 0x21, 0x11, 0xd8, 0x3b, 0x6c, 0x3b, 0xb5, 0xc7,
+ 0xcd, 0x23, 0x61, 0xd4, 0x87, 0xd8, 0xf7, 0x8f, 0xb6, 0x7c, 0xe1, 0x38, 0x88, 0x21, 0x82, 0xe2,
+ 0x1d, 0xc2, 0x7b, 0xb7, 0xf6, 0x16, 0x46, 0x6c, 0x92, 0xd1, 0x00, 0xb8, 0xcf, 0xfe, 0x92, 0x5b,
+ 0x41, 0x0a, 0x85, 0xf0, 0xc6, 0xbe, 0x9f, 0x70, 0x03, 0x69, 0xe6, 0x10, 0xae, 0xb7, 0xf1, 0x61,
+ 0x37, 0xc2, 0x7c, 0x1b, 0x55, 0x6f, 0xd1, 0x24, 0x3b, 0xfa, 0x8e, 0x36, 0x31, 0xfe, 0x34, 0xc2,
+ 0x17, 0x0b, 0x39, 0xe2, 0x3a, 0x7e, 0x8c, 0x31, 0xfc, 0x01, 0xd6, 0xd9, 0x7e, 0x11, 0x54, 0x26,
+ 0xa6, 0x28, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
 };
 
 const BITMAP_OPAQUE rotate_pos_y_xpm[1] = {{ png, sizeof( png ), "rotate_pos_y_xpm" }};

=== modified file 'bitmaps_png/cpp_26/rotate_pos_z.cpp'
--- bitmaps_png/cpp_26/rotate_pos_z.cpp	2015-07-01 16:07:42 +0000
+++ bitmaps_png/cpp_26/rotate_pos_z.cpp	2015-07-26 11:29:28 +0000
@@ -8,47 +8,51 @@
 static const unsigned char png[] = {
  0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
  0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
- 0xce, 0x00, 0x00, 0x02, 0x75, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x96, 0x4b, 0x68, 0x13,
- 0x51, 0x14, 0x86, 0x7f, 0x15, 0x7c, 0xa0, 0xa8, 0x20, 0x82, 0xdb, 0x76, 0x61, 0xb4, 0x56, 0x24,
- 0xd0, 0x0a, 0xc1, 0x22, 0x22, 0xb4, 0x06, 0x66, 0x27, 0xba, 0x28, 0x16, 0x8b, 0xe0, 0x52, 0xa9,
- 0x56, 0xd3, 0x58, 0x29, 0x5a, 0x10, 0xa4, 0x77, 0xa2, 0x62, 0x4a, 0xc1, 0x4c, 0x2c, 0x56, 0xd4,
- 0x85, 0x08, 0x96, 0x6e, 0xc4, 0x22, 0x0a, 0x42, 0x55, 0xaa, 0x08, 0x8a, 0x3b, 0x05, 0x37, 0x8a,
- 0x08, 0x82, 0xe0, 0x42, 0xf1, 0x05, 0xbd, 0xfe, 0xf7, 0xe6, 0x06, 0x92, 0x38, 0xc9, 0x9c, 0x29,
- 0xba, 0xf8, 0x39, 0x24, 0x73, 0xee, 0xf9, 0x6e, 0xce, 0x6b, 0x02, 0xad, 0x35, 0x24, 0xc2, 0x08,
- 0x56, 0x21, 0x87, 0x69, 0xf8, 0x58, 0x27, 0x3d, 0x53, 0x75, 0x5e, 0xec, 0x78, 0x0e, 0x1b, 0x08,
- 0xd1, 0x84, 0xed, 0xa0, 0x52, 0xd4, 0x4e, 0xc2, 0x3b, 0xf8, 0x7d, 0xcb, 0xbc, 0x41, 0x0c, 0xb7,
- 0x80, 0x01, 0xb6, 0x33, 0xf0, 0x25, 0x8c, 0x62, 0x65, 0x0d, 0xa8, 0xc7, 0xda, 0x6a, 0x7d, 0xa0,
- 0x46, 0xa1, 0xb0, 0x55, 0x0c, 0xb2, 0xb7, 0xf5, 0xf1, 0xc6, 0x05, 0xf8, 0x48, 0x40, 0xfb, 0x5f,
- 0xbf, 0x48, 0x61, 0x1f, 0xf5, 0x3d, 0x04, 0xf8, 0x42, 0x04, 0xa2, 0xe3, 0x7e, 0xea, 0x37, 0xf5,
- 0x8a, 0xea, 0xc2, 0x2d, 0x2c, 0x0a, 0x4b, 0x9d, 0xf3, 0x4d, 0x53, 0x73, 0x55, 0x20, 0x85, 0xd3,
- 0x91, 0x20, 0x13, 0x94, 0xce, 0xef, 0xa8, 0x7b, 0x4c, 0xc2, 0x92, 0x46, 0x35, 0xaa, 0xb8, 0xd8,
- 0x61, 0x7b, 0x26, 0x87, 0x23, 0xb4, 0x93, 0xd4, 0x67, 0x0c, 0x63, 0x69, 0x63, 0x90, 0x29, 0x6e,
- 0xe9, 0x56, 0x9d, 0x51, 0xcd, 0x10, 0xfa, 0x9c, 0xf5, 0x71, 0xe7, 0xf7, 0x34, 0x06, 0x9d, 0xc7,
- 0x7a, 0x97, 0x82, 0xbd, 0xf3, 0x04, 0x75, 0xda, 0xe7, 0x6c, 0xa2, 0xe8, 0x1a, 0x29, 0xbc, 0xa6,
- 0xf3, 0x23, 0x06, 0x5b, 0x1e, 0x07, 0x84, 0x0b, 0x58, 0xc6, 0x67, 0xf7, 0x6d, 0xea, 0x2a, 0xea,
- 0x5a, 0x1f, 0x94, 0x83, 0x47, 0x67, 0xd3, 0x4d, 0xb3, 0x9c, 0x91, 0x4d, 0x95, 0xcf, 0x9a, 0x27,
- 0x9a, 0x37, 0xb7, 0x5d, 0x6b, 0xd3, 0x89, 0x89, 0x44, 0xba, 0xe6, 0x72, 0x09, 0x9e, 0x9b, 0xe1,
- 0x99, 0x5f, 0x54, 0xb7, 0xbc, 0xbd, 0x7d, 0x6c, 0xa3, 0x3e, 0xb9, 0x34, 0x3e, 0xa7, 0x4e, 0x31,
- 0x58, 0x6f, 0x53, 0xd0, 0x74, 0x68, 0x68, 0x66, 0x48, 0x27, 0xaf, 0x26, 0xcf, 0xb8, 0x59, 0x3a,
- 0x49, 0xfb, 0xd8, 0xf9, 0x7d, 0x31, 0x5d, 0x1a, 0x7f, 0x60, 0xd9, 0x39, 0xe6, 0x76, 0xb6, 0x03,
- 0x7d, 0xfc, 0x08, 0x99, 0x17, 0xa3, 0x9f, 0xd4, 0x43, 0x5e, 0xe2, 0x00, 0xfd, 0x57, 0xfc, 0x93,
- 0x15, 0x84, 0xb3, 0x58, 0xd3, 0x7a, 0xa5, 0xb5, 0xa7, 0xef, 0x41, 0x9f, 0x4e, 0xdd, 0x48, 0x9d,
- 0xe0, 0xe7, 0xb5, 0x66, 0x7b, 0xfc, 0x97, 0x5d, 0x97, 0xbc, 0x9e, 0xdc, 0xe2, 0xdd, 0xf6, 0x74,
- 0x76, 0x3c, 0xfb, 0xb6, 0x50, 0x28, 0x4c, 0x4b, 0x15, 0x04, 0xc1, 0x5d, 0xaa, 0x43, 0x0c, 0x1a,
- 0x2b, 0x8c, 0x0d, 0x7a, 0x79, 0x4f, 0xe7, 0x83, 0xfc, 0xcb, 0x62, 0xb1, 0x38, 0x25, 0x15, 0x61,
- 0x93, 0xb4, 0xed, 0x22, 0x08, 0x6f, 0x34, 0x40, 0x69, 0x1e, 0xca, 0xba, 0x1a, 0x2e, 0x64, 0x7d,
- 0x2e, 0x52, 0x37, 0x6b, 0x74, 0x87, 0x7a, 0x12, 0x96, 0x56, 0x31, 0xc4, 0xd8, 0x8a, 0x66, 0x59,
- 0xcc, 0x80, 0x53, 0x76, 0x0c, 0xca, 0x52, 0x78, 0x4a, 0xfb, 0x95, 0xfa, 0x16, 0xbb, 0x46, 0x0c,
- 0x9e, 0xa9, 0x85, 0xd4, 0x2d, 0xb6, 0xc2, 0xa0, 0xeb, 0xc6, 0x74, 0x2c, 0x10, 0xf3, 0x7a, 0xdc,
- 0x41, 0x32, 0x82, 0x97, 0x62, 0x8b, 0x1d, 0x03, 0x85, 0xf1, 0x58, 0x5d, 0xc7, 0xe0, 0xc7, 0x0c,
- 0xc4, 0xc0, 0x22, 0x21, 0xa5, 0xad, 0xff, 0xcc, 0x6e, 0x71, 0xf7, 0x92, 0x14, 0x81, 0xca, 0x10,
- 0x63, 0x45, 0xf3, 0xa1, 0x90, 0xb5, 0x29, 0x1b, 0xc1, 0x2e, 0xf1, 0x1c, 0xb1, 0xab, 0xfa, 0x63,
- 0x42, 0x36, 0xba, 0xcd, 0x71, 0x59, 0x3c, 0xb0, 0x0c, 0x7e, 0xd4, 0xb5, 0x70, 0xbf, 0x08, 0x52,
- 0x4a, 0xd9, 0x6c, 0x54, 0xca, 0xaa, 0x40, 0x65, 0x88, 0xb1, 0xe2, 0x95, 0xa2, 0x90, 0x71, 0x5d,
- 0xd6, 0x25, 0xf2, 0x67, 0xf0, 0xde, 0xd8, 0x90, 0x61, 0xac, 0xe6, 0xe6, 0x9e, 0xab, 0xb3, 0x6c,
- 0xdf, 0x87, 0x9e, 0x61, 0xaa, 0xba, 0x09, 0x39, 0x18, 0xfb, 0x0f, 0x61, 0x8e, 0xe5, 0xf7, 0x31,
- 0x60, 0xff, 0x2f, 0x54, 0x4a, 0x61, 0x77, 0x98, 0xff, 0x1f, 0x9b, 0x2f, 0x58, 0xbc, 0x81, 0x5c,
- 0x52, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
+ 0xce, 0x00, 0x00, 0x02, 0xa8, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x96, 0x4d, 0x68, 0x13,
+ 0x41, 0x14, 0xc7, 0x9f, 0x0a, 0x7e, 0xa0, 0xa8, 0x20, 0x82, 0x57, 0x3d, 0x58, 0xad, 0x8a, 0x14,
+ 0xac, 0x10, 0xac, 0x65, 0x77, 0x36, 0xc6, 0x94, 0xdc, 0xc4, 0x1e, 0x6a, 0x8b, 0xb5, 0x20, 0xd4,
+ 0x43, 0x8b, 0x5a, 0x4d, 0x63, 0x8b, 0x68, 0xc1, 0x8b, 0xde, 0x54, 0x82, 0x26, 0x51, 0x29, 0x8a,
+ 0x66, 0x67, 0xf7, 0x10, 0x0a, 0x12, 0x1b, 0xab, 0x07, 0xf1, 0x8b, 0x2a, 0xa2, 0xd2, 0x9b, 0x82,
+ 0x17, 0x45, 0x04, 0x41, 0xf0, 0xa0, 0xf8, 0x05, 0x5d, 0xff, 0xb3, 0x3b, 0x2d, 0x59, 0xbb, 0x66,
+ 0x67, 0x8b, 0x1e, 0x1e, 0x2f, 0xd9, 0x9d, 0x37, 0xbf, 0xd9, 0xff, 0xfb, 0xd8, 0x25, 0xc7, 0x71,
+ 0x48, 0xc5, 0x28, 0x6e, 0x2f, 0x23, 0x83, 0x57, 0x48, 0xb3, 0x57, 0xa9, 0xc6, 0xf8, 0xe2, 0x95,
+ 0x17, 0x6a, 0xc5, 0x75, 0xc4, 0xb8, 0x43, 0x71, 0x53, 0x23, 0xc3, 0x8e, 0x11, 0x2b, 0x32, 0xc0,
+ 0x9b, 0xf0, 0xbb, 0x7e, 0xd6, 0x20, 0x5c, 0x9d, 0x43, 0xcc, 0x6a, 0x26, 0x66, 0x5e, 0xa4, 0x96,
+ 0xeb, 0x4b, 0x7d, 0x20, 0xc3, 0xea, 0x70, 0xbd, 0xdf, 0xde, 0xc3, 0xce, 0x13, 0xb3, 0xb7, 0x2a,
+ 0x83, 0xbc, 0xd3, 0xf2, 0xd7, 0x72, 0x83, 0x0f, 0x90, 0xab, 0x71, 0xe6, 0x13, 0xf1, 0x76, 0x1c,
+ 0xe2, 0xdb, 0x0c, 0xa0, 0xc1, 0x5f, 0x28, 0x81, 0x48, 0xe7, 0x7b, 0x11, 0xf0, 0x0b, 0x36, 0x01,
+ 0x4b, 0x50, 0xab, 0x3d, 0x2f, 0x48, 0x3a, 0xef, 0x40, 0xc5, 0x24, 0xfe, 0x4f, 0xfa, 0x61, 0xd6,
+ 0xc9, 0x50, 0x90, 0xd8, 0x14, 0xa0, 0xb7, 0x58, 0x3c, 0x46, 0x2d, 0xb7, 0x16, 0xd4, 0xca, 0xd1,
+ 0xf4, 0x35, 0xc6, 0x7b, 0xbd, 0x18, 0x7e, 0x08, 0x71, 0x25, 0xf8, 0x4f, 0xa4, 0x0d, 0x2f, 0xac,
+ 0x0d, 0x12, 0xc9, 0x75, 0x1f, 0xbf, 0xb8, 0x23, 0xac, 0x18, 0x02, 0xef, 0x23, 0x3f, 0x5e, 0xbc,
+ 0xb9, 0xbb, 0x36, 0xc8, 0xe0, 0x6b, 0xa5, 0x04, 0xad, 0xb3, 0x02, 0xe1, 0x80, 0x52, 0xbe, 0xe6,
+ 0xf0, 0x1c, 0x31, 0xfe, 0x0a, 0xf6, 0x90, 0x12, 0xd7, 0x16, 0x47, 0x01, 0x51, 0xcc, 0x5e, 0x84,
+ 0x7b, 0x77, 0x5d, 0xe9, 0xaa, 0xf2, 0x5a, 0xa3, 0x18, 0xcc, 0x14, 0x16, 0x8b, 0x6a, 0x1a, 0x27,
+ 0xbd, 0xb8, 0xa1, 0xfa, 0xde, 0x9a, 0xf6, 0xf2, 0xa6, 0x2d, 0x07, 0xc6, 0x9c, 0xba, 0x7d, 0xe5,
+ 0xa4, 0x3f, 0xc6, 0xae, 0x43, 0xdc, 0x03, 0xc4, 0xfc, 0xc4, 0xd3, 0xb4, 0xa9, 0x97, 0xb7, 0x6e,
+ 0x6d, 0x43, 0xd0, 0x47, 0x29, 0xe3, 0x33, 0x48, 0x7a, 0x02, 0xbd, 0xd3, 0xb9, 0x7a, 0xcf, 0xcd,
+ 0x9e, 0xe3, 0x57, 0x26, 0x9c, 0x86, 0xee, 0xdb, 0xa7, 0xdc, 0x5e, 0x32, 0xcc, 0x41, 0xdc, 0x7f,
+ 0x24, 0xd7, 0x7d, 0x16, 0x55, 0x1a, 0xbd, 0x61, 0x51, 0x39, 0xe2, 0x74, 0x6e, 0x05, 0x32, 0xfe,
+ 0x3d, 0xa0, 0x41, 0x85, 0xfd, 0x40, 0x2f, 0xdd, 0x83, 0xef, 0xc2, 0x58, 0x5a, 0xf2, 0x4f, 0x46,
+ 0x10, 0x19, 0xa5, 0x15, 0x1b, 0xbb, 0x46, 0x3b, 0x0e, 0x66, 0x9f, 0x3b, 0xb1, 0x9e, 0x3b, 0xc7,
+ 0x68, 0xbb, 0xbd, 0x52, 0x4c, 0x8f, 0xff, 0x32, 0xeb, 0x1a, 0xba, 0x2b, 0x9b, 0x53, 0x83, 0xf7,
+ 0x9d, 0xcc, 0x99, 0x1b, 0x6f, 0x72, 0xb9, 0x5c, 0x45, 0xd5, 0xf2, 0xf9, 0xfc, 0x28, 0xac, 0x49,
+ 0x19, 0x94, 0xbd, 0x90, 0x1b, 0x48, 0xf5, 0x5e, 0x75, 0xce, 0x65, 0x0b, 0x2f, 0x0b, 0x85, 0xc2,
+ 0x88, 0xaa, 0x01, 0x56, 0x82, 0x6f, 0x54, 0x82, 0xe0, 0x44, 0xfd, 0x30, 0x07, 0x41, 0x19, 0x57,
+ 0x86, 0xa1, 0xa1, 0xb9, 0xc8, 0xcd, 0x59, 0x4c, 0x05, 0xee, 0x33, 0x66, 0x95, 0x91, 0xb7, 0xc7,
+ 0x41, 0xb2, 0x2a, 0x43, 0x84, 0xaf, 0x1a, 0x57, 0xf3, 0x51, 0x8d, 0x23, 0x6e, 0x1b, 0x4c, 0x9b,
+ 0xf9, 0x04, 0xfe, 0x0b, 0x60, 0x5f, 0x23, 0xe7, 0x08, 0x9b, 0xa7, 0xff, 0x84, 0xfc, 0x35, 0xd9,
+ 0xba, 0x35, 0x20, 0x47, 0x58, 0x32, 0x12, 0x08, 0xba, 0x1e, 0x95, 0x90, 0x74, 0x78, 0x55, 0xda,
+ 0xf5, 0x6e, 0x1b, 0xe8, 0xfc, 0x72, 0xa4, 0xaa, 0xc3, 0xe6, 0x47, 0x04, 0x44, 0xc0, 0x42, 0x21,
+ 0x62, 0xea, 0x33, 0xfe, 0xd4, 0x9d, 0xe2, 0xf2, 0x25, 0xa9, 0x04, 0x9a, 0x82, 0x08, 0xaf, 0xd4,
+ 0x1f, 0xcc, 0xcc, 0xb8, 0x92, 0xe9, 0xd6, 0x4e, 0xe5, 0x3e, 0x42, 0x55, 0xf5, 0x45, 0x82, 0xc4,
+ 0xf9, 0x7a, 0x39, 0x39, 0x2e, 0x29, 0x37, 0x2c, 0x36, 0x3f, 0x2c, 0x4b, 0xb8, 0x4f, 0x09, 0xe2,
+ 0x49, 0x36, 0x1e, 0x26, 0x99, 0x0f, 0x34, 0x05, 0x11, 0x5e, 0x79, 0xa4, 0xe8, 0x3c, 0x2d, 0x67,
+ 0x5e, 0x42, 0x69, 0x3d, 0x36, 0xef, 0x8c, 0x0c, 0xd1, 0x86, 0x97, 0xa3, 0x5f, 0x26, 0x83, 0x87,
+ 0xad, 0xf5, 0x2e, 0x30, 0x06, 0x52, 0xb5, 0x01, 0xb2, 0x3f, 0xf2, 0x07, 0x21, 0xb3, 0x4e, 0xe3,
+ 0x75, 0xd1, 0xef, 0x7d, 0x2f, 0x54, 0x99, 0xce, 0x77, 0x05, 0xad, 0xff, 0x0d, 0x5c, 0x6f, 0xa0,
+ 0x56, 0x31, 0x74, 0xe9, 0xe2, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
+ 0x82,
 };
 
 const BITMAP_OPAQUE rotate_pos_z_xpm[1] = {{ png, sizeof( png ), "rotate_pos_z_xpm" }};

=== modified file 'bitmaps_png/sources/rotate_neg_y.svg'
--- bitmaps_png/sources/rotate_neg_y.svg	2015-07-01 16:07:42 +0000
+++ bitmaps_png/sources/rotate_neg_y.svg	2015-07-26 11:25:38 +0000
@@ -36,16 +36,16 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="1064"
-     inkscape:window-height="770"
+     inkscape:window-width="1366"
+     inkscape:window-height="744"
      id="namedview23"
      showgrid="false"
      inkscape:zoom="9.44"
      inkscape:cx="12.5"
      inkscape:cy="16.737288"
-     inkscape:window-x="72"
+     inkscape:window-x="0"
      inkscape:window-y="24"
-     inkscape:window-maximized="0"
+     inkscape:window-maximized="1"
      inkscape:current-layer="surface1" />
   <g
      id="surface1"
@@ -61,7 +61,7 @@
        id="path7"
        inkscape:connector-curvature="0" />
     <path
-       style="fill:none;stroke:#0042a8;stroke-width:1.06767952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       style="fill:none;stroke:#008a00;stroke-width:1.06767951999999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
        d="M 2.3818985,18.889521 11.065404,10.036505"
        id="path13"
        inkscape:connector-curvature="0" />
@@ -71,31 +71,32 @@
        id="path15"
        inkscape:connector-curvature="0" />
     <path
-       style="fill:none;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+       style="fill:none;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
        d="m 7.3029681,17.994283 c 0,0 3.2617199,2.171847 4.8945329,0.543 1.632813,-1.632846 0.816406,-4.625001 -1.902344,-7.343771 C 7.5724997,8.4747419 4.5803111,7.6583571 2.9514045,9.2911268 1.3185909,10.92005 3.4943731,14.185667 3.4943731,14.185667"
        id="path17"
        inkscape:connector-curvature="0" />
     <path
-       style="fill:#0042a8;fill-opacity:1;fill-rule:nonzero;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+       style="fill:#008a00;fill-opacity:1;fill-rule:nonzero;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
        d="m 3.6662485,10.861512 c -0.3867193,1.539 0,3.074155 0.089843,3.792924 C 2.9396852,13.838051 1.2834347,12.353666 1.0334347,10.84582 z"
        id="path19"
        inkscape:connector-curvature="0" />
     <g
        id="g3916"
-       transform="translate(25.084746,6.3559321)">
+       transform="translate(25.084746,6.3559321)"
+       style="stroke:#008a00">
       <path
          inkscape:connector-curvature="0"
-         style="fill:none;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+         style="fill:none;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
          d="m -10.78317,-5.240585 2.308594,3.460924"
          id="path11-0" />
       <path
          inkscape:connector-curvature="0"
-         style="fill:none;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+         style="fill:none;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
          d="m -6.165982,-5.240585 -2.308594,3.460924"
          id="path13-9" />
       <path
          inkscape:connector-curvature="0"
-         style="fill:none;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+         style="fill:none;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
          d="m -8.474576,1.681263 0,-3.460924"
          id="path21-4" />
     </g>

=== modified file 'bitmaps_png/sources/rotate_neg_z.svg'
--- bitmaps_png/sources/rotate_neg_z.svg	2015-07-01 16:07:42 +0000
+++ bitmaps_png/sources/rotate_neg_z.svg	2015-07-26 11:25:53 +0000
@@ -13,7 +13,7 @@
    version="1.1"
    id="svg2"
    inkscape:version="0.48.4 r9939"
-   sodipodi:docname="rotate_neg_y.svg">
+   sodipodi:docname="rotate_neg_z.svg">
   <metadata
      id="metadata27">
     <rdf:RDF>
@@ -36,16 +36,16 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="1434"
-     inkscape:window-height="971"
+     inkscape:window-width="1366"
+     inkscape:window-height="744"
      id="namedview23"
      showgrid="false"
      inkscape:zoom="9.44"
      inkscape:cx="-4.7669492"
      inkscape:cy="12.5"
-     inkscape:window-x="102"
-     inkscape:window-y="140"
-     inkscape:window-maximized="0"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="1"
      inkscape:current-layer="svg2" />
   <path
      inkscape:connector-curvature="0"
@@ -61,7 +61,7 @@
      inkscape:connector-curvature="0"
      id="path9"
      d="m 9.2304712,0.5235771 0,10.6040219"
-     style="fill:none;stroke:#008a00;stroke-width:1.13105476;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
+     style="fill:none;stroke:#0042a8;stroke-width:1.13105476000000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
   <path
      inkscape:connector-curvature="0"
      id="path15"
@@ -71,29 +71,30 @@
      inkscape:connector-curvature="0"
      id="path17"
      d="m 6.5390643,2.3393189 c 0,0 -3.8476573,0.7695386 -3.8476573,3.0780778 0,2.304693 2.6914069,3.8437704 6.5390642,3.8437704 3.8476578,0 6.5390648,-1.5390774 6.5390648,-3.8437704 0,-2.3085392 -3.847658,-3.0780778 -3.847658,-3.0780778"
-     style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+     style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
   <path
      inkscape:connector-curvature="0"
      id="path19"
      d="M 5.3828139,4.2611656 C 6.5390643,2.7220882 6.9218767,2.3393189 7.6914085,1.9525495 c -1.1523442,0 -3.3750011,-0.121077 -4.613283,0.7695387 z"
-     style="fill:#008a00;fill-opacity:1;fill-rule:nonzero;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+     style="fill:#0042a8;fill-opacity:1;fill-rule:nonzero;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
   <g
      id="g4502"
-     transform="translate(33.898305,19.359322)">
+     transform="translate(33.898305,19.359322)"
+     style="stroke:#0042a8;stroke-opacity:1">
     <path
        inkscape:connector-curvature="0"
        id="path9-8"
        d="m -21.376391,-6.2575298 4.617189,0"
-       style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+       style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
     <path
        inkscape:connector-curvature="0"
        id="path11-8"
        d="m -16.759202,-6.2575298 -4.617189,6.92184819"
-       style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+       style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
     <path
        inkscape:connector-curvature="0"
        id="path21-2"
        d="m -16.759202,0.66431839 -4.617189,0"
-       style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+       style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
   </g>
 </svg>

=== modified file 'bitmaps_png/sources/rotate_pos_y.svg'
--- bitmaps_png/sources/rotate_pos_y.svg	2015-07-01 16:07:42 +0000
+++ bitmaps_png/sources/rotate_pos_y.svg	2015-07-26 11:24:13 +0000
@@ -36,16 +36,16 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="916"
-     inkscape:window-height="630"
+     inkscape:window-width="1366"
+     inkscape:window-height="744"
      id="namedview23"
      showgrid="false"
      inkscape:zoom="9.44"
      inkscape:cx="4.0254237"
      inkscape:cy="12.5"
-     inkscape:window-x="195"
-     inkscape:window-y="119"
-     inkscape:window-maximized="0"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="1"
      inkscape:current-layer="surface1" />
   <g
      id="surface1"
@@ -61,7 +61,7 @@
        id="path7"
        inkscape:connector-curvature="0" />
     <path
-       style="fill:none;stroke:#0042a8;stroke-width:1.07692337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       style="fill:none;stroke:#008a00;stroke-width:1.07692337000000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
        d="M 1.3695712,18.630662 10.213324,9.7868897"
        id="path13"
        inkscape:connector-curvature="0" />
@@ -72,32 +72,33 @@
        id="path15"
        inkscape:connector-curvature="0" />
     <path
-       style="fill:none;stroke:#0042a8;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+       style="fill:none;stroke:#008a00;stroke-width:1.50000000000000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
        d="m 8.6125,1049.2036 c 0,0 4.240234,2.8234 6.362891,0.7059 2.122656,-2.1227 1.061328,-6.0125 -2.473047,-9.5469 -3.539453,-3.5344 -7.429297,-4.5957 -9.546875,-2.4731 -2.122657,2.1176 0.705859,6.3629 0.705859,6.3629"
        transform="matrix(0.769231,0,0,0.769231,0,-789.50938)"
        id="path17"
        inkscape:connector-curvature="0" />
     <path
-       style="fill:#0042a8;fill-opacity:1;fill-rule:nonzero;stroke:#0042a8;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+       style="fill:#008a00;fill-opacity:1;fill-rule:nonzero;stroke:#008a00;stroke-width:1.50000000000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
        d="m 11.933594,1048.4774 c -2.000782,0.5028 -4.001563,0 -4.935938,-0.1168 1.061328,1.0614 2.991016,3.2145 4.951172,3.5395 z"
        transform="matrix(0.769231,0,0,0.769231,0,-789.50938)"
        id="path19"
        inkscape:connector-curvature="0" />
     <g
        transform="translate(31.094872,-13.142667)"
-       id="g4470">
+       id="g4470"
+       style="stroke:#008a00;stroke-opacity:1">
       <path
-         style="fill:none;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+         style="fill:none;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
          d="m -16.284821,13.410556 2.308594,3.460924"
          id="path11-4"
          inkscape:connector-curvature="0" />
       <path
-         style="fill:none;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+         style="fill:none;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
          d="m -11.667633,13.410556 -2.308594,3.460924"
          id="path13-5"
          inkscape:connector-curvature="0" />
       <path
-         style="fill:none;stroke:#0042a8;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+         style="fill:none;stroke:#008a00;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
          d="m -13.976227,20.332404 0,-3.460924"
          id="path21-5"
          inkscape:connector-curvature="0" />

=== modified file 'bitmaps_png/sources/rotate_pos_z.svg'
--- bitmaps_png/sources/rotate_pos_z.svg	2015-07-01 16:07:42 +0000
+++ bitmaps_png/sources/rotate_pos_z.svg	2015-07-26 11:23:45 +0000
@@ -36,16 +36,16 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="1075"
-     inkscape:window-height="736"
+     inkscape:window-width="1366"
+     inkscape:window-height="744"
      id="namedview23"
      showgrid="false"
      inkscape:zoom="9.44"
      inkscape:cx="12.5"
      inkscape:cy="12.5"
-     inkscape:window-x="559"
-     inkscape:window-y="111"
-     inkscape:window-maximized="0"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="1"
      inkscape:current-layer="svg2" />
   <path
      id="path5"
@@ -60,7 +60,7 @@
   <path
      id="path9"
      d="m 9.2304712,0.68453142 0,10.45160458"
-     style="fill:none;stroke:#008a00;stroke-width:1.12289667;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+     style="fill:none;stroke:#0042a8;stroke-width:1.12289667000000004;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
      inkscape:connector-curvature="0" />
   <path
      id="path15"
@@ -70,30 +70,31 @@
   <path
      id="path17"
      d="m 6.5390643,2.3393189 c 0,0 -3.8476573,0.7695386 -3.8476573,3.0780778 0,2.304693 2.6914069,3.8437704 6.5390642,3.8437704 3.8476578,0 6.5390648,-1.5390774 6.5390648,-3.8437704 0,-2.3085392 -3.847658,-3.0780778 -3.847658,-3.0780778"
-     style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+     style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
      inkscape:connector-curvature="0" />
   <path
      id="path19"
      d="M 13.078129,4.2611656 C 11.921878,2.7220882 11.539066,2.3393189 10.769535,1.9525495 c 1.152343,0 3.375001,-0.121077 4.613282,0.7695387 z"
-     style="fill:#008a00;fill-opacity:1;fill-rule:nonzero;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+     style="fill:#0042a8;fill-opacity:1;fill-rule:nonzero;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
      inkscape:connector-curvature="0" />
   <g
      id="g4435"
-     transform="translate(22.627119,7.7491525)">
+     transform="translate(22.627119,7.7491525)"
+     style="stroke:#0042a8;stroke-opacity:1">
     <path
        inkscape:connector-curvature="0"
        id="path9-1"
        d="m -10.952662,5.0984002 4.6171888,0"
-       style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+       style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
     <path
        inkscape:connector-curvature="0"
        id="path11-7"
        d="M -6.3354732,5.0984002 -10.952662,12.020248"
-       style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+       style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
     <path
        inkscape:connector-curvature="0"
        id="path21-4"
        d="m -6.3354732,12.020248 -4.6171888,0"
-       style="fill:none;stroke:#008a00;stroke-width:1.1538465;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+       style="fill:none;stroke:#0042a8;stroke-width:1.15384650000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
   </g>
 </svg>


References