I am exporting a simple application in OSX using the export application mode.
For various reasons I do not want to match this to screen.height and .width. Instead I have absolute height and width values, eg 500,500
However, this leaves a boundary when exported in full screen mode which is an ugly grey (as opposed to my nice black background) Is there a setting or override function that allows editing of how this surround appears?
I'm loading a .svg file into processing; it contains all straight lines. Is there a method that I could use to call the starting and ending x/y coordinates for each line into an array?