Default size

If you're having trouble using Context Free or don't understand the language, ask for help here.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
Guest

Default size

Post by Guest »

I notice that if I start with a SQUARE {}, and then base future shapes as being within that SQUARE, the image doesn't expand but only takes up about 1/3x1/3 of the drawing area (the same space as a lone SQUARE {} will take up). But giving SIZE arguments to SQUARE doesn't make a difference.

Given the cropping logic, shouldn't a lone SQUARE {} take up up the whole drawing area (up to square dimensions)?

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

There is border.

Post by MtnViewJohn »

The collection of shapes are scaled to fill the window. But there is a border on all four sides. The border has a minimum width but it can be larger if there are large shapes close to the edge. Basically, a shape of a particular size cannot be closer than its size to the edge of the window.

Post Reply