Return-Path: Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: (qmail 30603 invoked from network); 25 May 2010 11:04:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 11:04:28 -0000 Received: (qmail 7057 invoked by uid 500); 25 May 2010 11:04:27 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 7049 invoked by uid 99); 25 May 2010 11:04:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 11:04:26 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 11:04:24 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4PB43cw022059 for ; Tue, 25 May 2010 11:04:03 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o4PB42DO022058; Tue, 25 May 2010 07:04:02 -0400 (EDT) Date: Tue, 25 May 2010 07:04:02 -0400 (EDT) From: bugzilla@apache.org To: general@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 49338] New: [PATCH] Optimize EPS and PS file size for defining rectangle path X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Java2D X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: julien.ayme@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: general@xmlgraphics.apache.org X-Bugzilla-Target-Milestone: -- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49338 Summary: [PATCH] Optimize EPS and PS file size for defining rectangle path Product: XMLGraphicsCommons Version: Trunk Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Java2D AssignedTo: general@xmlgraphics.apache.org ReportedBy: julien.ayme@gmail.com Created an attachment (id=25480) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25480) The proposed patch The PSGenerator class already has a defineRect method, yet this method is not used within the PSGraphics2D class. I propose to use this optimized method instead of using the more general processPathIterator method when defining a Rectangle Path. -- 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: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org