def hatch_pattern(): return Hatch.from_text(HATCH_PATTERN)
def edge_hatch(): return Hatch.from_text(EDGE_HATCH)
def spline_edge_hatch(): return Hatch.from_text(EDGE_HATCH_WITH_SPLINE)
def path_hatch(): return Hatch.from_text(PATH_HATCH)