Return-Path: Delivered-To: apmail-xmlgraphics-batik-users-archive@www.apache.org Received: (qmail 21609 invoked from network); 25 May 2006 15:36:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 15:36:24 -0000 Received: (qmail 37643 invoked by uid 500); 25 May 2006 15:36:19 -0000 Delivered-To: apmail-xmlgraphics-batik-users-archive@xmlgraphics.apache.org Received: (qmail 37427 invoked by uid 500); 25 May 2006 15:36:18 -0000 Mailing-List: contact batik-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-users@xmlgraphics.apache.org Delivered-To: mailing list batik-users@xmlgraphics.apache.org Received: (qmail 36796 invoked by uid 99); 25 May 2006 15:36:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 08:36:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of philip.wilder@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 08:36:13 -0700 Received: by wr-out-0506.google.com with SMTP id 55so168993wri for ; Thu, 25 May 2006 08:35:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lHdsO7Nj9envhYlZal33fcv8W3DNodpukg57QicF5/+rMxB6CpHkIeiaXDa+zKsLrBG6kPzOE7E8OiKrWwQ91NiUjdXwXQ650kkoxbEMvEuWNOEtOV1Rk7Vz8+Y4aPXhEyuUqdWjXgAlo+UnQS2spT9WaMl0P/ts7CtlPc7Atvk= Received: by 10.64.243.9 with SMTP id q9mr594017qbh; Thu, 25 May 2006 08:35:52 -0700 (PDT) Received: by 10.65.232.1 with HTTP; Thu, 25 May 2006 08:35:52 -0700 (PDT) Message-ID: <12f5c0140605250835p4a5afe2fk898729f02a68daf3@mail.gmail.com> Date: Thu, 25 May 2006 11:35:52 -0400 From: "Philip Wilder" To: batik-users@xmlgraphics.apache.org Subject: Re: Extracting information from a transformation matrix In-Reply-To: <523D779E0FF8A2468663A738B844AD053E9964@postman.j9.root2k.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <12f5c0140605250607w4db7797dj999675e97c59d8fb@mail.gmail.com> <523D779E0FF8A2468663A738B844AD053E9964@postman.j9.root2k.local> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've considered that, but I am manipulating 2DGraphics in Java, exporting to SVG and back again. Ideally speaking I want to be able to accomodate all SVG files whether they were created by my tool or not. So like it or not I have to provide support for the matrix(a, b, c, d, e, f) transformation function. Philip On 5/25/06, Bishop, Michael W. CONTR J9C880 w= rote: > I was unable to. I track translate, scale, and rotate separately and com= bine them to form the transform attribute. > > Michael Bishop > > ________________________________ > > From: Philip Wilder [mailto:philip.wilder@gmail.com] > Sent: Thu 5/25/2006 9:07 AM > To: batik-users@xmlgraphics.apache.org > Subject: Extracting information from a transformation matrix > > > > Hello all, > > While I apologize in that this is not necessarily a Batik specific > question but I've run across it in my interactions with Batik and Java > so I thought I would pose it here. Basically I would like to know if > it is possible to extract information from a transformation matrix. > Specifically I will like to be able to track things like shear, > rotation and transformation independently. Other online sources would > seem to indicate no, but it would be helpful if someone here could > give me an authoritative (or at least confident) yay or nay. > > Thanks, > > Philip > > --------------------------------------------------------------------- > To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org > For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org > For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org