Default canvas size CF2 vs CF3

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

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
DeFleur
Posts: 41
Joined: Sat Feb 07, 2009 7:49 am
Location: Switzerland

Default canvas size CF2 vs CF3

Post by DeFleur »

In displaying a primitive shape in CF2 as well as CF3,
it seems the default canvas size in CF3 is twice the size
of the traditional total screen filling CF2 canvas size.
Does this serve a purpose or is unintentially ?
kind regards from DeFleur

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

Re: Default canvas size CF2 vs CF3

Post by MtnViewJohn »

This sounds like the dynamic border that CF2 and CF3 wrap around your design if you don't have sizing or tiling enabled. You can change this in the Preferences pane or you can explicitly set it in a design:

Code: Select all

CF::BorderDynamic = 2   // wide dynamic border
or

Code: Select all

CF::BorderDynamic = 1   // no dynamic border

Post Reply