printing

 From:  Michael Gibson
2229.15 In reply to 2229.11 
Hi Eric, that's a great looking result, I'm glad that worked for you!

The other thing that you can adjust is the edge width. That script adjusts the width of the edges up so that they remain kind of proportional to their regular size on the screen within that larger image.

But it can be a pretty nice effect to instead let the edges remain smaller and then they become more blended and kind of subtle when you resize that larger image down in size.

To do that, in that script, change the value where it sets lineWidth = 4 to a smaller value, like = 2 or even = 1 instead.

- Michael