Return-Path: Delivered-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Received: (qmail 60147 invoked from network); 15 May 2009 20:03:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 May 2009 20:03:06 -0000 Received: (qmail 11626 invoked by uid 500); 15 May 2009 20:03:06 -0000 Delivered-To: apmail-xmlgraphics-batik-dev-archive@xmlgraphics.apache.org Received: (qmail 11599 invoked by uid 500); 15 May 2009 20:03:06 -0000 Mailing-List: contact batik-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-dev@xmlgraphics.apache.org Delivered-To: mailing list batik-dev@xmlgraphics.apache.org Received: (qmail 11591 invoked by uid 99); 15 May 2009 20:03:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 20:03:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 20:03:03 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id F1DFE234C044; Fri, 15 May 2009 13:02:41 -0700 (PDT) From: bugzilla@apache.org To: batik-dev@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 47201] New: Questionable MacRenderer constructor X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Batik X-Bugzilla-Component: GVT X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dbrosius@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: batik-dev@xmlgraphics.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 15 May 2009 13:02:41 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47201 Summary: Questionable MacRenderer constructor Product: Batik Version: 1.8 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: GVT AssignedTo: batik-dev@xmlgraphics.apache.org ReportedBy: dbrosius@apache.org Not sure what the MacRenderer constructor is trying to do with regards to the at parameter, but it doesn't appear correct. public MacRenderer(RenderingHints rh, AffineTransform at){ renderingHints = new RenderingHints(null); renderingHints.add(rh); if (at == null) at = new AffineTransform(); else at = new AffineTransform(at); } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org