Ellipse in HPGL not working
Posted: 17 Feb 2009, 17:42
I'm trying to display an ellipse in an HPGL file, but it doesn't seem to work. My HPGL looks like this:
The SC command works correctly to turn a square into a rectangle, but it doesn't seem to work for a circle or arc.
Any help would be appreciated.
Code: Select all
IN;PU;SP1;
SC0,1000,0,2000,0;
CI500;
SP;
Any help would be appreciated.