Home
last modified time | relevance | path

Searched refs:ColorIdError (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dexport_gimp_palette.py25 from inkex import ShapeElement, ColorIdError, ColorError
58 except ColorIdError:
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/
H A Dtest_inkex_colors.py3 from inkex.colors import Color, ColorError, ColorIdError, is_color
24 self.assertRaises(ColorIdError, Color, "url(#someid)")
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/
H A Dcolors.py199 class ColorIdError(ColorError): class
301 raise ColorIdError("Color references other element id, e.g. a gradient")
H A Dextensions.py32 from .colors import Color, ColorIdError, ColorError
304 except ColorIdError:
H A Dstyles.py27 from .colors import Color, ColorIdError