350
edits
Tobiaszimmer (talk | contribs) No edit summary |
Tobiaszimmer (talk | contribs) |
||
Line 67: | Line 67: | ||
beginRecord(hpgl); | beginRecord(hpgl); | ||
// your code here (the graphics you want to export as hpgl file) | // your code here (the graphics you want to export as hpgl file) | ||
// make sure that nothing is drawn outside of the canvas. The plotter seems to have problems with that. | |||
endRecord(); | endRecord(); | ||
} | } |
edits