Simple turtle graphics: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: fixed the canvas resize issue (by replaciung the uploaded version of pGUI.js))
Line 261: Line 261:
{{libheader|Phix/pGUI}}
{{libheader|Phix/pGUI}}
{{libheader|Phix/online}}
{{libheader|Phix/online}}
You can run this online [http://phix.x10.mx/p2js/simpleturtlegraphics.htm here]. Note this resizes nicely on the desktop but not yet under pwa/p2js - on that you just get the same size canvas centred.
You can run this online [http://phix.x10.mx/p2js/simpleturtlegraphics.htm here].
<!--<lang Phix>(phixonline)-->
<!--<lang Phix>(phixonline)-->
<span style="color: #000080;font-style:italic;">--
<span style="color: #000080;font-style:italic;">--