Searched defs:TransformError (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dpixelsnap.py87 class TransformError(Exception): pass class in inherits:Exception
157 raise TransformError("Selection contains non-symetric scaling") # *** wouldn't be hard to get around this by calculating vertical_offset & horizontal_offset separately, maybe 2 functions, or maybe returning a tuple
184 if (stroke_width == 0): return # no point raising a TransformError if there's no stroke to snap
187 raise TransformError("Selection contains non-symetric scaling, can't snap stroke width")
370 raise TransformError("Selection contains transformations with skew/rotation")
434 raise TransformError("Selection contains transformations with skew/rotation")
473 except TransformError, e:
483 except TransformError, e:
501 except TransformError, e:

Completed in 15 milliseconds