From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11900 Path: main.gmane.org!not-for-mail From: "Severin Obertuefer" Newsgroups: gmane.comp.tex.context Subject: clipping a MetaPost graphic Date: Sat, 12 Apr 2003 19:48:59 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <000701c3011b$ccc911e0$918ce6c2@ash> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1050169917 16485 80.91.224.249 (12 Apr 2003 17:51:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 12 Apr 2003 17:51:57 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Apr 12 19:51:56 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 194PAR-0004Hd-00 for ; Sat, 12 Apr 2003 19:51:55 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D9B7C10B21; Sat, 12 Apr 2003 19:52:29 +0200 (MEST) Original-Received: from mail.gmx.net (pop.gmx.net [213.165.65.60]) by ref.ntg.nl (Postfix) with SMTP id A0A2310B18 for ; Sat, 12 Apr 2003 19:49:50 +0200 (MEST) Original-Received: (qmail 11381 invoked by uid 65534); 12 Apr 2003 17:49:47 -0000 Original-Received: from pop-mu-8-1-dialup-145.freesurf.ch (EHLO ash) (194.230.140.145) by mail.gmx.net (mp001-rz3) with SMTP; 12 Apr 2003 19:49:47 +0200 Original-To: "Context Mailing List" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11900 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11900 hi all I made a MetaPost graphic and I want to use this graphic for a background. The graphic is too large and I want to clip it to the size of 84mm width and 54mm height. With "clip currentpicture to unitsquare xyscaled (86mm,54mm)" I get the size I wanted but the clipped field should be placed in the center of the currenpicture. I tried: "clip currentpicture to unitsquare xyscaled (86mm,54mm) shifted center boundingbox currentpicture" but that became not the effect I wanted.How can I shift the clipping area to the center of the currenpicture? thx for help severin