diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/hatch.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/hatch.asy | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/texmf/doc/asymptote/examples/hatch.asy b/Master/texmf/doc/asymptote/examples/hatch.asy deleted file mode 100644 index 126b5bec13a..00000000000 --- a/Master/texmf/doc/asymptote/examples/hatch.asy +++ /dev/null @@ -1,11 +0,0 @@ -size(0,100); -import patterns; - -add("hatch",hatch()); -add("hatchback",hatch(NW)); -add("crosshatch",crosshatch(3mm)); - -real s=1.25; -filldraw(unitsquare,pattern("hatch")); -filldraw(shift(s,0)*unitsquare,pattern("hatchback")); -filldraw(shift(2s,0)*unitsquare,pattern("crosshatch")); |