On 2012-02-09 Wolfgang Schuster wrote: > pack-rul.mkiv: > > \def\pack_framed_start_orientation > - {\ifcase\p_framed_orientation\else > + {\ifcase\p_framed_orientation Thanks for the quick fix. Why do orientation and rotate produce different results? Example: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \startbuffer [te] \starttext \framed[width=5cm,height=2cm,rulethickness=3pt,align=right]{\tfd Foo} \stoptext \stopbuffer \starttext \startplacefigure [title=Orientation] \externalfigure [te] [orientation=90, frame=on] \stopplacefigure \startplacefigure [title=Rotation] \rotate[rotation=90]{\externalfigure [te]} \stopplacefigure \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marco