Changeset 1089

Show
Ignore:
Timestamp:
11/25/06 13:38:21 (2 years ago)
Author:
arjanmol
Message:

fixed bug in util.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/gaphas/geometry.py

    r968 r1089  
    373373    elif projlen > 1.0: 
    374374        # Point has a projection after the line_end. 
    375  
    376375        return distance_point_point(point, line_end), true_line_end 
    377376    else: 
  • gaphas/trunk/gaphas/util.py

    r1045 r1089  
    1313    if font: 
    1414        cr.save() 
    15         text_set_font(font) 
     15        text_set_font(cr, font) 
    1616 
    1717    if multiline: