Fix slider color in GerbView options
This commit is contained in:
parent
96aed059e9
commit
ec3e0946a0
|
@ -7,24 +7,18 @@
|
|||
|
||||
static const unsigned char png[] = {
|
||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
|
||||
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d,
|
||||
0xf8, 0x00, 0x00, 0x00, 0xe9, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0xa0, 0x11, 0xd8,
|
||||
0xaf, 0xe1, 0xe0, 0xb0, 0x5f, 0xcd, 0xf1, 0x02, 0x6d, 0x0c, 0x57, 0x73, 0xb0, 0x39, 0xa0, 0xe6,
|
||||
0xf8, 0x72, 0xaf, 0xba, 0x93, 0x13, 0xed, 0x0d, 0x97, 0x69, 0xd8, 0x21, 0x44, 0x2d, 0xbc, 0xc8,
|
||||
0x3c, 0xcc, 0x0b, 0x64, 0xf8, 0x2e, 0x35, 0x47, 0x67, 0xa0, 0xd1, 0x8c, 0x60, 0x0b, 0xa4, 0x1a,
|
||||
0x0e, 0xff, 0x97, 0x6a, 0x3c, 0x42, 0x31, 0x76, 0xcc, 0x59, 0xfa, 0x7f, 0x8b, 0x8e, 0xfb, 0xff,
|
||||
0x7c, 0x0f, 0xff, 0xff, 0x21, 0x21, 0x21, 0x30, 0xfc, 0x83, 0x2a, 0x16, 0x80, 0x0c, 0xdf, 0xa9,
|
||||
0xe5, 0xf6, 0x19, 0x39, 0xcc, 0x13, 0x12, 0x12, 0x38, 0xa8, 0x62, 0x01, 0x36, 0xc3, 0xa9, 0x66,
|
||||
0x01, 0x2e, 0xc3, 0xa9, 0x62, 0x01, 0x3e, 0xc3, 0x29, 0xb6, 0x80, 0x90, 0xe1, 0x14, 0x59, 0x40,
|
||||
0x8c, 0xe1, 0x64, 0x5b, 0x00, 0x32, 0x7c, 0x87, 0x96, 0xdb, 0x17, 0x62, 0x72, 0x28, 0xc9, 0x16,
|
||||
0x90, 0x62, 0x38, 0xc9, 0x16, 0x90, 0x6a, 0x38, 0x49, 0x16, 0x90, 0x63, 0x38, 0xd1, 0x16, 0x90,
|
||||
0x6b, 0x38, 0x51, 0x16, 0x50, 0x62, 0x38, 0x41, 0x0b, 0x28, 0x35, 0x1c, 0xaf, 0x05, 0x30, 0xc3,
|
||||
0xb7, 0x68, 0x38, 0xba, 0x7b, 0x7a, 0x7a, 0xb2, 0x93, 0x8b, 0xa3, 0xa3, 0xa3, 0xf9, 0x30, 0x2c,
|
||||
0x80, 0x15, 0xb9, 0x05, 0x1e, 0xfe, 0xbf, 0x81, 0x92, 0x3f, 0xa9, 0x80, 0x3f, 0x32, 0xc8, 0xb5,
|
||||
0x1f, 0x16, 0x04, 0xe1, 0x25, 0x16, 0xe1, 0x9e, 0xfb, 0xd5, 0x1d, 0x5f, 0xd1, 0xa7, 0x9a, 0x1b,
|
||||
0x32, 0x86, 0x43, 0x2c, 0x70, 0xbc, 0x02, 0x6a, 0x62, 0xd0, 0xaa, 0xf9, 0x02, 0x00, 0x3e, 0x96,
|
||||
0x8f, 0xa8, 0xb9, 0xfd, 0x63, 0x76, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
|
||||
0x60, 0x82,
|
||||
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x04, 0x00, 0x00, 0x00, 0x4a, 0x7e, 0xf5,
|
||||
0x73, 0x00, 0x00, 0x00, 0x91, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0x60, 0x20, 0x01, 0x84,
|
||||
0x38, 0x84, 0x5c, 0x25, 0x45, 0xb9, 0x6d, 0xc8, 0xcb, 0x50, 0x27, 0x32, 0x94, 0x33, 0x12, 0x03,
|
||||
0x83, 0xec, 0x42, 0x5e, 0x86, 0x38, 0x03, 0x59, 0x40, 0x9d, 0xff, 0x49, 0x82, 0x3f, 0x80, 0x1a,
|
||||
0x76, 0x12, 0x80, 0x7d, 0xff, 0x43, 0xfe, 0x85, 0x14, 0x83, 0x1c, 0x93, 0xc0, 0x41, 0x84, 0x06,
|
||||
0x84, 0x72, 0xa2, 0x34, 0x20, 0x2b, 0x27, 0x42, 0x03, 0xaa, 0x72, 0x82, 0x1a, 0xd0, 0x95, 0x13,
|
||||
0xd0, 0x80, 0xa9, 0x1c, 0xaf, 0x06, 0x6c, 0xca, 0xf1, 0x68, 0xc0, 0xae, 0x1c, 0xa7, 0x06, 0x5c,
|
||||
0xca, 0x71, 0x68, 0xc0, 0xad, 0x1c, 0xab, 0x06, 0x7c, 0xca, 0xb1, 0x68, 0xc0, 0xaf, 0x1c, 0x43,
|
||||
0x03, 0x21, 0xe5, 0x68, 0x1a, 0xc0, 0xca, 0xcb, 0x3d, 0xd9, 0xf1, 0xc1, 0x68, 0x3e, 0xb0, 0x06,
|
||||
0x38, 0xfc, 0x13, 0xf2, 0x93, 0x20, 0xfc, 0x48, 0x59, 0xe6, 0xa3, 0x85, 0x72, 0xa0, 0x86, 0xab,
|
||||
0x21, 0x0e, 0xa4, 0x14, 0x35, 0x00, 0x8e, 0x14, 0x97, 0xd0, 0xc9, 0xad, 0x00, 0x12, 0x00, 0x00,
|
||||
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
};
|
||||
|
||||
const BITMAP_OPAQUE gerbview_show_negative_objects_xpm[1] = {{ png, sizeof( png ), "gerbview_show_negative_objects_xpm" }};
|
||||
|
|
|
@ -8,37 +8,36 @@
|
|||
static const unsigned char png[] = {
|
||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
|
||||
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d,
|
||||
0xf8, 0x00, 0x00, 0x01, 0xd6, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0x00, 0x82, 0xd0,
|
||||
0xf8, 0x00, 0x00, 0x01, 0xc3, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0x00, 0x82, 0xd0,
|
||||
0xd0, 0x50, 0x39, 0x20, 0x36, 0x26, 0x05, 0x07, 0x05, 0x05, 0x19, 0x39, 0x38, 0x38, 0xb0, 0x30,
|
||||
0xe0, 0x00, 0x32, 0x0d, 0x87, 0x1d, 0xa4, 0x1a, 0x8f, 0x5c, 0x05, 0x73, 0x22, 0x23, 0x23, 0x6f,
|
||||
0xc6, 0xc7, 0xc7, 0x7f, 0x4c, 0x4e, 0x4e, 0x7e, 0x47, 0x2c, 0x8e, 0x89, 0x89, 0xf9, 0x1c, 0x15,
|
||||
0x15, 0xb5, 0x33, 0x2d, 0x2d, 0x8d, 0x15, 0xdd, 0x70, 0xc9, 0xa6, 0x23, 0xb6, 0x40, 0xc3, 0x5f,
|
||||
0x4a, 0x37, 0x1c, 0x75, 0x02, 0x0b, 0x44, 0x47, 0x47, 0x3f, 0x5c, 0xbe, 0x7c, 0xf9, 0xff, 0x9d,
|
||||
0x3b, 0x77, 0x12, 0x8d, 0xb7, 0x6f, 0xdf, 0xfe, 0xbf, 0xb0, 0xb0, 0xf0, 0x1b, 0xd0, 0x71, 0xfb,
|
||||
0x3d, 0x3d, 0x3d, 0xd9, 0x71, 0x1a, 0x4e, 0xae, 0x05, 0xd8, 0x2c, 0xc1, 0x6a, 0x38, 0x25, 0x16,
|
||||
0xc0, 0x2c, 0x29, 0x28, 0x28, 0xf8, 0xe6, 0x96, 0x56, 0x75, 0x1a, 0xab, 0xe1, 0x94, 0x5a, 0x00,
|
||||
0xc2, 0xbd, 0x2b, 0x76, 0xbe, 0x92, 0xaf, 0xdf, 0xfb, 0xd3, 0x31, 0xb9, 0xea, 0x08, 0xb6, 0x38,
|
||||
0xa1, 0xc8, 0x82, 0x09, 0xab, 0xf7, 0xbc, 0x95, 0x69, 0x3a, 0xf2, 0x46, 0xb6, 0x66, 0xaf, 0x5b,
|
||||
0x48, 0x48, 0xc8, 0x3a, 0x60, 0x0a, 0xdb, 0x8a, 0x1c, 0x27, 0x14, 0x59, 0x30, 0x71, 0xf5, 0xde,
|
||||
0x77, 0xb2, 0x4d, 0x47, 0xde, 0xc2, 0x82, 0x05, 0xe4, 0x7a, 0xa0, 0x05, 0xeb, 0x81, 0x16, 0x6d,
|
||||
0x41, 0xb1, 0x84, 0x1c, 0x0b, 0x80, 0x2e, 0x7f, 0x8f, 0x6c, 0x38, 0x0c, 0x00, 0x2d, 0x60, 0x03,
|
||||
0x5a, 0xb0, 0x01, 0xe4, 0x1b, 0x78, 0x3e, 0x21, 0xd5, 0x82, 0x89, 0xab, 0xf7, 0x7c, 0xc6, 0x66,
|
||||
0x38, 0x9a, 0x25, 0x37, 0x80, 0xb4, 0x19, 0xc9, 0x16, 0x4c, 0x58, 0xb5, 0xfb, 0x8b, 0x6c, 0xd3,
|
||||
0xe1, 0x77, 0xb8, 0x0c, 0x87, 0x01, 0xa0, 0x05, 0xc7, 0x80, 0x16, 0x58, 0x92, 0x64, 0x01, 0xd0,
|
||||
0xe5, 0x44, 0x19, 0x4e, 0x96, 0x05, 0x93, 0x56, 0xef, 0xf9, 0x2e, 0xd7, 0x7c, 0x84, 0x28, 0xc3,
|
||||
0x49, 0xb6, 0x60, 0xe2, 0xea, 0xdd, 0x3f, 0xe4, 0x9a, 0x0e, 0xbf, 0x27, 0xd6, 0x70, 0x0c, 0x0b,
|
||||
0x80, 0x85, 0xd6, 0xc9, 0xf6, 0xf6, 0xf6, 0xdf, 0x38, 0x0c, 0xff, 0x49, 0xaa, 0xe1, 0x18, 0x16,
|
||||
0x00, 0xcb, 0x12, 0x71, 0x20, 0x7e, 0x00, 0xb4, 0xe4, 0x17, 0xb2, 0xe1, 0x93, 0xd7, 0xec, 0xfd,
|
||||
0x25, 0xdf, 0x7c, 0xe4, 0x03, 0xa9, 0x86, 0x63, 0x58, 0x80, 0xcd, 0x92, 0x49, 0x6b, 0xf6, 0xfc,
|
||||
0x26, 0xd7, 0x70, 0xac, 0x16, 0x80, 0x00, 0xb0, 0x12, 0x91, 0x04, 0x5a, 0xf2, 0x38, 0xb7, 0x7d,
|
||||
0xfa, 0x2f, 0x85, 0xe6, 0x23, 0x1f, 0xc9, 0x35, 0x1c, 0xa7, 0x05, 0x20, 0xa0, 0x56, 0xb6, 0x32,
|
||||
0x40, 0xae, 0x6e, 0xcf, 0x6f, 0x9b, 0x8c, 0xb6, 0x19, 0x0c, 0x14, 0x00, 0xac, 0x16, 0xc0, 0xca,
|
||||
0x73, 0x8d, 0x8a, 0xf5, 0xc1, 0x40, 0x05, 0x57, 0x81, 0xb8, 0x86, 0x6a, 0x16, 0xa0, 0x57, 0x16,
|
||||
0xa0, 0x38, 0xa1, 0xc4, 0x12, 0x14, 0x0b, 0x70, 0xd5, 0x44, 0x11, 0x11, 0x11, 0x52, 0xc1, 0xc1,
|
||||
0xc1, 0x37, 0x81, 0x0a, 0xab, 0x81, 0xb4, 0x12, 0x29, 0x18, 0x68, 0xc1, 0x39, 0xb0, 0x05, 0x38,
|
||||
0xab, 0x39, 0x24, 0x4b, 0x80, 0x0a, 0x8f, 0x00, 0x35, 0xdc, 0x25, 0x05, 0x83, 0x1c, 0x06, 0xb2,
|
||||
0x88, 0x01, 0xd4, 0xb4, 0x00, 0x35, 0x31, 0x18, 0x68, 0x04, 0x00, 0xbd, 0xfc, 0x3f, 0xe6, 0x5a,
|
||||
0x6a, 0xf0, 0xe4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
0xe0, 0x00, 0x21, 0x21, 0x21, 0x0e, 0x40, 0x7c, 0x15, 0xcc, 0x09, 0x0c, 0x8b, 0xbc, 0xe9, 0x1b,
|
||||
0x99, 0xf8, 0xd1, 0x3b, 0x2a, 0xe5, 0x1d, 0xb1, 0xd8, 0x2f, 0x22, 0xee, 0x73, 0x60, 0x78, 0xf4,
|
||||
0xce, 0xb4, 0xb4, 0x34, 0x56, 0x2c, 0x86, 0xdb, 0x02, 0xf1, 0x4b, 0xa0, 0x43, 0x9c, 0xc0, 0x02,
|
||||
0xfe, 0x61, 0xd1, 0x0f, 0x55, 0x2a, 0x37, 0xfc, 0x97, 0x6a, 0x3c, 0x42, 0x34, 0x96, 0x6e, 0x38,
|
||||
0xf4, 0xdf, 0x39, 0xb1, 0xe4, 0x1b, 0xd0, 0x92, 0xfd, 0x9e, 0x9e, 0x9e, 0xec, 0x38, 0x0d, 0x27,
|
||||
0xd7, 0x02, 0x6c, 0x96, 0x60, 0x35, 0x9c, 0x12, 0x0b, 0x20, 0x96, 0x1c, 0xfc, 0xef, 0x9c, 0x50,
|
||||
0xfc, 0x2d, 0x28, 0x3c, 0xe2, 0x34, 0x56, 0xc3, 0x29, 0xb5, 0x00, 0x84, 0x35, 0x4b, 0x96, 0xbe,
|
||||
0x0a, 0x09, 0x0d, 0xfd, 0x09, 0x34, 0xfc, 0x08, 0xb6, 0x38, 0xa1, 0xc8, 0x02, 0xcd, 0xd2, 0xe5,
|
||||
0x6f, 0x83, 0x43, 0xc3, 0xde, 0x00, 0x5d, 0xef, 0x06, 0xc4, 0xeb, 0x80, 0x96, 0x6c, 0x45, 0x8e,
|
||||
0x13, 0x8a, 0x2c, 0xd0, 0x2c, 0x5b, 0xfe, 0x0e, 0x68, 0xf8, 0x5b, 0x58, 0xb0, 0x80, 0x5c, 0x0f,
|
||||
0x64, 0xaf, 0x07, 0x5a, 0xb4, 0x05, 0xc5, 0x12, 0x72, 0x2c, 0xd0, 0x2c, 0x5d, 0xf1, 0x1e, 0xd9,
|
||||
0x70, 0x18, 0x00, 0xf2, 0xd9, 0x80, 0x16, 0x6c, 0x00, 0xf9, 0x06, 0x9e, 0x4f, 0x48, 0xb5, 0x40,
|
||||
0xa3, 0x6c, 0xc5, 0x67, 0x6c, 0x86, 0xa3, 0x59, 0x72, 0x03, 0x48, 0x9b, 0x91, 0x6c, 0x81, 0x46,
|
||||
0xe9, 0xf2, 0x2f, 0xc1, 0xa1, 0xe1, 0xef, 0x70, 0x19, 0x8e, 0x94, 0x1f, 0x8e, 0x01, 0xd5, 0x58,
|
||||
0x92, 0x64, 0x81, 0x66, 0xd9, 0x8a, 0x2f, 0x21, 0x44, 0x18, 0x4e, 0x96, 0x05, 0xc0, 0x60, 0xf9,
|
||||
0x1e, 0x12, 0x46, 0x9c, 0xe1, 0x24, 0x5b, 0xa0, 0x51, 0xba, 0xf2, 0x07, 0x30, 0xcc, 0xdf, 0x13,
|
||||
0x6b, 0x38, 0x86, 0x05, 0x01, 0x61, 0xd1, 0x27, 0xcd, 0xb3, 0x7b, 0x7f, 0x63, 0x77, 0xf9, 0xca,
|
||||
0x9f, 0xa4, 0x1a, 0x8e, 0x61, 0x41, 0x64, 0x64, 0xa4, 0x78, 0x60, 0x78, 0xd4, 0x03, 0xa0, 0x25,
|
||||
0xbf, 0xd0, 0x82, 0xe5, 0x17, 0x30, 0x42, 0x3f, 0x90, 0x6a, 0x38, 0x86, 0x05, 0xd8, 0x2c, 0x01,
|
||||
0xba, 0xfc, 0x37, 0xb9, 0x86, 0x63, 0xb5, 0x00, 0x04, 0x80, 0x95, 0x88, 0x64, 0x60, 0x68, 0xe4,
|
||||
0x63, 0xdb, 0xb4, 0xc6, 0x5f, 0xc1, 0x61, 0x11, 0x1f, 0xc9, 0x35, 0x1c, 0xa7, 0x05, 0x20, 0x10,
|
||||
0x1c, 0x1c, 0x1c, 0x00, 0x94, 0xfc, 0x1d, 0x16, 0x16, 0x36, 0x83, 0x81, 0x02, 0x80, 0xd5, 0x02,
|
||||
0x58, 0x79, 0x0e, 0x34, 0x3c, 0x18, 0x54, 0xdd, 0x01, 0x71, 0x0d, 0xd5, 0x2c, 0x40, 0xaf, 0x2c,
|
||||
0x40, 0x71, 0x42, 0x89, 0x25, 0x28, 0x16, 0xe0, 0xaa, 0x89, 0x22, 0x22, 0x22, 0xa4, 0x80, 0x41,
|
||||
0x76, 0x13, 0x28, 0x5e, 0x0d, 0xa4, 0x95, 0x48, 0xc1, 0x40, 0xf3, 0xce, 0x81, 0x2d, 0xc0, 0x59,
|
||||
0xcd, 0x21, 0x59, 0x02, 0xaa, 0x48, 0x80, 0x6a, 0xee, 0x92, 0x82, 0x41, 0x0e, 0x03, 0x59, 0xc4,
|
||||
0x00, 0x0d, 0x06, 0x07, 0x06, 0x1a, 0x01, 0x00, 0xfc, 0xaa, 0xa7, 0xce, 0x4a, 0x71, 0x69, 0xa0,
|
||||
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
};
|
||||
|
||||
const BITMAP_OPAQUE opt_show_polygon_xpm[1] = {{ png, sizeof( png ), "opt_show_polygon_xpm" }};
|
||||
|
|
|
@ -1,37 +1,99 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="Слой_1" data-name="Слой 1" viewBox="0 0 24 24" version="1.1" sodipodi:docname="gerbview_show_negative_objects.svg" inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1609" inkscape:window-height="1286" id="namedview30" showgrid="true" inkscape:zoom="27.961538" inkscape:cx="3.3259971" inkscape:cy="13" inkscape:window-x="0" inkscape:window-y="37" inkscape:window-maximized="0" inkscape:document-rotation="0" inkscape:current-layer="Слой_1">
|
||||
<inkscape:grid type="xygrid" id="grid_kicad" spacingx="0.5" spacingy="0.5" color="#9999ff" opacity="0.13" empspacing="2" />
|
||||
</sodipodi:namedview>
|
||||
<metadata id="metadata43">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>add_arc</dc:title>
|
||||
</cc:Work>
|
||||
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
||||
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||
<cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs id="defs25085">
|
||||
<style id="style25083">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;}.cls-3{fill:#bf2641;}</style>
|
||||
</defs>
|
||||
<title id="title25087">gerbview_show_negative_opbjects</title>
|
||||
<path class="cls-1" d="M 22.9669,4.998 V 18.9741 H 0.9951 V 4.998 h 21.9718 m 1,-1 H -0.0049 v 15.9761 h 23.9718 z" id="path25089" />
|
||||
<polygon class="cls-2" points="1.003,21.04 1.003,4.962 20.979,4.962 4.934,21.04 " id="polygon25091" transform="translate(-1,-1)" />
|
||||
<path class="cls-3" d="M 0.4966,24.0034 A 0.5,0.5 0 0 1 0.1431,23.1499 L 23.15,0.143 a 0.5,0.5 0 0 1 0.707,0.7071 L 0.85,23.8569 a 0.4983,0.4983 0 0 1 -0.3534,0.1465 z" id="path25093" />
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="Слой_1"
|
||||
data-name="Слой 1"
|
||||
viewBox="0 0 24 24"
|
||||
version="1.1"
|
||||
sodipodi:docname="gerbview_show_negative_objects.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2631"
|
||||
inkscape:window-height="1611"
|
||||
id="namedview30"
|
||||
showgrid="true"
|
||||
inkscape:zoom="27.961538"
|
||||
inkscape:cx="3.3259971"
|
||||
inkscape:cy="13"
|
||||
inkscape:window-x="825"
|
||||
inkscape:window-y="265"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="Слой_1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid_kicad"
|
||||
spacingx="0.5"
|
||||
spacingy="0.5"
|
||||
color="#9999ff"
|
||||
opacity="0.13"
|
||||
empspacing="2" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata43">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>add_arc</dc:title>
|
||||
</cc:Work>
|
||||
<cc:License
|
||||
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs25085">
|
||||
<style
|
||||
id="style25083">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;}.cls-3{fill:#bf2641;}</style>
|
||||
</defs>
|
||||
<title
|
||||
id="title25087">gerbview_show_negative_opbjects</title>
|
||||
<path
|
||||
class="cls-1"
|
||||
d="M 22.9669,4.998 V 18.9741 H 0.9951 V 4.998 h 21.9718 m 1,-1 H -0.0049 v 15.9761 h 23.9718 z"
|
||||
id="path25089" />
|
||||
<path
|
||||
id="polygon25091"
|
||||
style="fill:#b9b9b9;stroke:#545454;stroke-width:1;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 19.5,4.5 -15,15 h -4 v -15 z"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<line
|
||||
class="cls-3"
|
||||
x1="0.5"
|
||||
y1="23.5"
|
||||
x2="23.5"
|
||||
y2="0.5"
|
||||
id="line158655"
|
||||
style="fill:none;stroke:#545454;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -22,15 +22,15 @@
|
|||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1609"
|
||||
inkscape:window-height="1286"
|
||||
inkscape:window-width="2290"
|
||||
inkscape:window-height="1332"
|
||||
id="namedview30"
|
||||
showgrid="true"
|
||||
inkscape:zoom="27.961538"
|
||||
inkscape:cx="3.3259971"
|
||||
inkscape:cy="13"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="37"
|
||||
inkscape:cx="4.044234"
|
||||
inkscape:cy="14.586657"
|
||||
inkscape:window-x="997"
|
||||
inkscape:window-y="209"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="Слой_1">
|
||||
|
@ -83,7 +83,8 @@
|
|||
class="cls-1"
|
||||
points="6.546 19.286 2.677 15.418 2.677 2.299 15.796 2.299 19.496 5.999"
|
||||
id="polyline158651"
|
||||
transform="translate(-1,-1)" />
|
||||
transform="translate(-1,-1)"
|
||||
style="fill:#1a81c4;fill-opacity:1" />
|
||||
<polyline
|
||||
class="cls-2"
|
||||
points="19.854 6.356 23.722 10.225 23.722 23.344 10.603 23.344 6.903 19.644"
|
||||
|
@ -95,5 +96,6 @@
|
|||
y1="23.5"
|
||||
x2="23.5"
|
||||
y2="0.5"
|
||||
id="line158655" />
|
||||
id="line158655"
|
||||
style="stroke:#545454;stroke-opacity:1" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue