diff options
Diffstat (limited to 'Master/texmf-dist/asymptote/slopefield.asy')
-rw-r--r-- | Master/texmf-dist/asymptote/slopefield.asy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf-dist/asymptote/slopefield.asy b/Master/texmf-dist/asymptote/slopefield.asy index bdbb0252670..e87e2cd36f9 100644 --- a/Master/texmf-dist/asymptote/slopefield.asy +++ b/Master/texmf-dist/asymptote/slopefield.asy @@ -19,7 +19,6 @@ picture slopefield(real f(real,real), pair a, pair b, draw(pic,(cp.x-mp,cp.y-mp*slope)--(cp.x+mp,cp.y+mp*slope),p,arrow); } } - clip(pic,box(a,b)); return pic; } |