Page 1 of 1

Default canvas size CF2 vs CF3

Posted: Fri Jan 20, 2012 5:23 am
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 ?

Re: Default canvas size CF2 vs CF3

Posted: Fri Jan 20, 2012 6:22 pm
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