summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/patterns.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/patterns.asy')
-rw-r--r--Master/texmf-dist/asymptote/patterns.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/patterns.asy b/Master/texmf-dist/asymptote/patterns.asy
index 56fa3bf4a24..559e36cec11 100644
--- a/Master/texmf-dist/asymptote/patterns.asy
+++ b/Master/texmf-dist/asymptote/patterns.asy
@@ -7,7 +7,7 @@ frame tiling(string name, picture pic, pair lb=0, pair rt=0)
pair pmin=min(f)-lb;
pair pmax=max(f)+rt;
string s="%.6f";
- postscript(tiling,"<< /PaintType 1 /PatternType 1 /TilingType 1
+ postscript(tiling,"<< /PaintType 1 /PatternType 1 /TilingType 1
/BBox ["+format(s,pmin.x,"C")+" "+format(s,pmin.y,"C")+" "+
format(s,pmax.x,"C")+" "+format(s,pmax.y,"C")+"]
/XStep "+format(s,pmax.x-pmin.x,"C")+"
@@ -64,7 +64,7 @@ picture brick(real Hx=5mm, real Hy=0, pen p=currentpen)
}
real hatchepsilon=1e-4;
-picture hatch(real H=5mm, pair dir=NE, pen p=currentpen)
+picture hatch(real H=5mm, pair dir=NE, pen p=currentpen)
{
picture tiling;
real theta=angle(dir);