Skip to content
  • Snehal M Shekatkar's avatar
    Fix pen_width bug in cairo_draw · 3000edd8
    Snehal M Shekatkar authored
    When user passes pen_width value only for either vertex or edge, an
    error is thrown since inside min_lw, lw may be None. This bug fixes
    that by assigning value lw=0.1 whenever it is 0.1
    3000edd8