Return-Path: Delivered-To: apmail-xmlgraphics-batik-users-archive@www.apache.org Received: (qmail 91047 invoked from network); 5 May 2006 00:28:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 00:28:24 -0000 Received: (qmail 42534 invoked by uid 500); 5 May 2006 00:28:23 -0000 Delivered-To: apmail-xmlgraphics-batik-users-archive@xmlgraphics.apache.org Received: (qmail 42522 invoked by uid 500); 5 May 2006 00:28:22 -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 42510 invoked by uid 99); 5 May 2006 00:28:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 17:28:22 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,RCVD_IN_SORBS_WEB X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.201.204] (HELO web33707.mail.mud.yahoo.com) (68.142.201.204) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 May 2006 17:28:20 -0700 Received: (qmail 5825 invoked by uid 60001); 5 May 2006 00:27:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=IChADSG/v5mQXDHROMiwG99hQlObuup1jMTEA0wCFTCo0elxNK2p+Qv5lCi1kdgKPBY0G7SXNhdxl1mMzQ7zsO5cqnbYZfPNzc0VlXXYP2X+7nVkexrQZXbDOPUPGkpPGXcUHF0fww2ti7Sb2orlWs2++Xd8VmsBH/tPaiBt/ps= ; Message-ID: <20060505002759.5823.qmail@web33707.mail.mud.yahoo.com> Received: from [203.76.230.60] by web33707.mail.mud.yahoo.com via HTTP; Thu, 04 May 2006 17:27:59 PDT Date: Thu, 4 May 2006 17:27:59 -0700 (PDT) From: philip zuniga Subject: gradients problem To: batik-users@xmlgraphics.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Good day!!! I am trying to using the following SVG file. The SVG works in IE, but when I load this to batik, I recieve the following error: org.apache.batik.bridge.BridgeException: file:src/TestFiles/zoomcircles.svg:21 An I/O error occured while processing the URI: "file:src/TestFiles/zoomcircles.svg#patternBall" specified on the element at org.apache.batik.bridge.BridgeContext.getReferencedElement(Unknown Source) at org.apache.batik.bridge.PaintServer.convertURIPaint(Unknown Source) at org.apache.batik.bridge.PaintServer.convertPaint(Unknown Source) at org.apache.batik.bridge.PaintServer.convertFillPaint(Unknown Source) at org.apache.batik.bridge.PaintServer.convertFillAndStroke(Unknown Source) at org.apache.batik.bridge.SVGShapeElementBridge.createShapePainter(Unknown Source) at org.apache.batik.bridge.SVGCircleElementBridge.createShapePainter(Unknown Source) at org.apache.batik.bridge.SVGShapeElementBridge.buildGraphicsNode(Unknown Source) at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source) at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source) at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source) at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source) at org.apache.batik.bridge.GVTBuilder.build(Unknown Source) at org.apache.batik.swing.svg.GVTTreeBuilder.run(Unknown Source) Woul you know where's the mistake in my SVG file thanks Philip Zuniga __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org