13 Mar
2009
13 Mar
'09
2:56 p.m.
Curious Learn wrote:
Taco Hoekwater
writes: (2) Is there a command to scale the whole picture...not the components? Parse error. In my view, the whole picture *is* the components.
Best wishes, Taco
Hi Taco,
Sorry for the typo and for not being clear. I meant the following. I know that "scaled" command can be used to scale any particular component. To scale the whole picture does one have to scale each and every component individually, or is there one command that scales every component.
You want this, I think: beginfig(1); ... do stuff ... currentpicture := currentpicture scaled X; endfig;