Message 1 of 4
polygon command + arcs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
POLYGON command is documented as accepting arc segments, referring to LINE documentation.
LINE is generating arc correctly, polygon is using straight segments:
polygon .1 (10 10) -180 (10 20) (20 20) -180 (20 10) (10 10);
line .1 (10 10) -180 (10 20) (20 20) -180 (20 10) (10 10);
Possible workaround is to generate line and then convert it to polygon.
Regards,
Petr Ledvina
