- Timestamp:
- 09/04/08 15:44:34 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
nodebox/branches/try-qt-graphics-view/nodebox/graphics/bezier.py
r155 r486 147 147 if segments == None: 148 148 segments = path.segmentlengths(relative=True) 149 149 150 150 if len(segments) == 0: 151 151 raise NodeBoxError, "The given path is empty"
