Am 07.07.2011 um 07:18 schrieb Kip Warner:

On Wed, 2011-07-06 at 23:48 -0400, Aditya Mahajan wrote:
You can use

\clip[mp=...]{\framed[...]{...}}

(I think that the metafun manual gives an example).

Aditya

Aditya, correct me if wrong, but it looks like \clip performs
rectangular clipping only?

As I mentioned earlier, I'd like the rounded corners of my figure's
frame to clip off the outside corners of the image so they aren't
sticking out. This is what I'm making do with so far:

\setupexternalfigures
 [frame=on,
  corner=25,
  framecolor=colour_frame_border,
  background=color,
  backgroundcolor=colour_page,
  rulethickness=2pt]

What would the syntax for \setupclipping look like to have that done? I
can find scant documentation for either that or \clip.

There is a example in the metafun manual: http://pragma-ade.com/show-man-7.htm

Wolfgang