On Mon, 2005-03-21 at 19:26 +0100, Juergen Spitzmueller wrote: > John Spray wrote: > > Would it not be more sensible to have scale = "100"? or does this get > > set elsewhere? > > The scale param is not written in this case. The backend outputs it in > original size (i.e. 100%) then, so it's not necessary to set it explicitely > to 100%.
So would it be correct to say that if (scale == string() && width == LyXLength() && height == LyXLength()) then I should present the user with UI representing 100% scaling? John