Return-Path: Delivered-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Received: (qmail 11092 invoked from network); 4 Sep 2006 23:41:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Sep 2006 23:41:32 -0000 Received: (qmail 90425 invoked by uid 500); 4 Sep 2006 23:41:32 -0000 Delivered-To: apmail-xmlgraphics-batik-dev-archive@xmlgraphics.apache.org Received: (qmail 90406 invoked by uid 500); 4 Sep 2006 23:41:32 -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 90395 invoked by uid 99); 4 Sep 2006 23:41:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 16:41:32 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 16:41:31 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 67344410028; Mon, 4 Sep 2006 23:38:03 +0000 (GMT) From: bugzilla@apache.org To: batik-dev@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 40394] - Provide implementation of Icon interface in swing package In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060904233803.67344410028@brutus.apache.org> Date: Mon, 4 Sep 2006 23:38:03 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=40394 ------- Additional Comments From deweese@apache.org 2006-09-04 23:38 ------- Hi Kirill, Thanks for the contribution! It is useful as a patch in Bugzilla but it would be ideal if you could complete an Apache Individual Contributor License Agreement (ICLA) which would allow us to make this part of Batik. From a short review of the code, A couple of other things would need to be done for us to add it to the Batik code base: 1) It would have to be made compilable under JDK 1.3 (the current target for Batik). I see that it is using generics. I didn't see any really deep dependencies. 2) Something a little more elegant would need to be done with the rendering cache. I think it will be problematic to have the cache grow without bound. 3) Also a minor nit, remove the use of '*' in import statements. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org