Stopping at a certain pixel size

Let the developers know what you think of the software and what can be done to either improve the CFDG language or the Context Free program.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
guest

Stopping at a certain pixel size

Post by guest »

It would be nice if it were possible to set the minimum pixel size. Sometimes Context Free stops too early and the resulting image is not what was intended. Here is an example:

Code: Select all

startshape fish

rule fish{
line{}
fish{r 10 s .9995}
}

rule line{
SQUARE{}
line{x .1 s .99 b .01}
}
Try rendering it to various sizes. Sometimes Context Free stops too early and it just looks bad. Thanks for reading.

Post Reply