Mathematica Compatibility Information
Upgrading from:
Graphics`Spline`
Some of the functionality in Graphics`Spline` has been added to the built-in Mathematica kernel.
Load Splines` to use Spline functionality:
<< Graphics`Spline`;

Graphics[Spline[{{0, 0}, {1, 0}, {1, 1}, {0, 1}}, Bezier]]
In[141]:=
Click for copyable input
Out[142]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team