russian GOST: very minor updates draw invert pin

This commit is contained in:
faa 2009-06-16 09:03:40 +00:00
parent 91d00f3215
commit 7c32fcb29b
1 changed files with 5 additions and 0 deletions

View File

@ -16,7 +16,12 @@
#define PIN_WIDTH 100 /* Width between 2 pins in internal units. */
#define PIN_LENGTH 300 /* Default Length of each pin to be drawn. */
#if defined(KICAD_GOST)
#define INVERT_PIN_RADIUS 20 /* Radius of inverted pin circle. */
#else
#define INVERT_PIN_RADIUS 35 /* Radius of inverted pin circle. */
#endif
#define CLOCK_PIN_DIM 40 /* Dim of clock pin symbol. */
#define IEEE_SYMBOL_PIN_DIM 40 /* Dim of special pin symbol. */