Exemple #1
0
def hatch_pattern():
    return Hatch.from_text(HATCH_PATTERN)
Exemple #2
0
def edge_hatch():
    return Hatch.from_text(EDGE_HATCH)
Exemple #3
0
def spline_edge_hatch():
    return Hatch.from_text(EDGE_HATCH_WITH_SPLINE)
Exemple #4
0
def path_hatch():
    return Hatch.from_text(PATH_HATCH)