On Wednesday 12 September 2001 21:35, Mikael Ståldal wrote:
Hi,
> OK, but Crimson hardcoded as the default, isn't it?
What does that mean?
We don't want our users to have to specify an XML parser in order to use
batik - so we need to provide one amyway.
>
> Why isn't JAXP used to find the pa
At 08:36 2001-09-10 +0200, Stephane Hillion wrote:
>I suggest you subclass SAXSVGDocumentFactory instead of patching it - all the
>fields are protected to allow this.
That might be possible, but I suspect that more people than I will find
this useful. So I propose you include my patch (or someth
At 09:57 2001-09-10 +0200, Stephane Hillion wrote:
>It is not.
OK, but Crimson hardcoded as the default, isn't it?
Why isn't JAXP used to find the parser to use?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
> "GA" == George Armhold <[EMAIL PROTECTED]> writes:
GA> Hi, I was running into frequent ArrayIndexOutOfBoundsException
GA> when using Batik-1.0.
First off Batik 1.0 is getting pretty old now. I strongly suggest
using one of 1.1 rc releases.
GA> Here are two typical stack traces:
hillion 01/09/12 09:57:08
Modified:sources/org/apache/batik/dom/svg AbstractElement.java
DefaultSVGContext.java SVGDOMImplementation.java
SVGGraphicsElement.java SVGOMClipPathElement.java
SVGOMColorProfileElement.ja
Hi,
I was running into frequent ArrayIndexOutOfBoundsException when using
Batik-1.0. Here are two typical stack traces:
2001-09-10 04:55:37 - Ctx( /annotate ): Exception in: R( /annotate +
/servlet/Submit + null) - java.lang.ArrayIndexOutOfBoundsException: 7 >=
7
at java.util.Vector.ele
tkormann01/09/12 07:05:18
Modified:sources/org/apache/batik/bridge SVGImageElementBridge.java
Log:
Bug fix: clip and overflow now works on svg image.
Revision ChangesPath
1.26 +5 -2
xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java
Inde
hillion 01/09/12 01:54:33
Modified:sources/org/apache/batik/dom AbstractDocument.java
AbstractElement.java AbstractParentNode.java
Log:
The NodeList objects returned by getElementsByTagName* are now live objects.
Revision ChangesPath
1.9 +39