summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/NURBScurve.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/NURBScurve.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/NURBScurve.asy4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/NURBScurve.asy b/Master/texmf-dist/doc/asymptote/examples/NURBScurve.asy
index 9ad121ecc65..736ff67588b 100644
--- a/Master/texmf-dist/doc/asymptote/examples/NURBScurve.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/NURBScurve.asy
@@ -1,3 +1,6 @@
+settings.outformat="pdf";
+settings.prc=true;
+
import three;
size(10cm);
@@ -31,4 +34,3 @@ real[] weights=array(P.length,1.0);
weights[2]=5;
draw(P,knot,weights,red);
-