You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
241B

  1. module DHE
  2. MM_PER_INCH = 25.4
  3. PX_PER_INCH = 75.0
  4. PX_PER_MM = PX_PER_INCH / MM_PER_INCH
  5. MM_PER_HP = 5.08
  6. PANEL_HEIGHT = 128.5
  7. PANEL_LABEL_INSET = 9.0
  8. STROKE_WIDTH = 0.35
  9. STROKE_INSET = STROKE_WIDTH / 2.0
  10. PADDING = 1.0
  11. end