-
Notifications
You must be signed in to change notification settings - Fork 1
Command Examples
####A collection of different shapes generated using WGPG commands.
##Menu
##Ploygon examples
/wgpg p test 800 3 0 0 255
/wgpg p test 800 3 30 0 255
/wgpg p test 800 3 0 0 255 | /wgpg p test1 800 3 60 0 255
/wgpg p test 600 5 54 0 255

##Ellipse examples
/wgpg e test 600 300 360 0 0 0 255
/wgpg e test 300 600 360 0 0 0 255
/wgpg e test 800 400 360 0 45 0 255
/wgpg e test 800 400 3 0 0 0 255
/wgpg e test 800 400 3 30 0 0 255
/wgpg e test 800 400 3 30 45 0 255
/wgpg e test 1500 400 3 0 0 0 255
/wgpg e test 600 300 4 0 30 0 255
/wgpg e test 600 300 4 90 0 0 255
/wgpg e test 600 300 6 0 0 0 255
/wgpg e test 600 300 6 30 0 0 255
/wgpg e test 800 300 6 30 75 0 255
##Circle examples
/wgpg c test 800 0 255
##Square examples
/wgpg s test 800 0 255
/wgpg s test 800 0 255 30
##Rectangle examples
/wgpg r test 500 250 0 255
/wgpg r test 500 250 0 255 40




















