Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 83880 invoked from network); 6 Dec 2006 11:01:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 11:01:13 -0000 Received: (qmail 40998 invoked by uid 500); 6 Dec 2006 11:01:15 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 40911 invoked by uid 500); 6 Dec 2006 11:01:15 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 40902 invoked by uid 99); 6 Dec 2006 11:01:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 03:01:15 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ilya.okomin@gmail.com designates 64.233.184.225 as permitted sender) Received: from [64.233.184.225] (HELO wr-out-0506.google.com) (64.233.184.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 03:01:04 -0800 Received: by wr-out-0506.google.com with SMTP id 55so83869wri for ; Wed, 06 Dec 2006 03:00:41 -0800 (PST) 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:references; b=XUDC7DTvVktyVsY7xkUZ68376MyEguQ8CbyuaoVc/9rU7IcSCoxD0s/r1pvhruZ7gPi6uJ0hUewKk+9tcBzxhUtrL9Xnv7GptJW338xyU3zRI+RK2zkOQ6pmOVToQRMIuxkr13BKNlvlB7au3/hY0zrhFNcOaNTitjHq5gm1u2I= Received: by 10.78.203.13 with SMTP id a13mr424660hug.1165402840401; Wed, 06 Dec 2006 03:00:40 -0800 (PST) Received: by 10.78.158.18 with HTTP; Wed, 6 Dec 2006 03:00:40 -0800 (PST) Message-ID: Date: Wed, 6 Dec 2006 14:00:40 +0300 From: "Ilya Okomin" To: dev@harmony.apache.org Subject: Re: [classlib] HARMONY-2055 - non bug difference. In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36554_10027038.1165402840359" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_36554_10027038.1165402840359 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 12/6/06, Alexey Petrenko wrote: > > Guys, > > I would say that HARMONY-2055[1] is a non bug difference from RI. +1 I've also checked this test case with using transform() call instead of setTransform() that is recommended to change transform in Graphics. In this case Harmony and RI have the same behavior. Regards, Ilya. Described problem happens because of incorrect usage of > Graphics2D.setTransform method. > Corresponding spec [2] says the following: > === cut === > WARNING: This method should never be used to apply a new coordinate > transform on top of an existing transform because the Graphics2D might > already have a transform that is needed for other purposes, such as > rendering Swing components or applying a scaling transformation to > adjust for the resolution of a printer. > === cut === > > So if nobody object I will close this issue as non-bug-difference. > > SY, Alexey > > [1] http://issues.apache.org/jira/browse/HARMONY-2055 > [2] > http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Graphics2D.html#setTransform(java.awt.geom.AffineTransform) > -- -- Ilya Okomin Intel Enterprise Solutions Software Division ------=_Part_36554_10027038.1165402840359--