Re: End of arrow in tranformation Svg to Jpeg

2005-03-10 Thread Thomas DeWeese
Hi Frédéric, Frédéric Lanic wrote: I have not a correct view in a jpeg file from a svg file. Actually I think you do have the correct view in the jpeg file. The Adobe SVG viewer does not properly handle markers according to the SVG specification. In particular your markers do not specify any

cvs commit: xml-batik/sources/org/apache/batik/gvt/event SelectionAdapter.java

2005-03-07 Thread deweese
deweese 2005/03/07 05:27:30 Added: sources/org/apache/batik/gvt/event SelectionAdapter.java Log: 1) Missing file added Revision ChangesPath 1.1 xml-batik/sources/org/apache/batik/gvt/event/SelectionAdapter.java Index: SelectionAdapter.java

cvs commit: xml-batik/sources/org/apache/batik/swing/gvt JGVTComponent.java TextSelectionManager.java

2005-03-05 Thread deweese
deweese 2005/03/05 11:31:09 Modified:sources/org/apache/batik/gvt/renderer StrokingTextPainter.java sources/org/apache/batik/gvt/text ConcreteTextSelector.java sources/org/apache/batik/swing/gvt JGVTComponent.java

Re: Cloned 'use' subtrees ids

2005-03-05 Thread Thomas DeWeese
Marcel Ruff wrote: g id=flightyour number transform=translate(yourX, yourY) use xlink:href=airplanes.svg#boeing747 x=0 y=0 width=20 height=20/ text id=flightyour number_labelyour number/text /g One more question arose: The use xlink ... is only a reference pointing to

Re: Cloned 'use' subtrees ids

2005-03-04 Thread Thomas DeWeese
Hi Marcel, Thomas DeWeese wrote: I would dynamically create a little SVG snippet: Marcel Ruff wrote: My stupid question: How is this 'dynamically' created (java code?)? Can you provide an example? Sure here is a mid-winter reading assignment. http://xml.apache.org/batik/domapi.html

Re: compile errors

2005-03-04 Thread Thomas DeWeese
Denis Bohm wrote: I downloaded the Batik source code and am getting a lot of compile errors. For example, in StaticRenderer: C:\xml-batik\sources\org\apache\batik\gvt\renderer\StaticRenderer.java:156: cannot find symbol symbol : constructor RenderingHints(java.awt.RenderingHints) location:

Re: Cloned 'use' subtrees ids

2005-03-03 Thread Thomas DeWeese
Marcel Ruff wrote: i have just seen a commit for cloned subtree id's. Well, the commit turned off id's for the cloned subtrees. As i need such clones i have some questions about it: - How do the ID change when a clone is made, does the standard specify this? No, according to the

cvs commit: xml-batik/sources/org/apache/batik/svggen/font SVGFont.java

2005-03-02 Thread deweese
deweese 2005/03/02 17:19:53 Modified:.build.xml sources/org/apache/batik/bridge SVGAltGlyphElementBridge.java SVGAltGlyphHandler.java SVGTextElementBridge.java SVGTextPathElementBridge.java

Re: Hash implementation of getElementById

2005-02-28 Thread Thomas DeWeese
Hi Cameron, Cameron McCormack wrote: I have a working implementation of getElementById built around a Document Hash Table. It handles all the nasty cases pretty well. Nice! Have you handled the case where (in DOM 3) an attribute is set to be an id attribute? It does not currently, although

cvs commit: xml-batik/test-resources/org/apache/batik/test samplesRendering.xml

2005-02-28 Thread deweese
deweese 2005/02/28 09:37:19 Modified:.build.xml samples/tests/spec/scripting addDescOnClick.svg pathLength.svg sources/org/apache/batik/dom AbstractDocument.java AbstractElement.java

Hash implementation of getElementById

2005-02-27 Thread Thomas DeWeese
Hi all, I have a working implementation of getElementById built around a Document Hash Table. It handles all the nasty cases pretty well. In writing the test I noticed some deviation from expected behavior by the Adobe viewer as well as previous versions of Batik. In particular it appears

cvs commit: xml-batik/test-sources/org/apache/batik/util RunnableQueueTest.java

2005-02-23 Thread deweese
deweese 2005/02/23 03:05:54 Modified:sources/org/apache/batik/gvt CompositeGraphicsNode.java sources/org/apache/batik/gvt/renderer DynamicRenderer.java sources/org/apache/batik/swing JSVGScrollPane.java sources/org/apache/batik/util

Re: DOM 3

2005-02-21 Thread Thomas DeWeese
Cameron McCormack wrote: Now that I think of it, and that I've done the work of creating these extended DOM interfaces :), is there any need for them at all? If users of the Batik DOM classes have to downcast to get access to the DOM 3 methods, why not just make them cast to one of the

Re: DOM 3

2005-02-20 Thread Thomas DeWeese
Hi Cameron, Sorry to be slow about responding, but I've been trying to come up with good answers and to be honest I don't really feel like I have them right now, but here are my thoughts for now. Cameron McCormack wrote: I've implemented DOM 3 Core and Events support for Batik, along with a

cvs commit: xml-batik/sources/org/apache/batik/swing/gvt JGVTComponent.java TextSelectionManager.java

2005-02-20 Thread deweese
deweese 2005/02/20 13:59:10 Modified:lib pdf-transcoder.jar sources/org/apache/batik/bridge UpdateManager.java sources/org/apache/batik/swing/gvt JGVTComponent.java TextSelectionManager.java Log: 1) Fixed a race condition

Re: DOM 3

2005-02-20 Thread Thomas DeWeese
Cameron McCormack wrote: Yeah, the strange thing was that I didn't have to change the 'compile' target at all. Just having the DOM 3 interfaces in the classes directory allowed me to compile the main sources. What are you compiling with? JDK 1.3? That doesn't have xml-apis at all (they were

cvs commit: xml-batik/sources/org/apache/batik/swing/svg JSVGComponent.java

2005-02-14 Thread deweese
deweese 2005/02/14 14:09:30 Modified:sources/org/apache/batik/swing/svg JSVGComponent.java Log: GVT Render requests are now compressed. This helps the resize problem. Revision ChangesPath 1.100 +66 -12 xml-batik/sources/org/apache/batik/swing/svg

cvs commit: xml-batik/sources/org/apache/batik/ext/awt/image/rendered Any2LumRed.java

2005-02-13 Thread deweese
deweese 2005/02/13 03:32:26 Modified:sources/org/apache/batik/ext/awt/image GraphicsUtil.java sources/org/apache/batik/ext/awt/image/rendered Any2LumRed.java Log: Fix for masks when using Alpha Premultiplied (Mac OS X). Revision Changes

cvs commit: xml-batik/test-resources/org/apache/batik/test samplesRendering.xml

2005-02-11 Thread deweese
deweese 2005/02/11 17:48:24 Modified:.build.xml samples/tests/spec/scripting remove.svg removeOnclick.svg sources/org/apache/batik/bridge CursorManager.java ScriptingEnvironment.java sources/org/apache/batik

cvs commit: xml-batik/sources/org/apache/batik/gvt AbstractGraphicsNode.java

2005-02-08 Thread deweese
deweese 2005/02/08 03:11:25 Modified:sources/org/apache/batik/gvt AbstractGraphicsNode.java Log: 1) Fixed visibility update bug reported by George Armhold. Revision ChangesPath 1.56 +2 -1 xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java

cvs commit: xml-batik build.xml

2005-02-06 Thread deweese
deweese 2005/02/06 02:29:09 Modified:.build.xml Log: Fixed a silly bug in build.xml Revision ChangesPath 1.156 +3 -4 xml-batik/build.xml Index: build.xml === RCS file: /home/cvs/xml

cvs commit: xml-batik/sources/org/apache/batik/util SoftReferenceCache.java

2005-02-05 Thread deweese
deweese 2005/02/05 16:58:48 Modified:.build.xml sources/org/apache/batik/bridge SVGTextElementBridge.java SVGUtilities.java ScriptingEnvironment.java sources/org/apache/batik/dom/events EventListenerList.java

Re: [Patch] Whitespace Handling in Batik vs ASV

2005-01-31 Thread Thomas DeWeese
Hi Tonny, Tonny Kohar wrote: First I don't think you can do whitespace handling in the parser. It's a little hard to know exactly where Batik fits in the XML scheme of things (it's not 100% clear to me if it is an XML processor or an Application) but my reading of the XML spec indicates that Batik

Re: SVG and JLayeredPane

2005-01-31 Thread Thomas DeWeese
Hi Jim, I would suggest trying to use the SwingSVGPrettyPrint class to get and SVG 'dump' of your JLayeredPane. Otherwise, I would look at the src.jar that comes with the JDK distribution to see what is going on at line 539 in JLayeredPane.java. Snyder, Jim ( GE Transportation ) wrote: I was

Re: [Patch] Whitespace Handling in Batik vs ASV

2005-01-30 Thread Thomas DeWeese
Hi Tonny, Tonny Kohar wrote: I would like to submit patch for the initial parsing white space handling. The patch is attached to this email. Thanks for the patch but I think there are two issues with this. First I don't think you can do whitespace handling in the parser. It's a little hard to

Re: Adding onMouser Event to Graphics2D rectangle

2005-01-30 Thread Thomas DeWeese
[EMAIL PROTECTED] wrote: My question is:- I have created a servlet which creates a SVG document and this SVG Stream I show on the my jsp page as an embeded object. The SVG document which I created is Simple block diagram which is generated at run time. My requirement is to add a onMouseover event

Re: Mix SVG and Swing components

2005-01-27 Thread Thomas DeWeese
Venkataramana_Jaladurgam wrote: Is there any way I can scale the swing components along the lines of SVG elements if I choose to add Swing components to JSVGCanvas directly. Only if you can insert yourself in the components repaint chain. So for example if you were to override the paintChildren

Re: Keeping SVG 1.2 code separate from SVG 1.1 code

2005-01-24 Thread Thomas DeWeese
Cameron McCormack wrote: Thomas DeWeese: One option we do have available is to have DOM 3 methods throw exceptions if we are processing a 1.1 document. This still isn't great since you really want to pick these things up at compile time (at least for Java - for JavaScript it doesn't

Re: Keeping SVG 1.2 code separate from SVG 1.1 code

2005-01-20 Thread Thomas DeWeese
Hi Cameron, Cameron McCormack wrote: I'm still working on sXBL support for Batik and again I'm wondering about how separate code for 1.2 features should be. A few particular issues: Yes, all good questions. See answers inline. I'm still thinking about possible alternate options, but right

Re: Mix SVG and Swing components

2005-01-20 Thread Thomas DeWeese
Hi Venkataramana, You might want to talk with Lukasz as he appears to be working on this issue as well. Venkataramana_Jaladurgam wrote: Thanks for the suggestion. The problem with this approach is the swing components will not be scalable. I have created a class that extends

Re: Qustion about SVG

2005-01-14 Thread Thomas DeWeese
as it parses the path. Thomas DeWeese wrote: Hi Alice, Alice Mello wrote: Given the part of a path data below, I would to know how to interpret the fourth point after the c. I imagine that after the triple cx1,y1 x2,y2 x,y, all the other points are regular Line to (l) points until the next c appear

Re: Xerces-dependency in Batik

2005-01-14 Thread Thomas DeWeese
Hi All, Jeremias Maerki wrote: (cc'ing batik-dev) If I interpret this correctly, Batik uses the following entry in XMLResourceDescriptor.properties to instantiate a parser in SAXDocumentFactory through the SAX XMLReaderFactory: org.xml.sax.driver = org.apache.xerces.parsers.SAXParser There's no

cvs commit: xml-batik/test-resources/org/apache/batik/test samplesRendering.xml

2005-01-03 Thread deweese
deweese 2005/01/03 02:48:07 Modified:samples anne.svg samples/tests/spec/text textAnchor.svg textAnchor2.svg textAnchor3.svg samples/tests/spec12/text flowText.svg flowText2.svg flowText3.svg flowText4.svg

Re: Whitespace Handling in Batik vs ASV

2005-01-03 Thread Thomas DeWeese
(http://www.lighthammer.com) -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Sunday, December 26, 2004 1:44 PM To: batik-dev@xml.apache.org Subject: Re: Whitespace Handling in Batik vs ASV Rick Bullotta wrote: A bit more information: It appears to be that the various

Re: Lightweight Batik Build - No scripting support?

2005-01-01 Thread Thomas DeWeese
through batik.dom.event.EventSupport.dispatchEvent. But I don't think dispatching the events should be a big deal as long as no one is listening. Many thanks, and happy new year! - Rick Thomas DeWeese [EMAIL PROTECTED] wrote: Rick Bullotta wrote: Is there any easy way to build Batik without

Re: Lightweight Batik Build - No scripting support?

2004-12-30 Thread Thomas DeWeese
Rick Bullotta wrote: Is there any easy way to build Batik without of the scripting infrastructure (for use in server-side applications). We manually stripped out all of the scripting code, but that is obviously not a desirable approach long term. Why do you care about the size for server-side

Re: Whitespace Handling in Batik vs ASV

2004-12-26 Thread Thomas DeWeese
Rick Bullotta wrote: A bit more information: It appears to be that the various viewers handle the xml:space=preserve attributeASV and SharpVectorGraphics seem to ignore it altogether, and Batik seems to honor it (somewhat), but still converts linefeeds into spaces when preserve is not enabled

Re: Batik and dSVG

2004-12-20 Thread Thomas DeWeese
zaza wrote: I am writing in the name of group of students. We would like to try to move Batik on mobile platform. This will be difficult as Batik has a number of fairly deep dependencies on Java 2. Which is generally not available in mobile. There are some Java 2 platforms available on

Re: [Fwd: org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttr ibute changed between 1.5 and 1.5.1]

2004-12-16 Thread Thomas DeWeese
Then I found out that FOP have code like: Stroke stroke = (Stroke)aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.STROKE ); Do you know how this shall be expressed in Batik 1.5.1 where the STROKE attribute have been removed? import org.apache.batik.gvt.text.TextPaintInfo;

Re: getTextLenght in SVGOMTextContentElement and Subclasses

2004-12-10 Thread Thomas DeWeese
Lionel Villard wrote: Hi all, I'm wondering if it's really simple to implement those methods. I'm pretty new in the Batik code, so correct me if I'm wrong. It seems to me that because non-formatted values are clearly separated from formatted/dynamic values it's not easy to make the latter

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value/css2 FontShorthandManager.java

2004-12-04 Thread deweese
deweese 2004/12/04 11:17:39 Added: sources/org/apache/batik/css/engine/value/css2 FontShorthandManager.java Log: Missed file. Revision ChangesPath 1.1 xml-batik/sources/org/apache/batik/css/engine/value/css2

cvs commit: xml-batik/test-references/samples/tests/spec12/text flowText.png

2004-12-01 Thread deweese
deweese 2004/12/01 17:24:37 Modified:sources/org/apache/batik/bridge RepaintManager.java SVGTextElementBridge.java sources/org/apache/batik/bridge/svg12 SVGFlowRootElementBridge.java sources/org/apache/batik

Re: Java SAX and SVG files

2004-11-29 Thread Thomas DeWeese
Alice Cavallo wrote: I set factory.setValidating(false); than the the SAx Parser gave me the right reading of the SVG file. But the error (below) showed up at the end. I get this error if I have two ?xml ... lines in my Document. As to your other sample file that was a gzip compressed SVG

cvs commit: xml-batik/test-resources/org/apache/batik/test samplesRendering.xml

2004-11-29 Thread deweese
deweese 2004/11/29 19:23:58 Modified:samples/solitaire/script util.js samples/tests/spec/scripting rectResizeOnClick.svg zeroSize.svg samples/tests/spec12/text flowText.svg sources/org/apache/batik/bridge

Re: Java SAX and SVG files

2004-11-28 Thread Thomas DeWeese
Hi Alice, Alice Cavallo wrote: I am trying to read and process SVG files from a Java application. I am trying to use SAX, but there is some characters that are not understood by SAX. For example, the only way SaxParser could read properly the SVG file (without any error and outputing the right

cvs commit: xml-batik/test-resources/org/apache/batik/test samplesRendering.xml

2004-11-21 Thread deweese
deweese 2004/11/21 13:20:23 Modified:sources/org/apache/batik/bridge SVGTextElementBridge.java sources/org/apache/batik/gvt ShapeNode.java TextNode.java sources/org/apache/batik/gvt/font AWTGVTGlyphVector.java SVGGVTGlyphVector.java

cvs commit: xml-batik/sources/org/apache/batik/swing/gvt JGVTComponent.java

2004-11-20 Thread deweese
deweese 2004/11/20 11:27:11 Modified:sources/org/apache/batik/swing JSVGScrollPane.java sources/org/apache/batik/swing/gvt JGVTComponent.java Log: 1) Added a modifid version of George's fix for changing documents to JSVGScrollPane. 2) Fixed 'flashing

Re: flowText vs. flowRoot

2004-11-17 Thread Thomas DeWeese
to change and evolve with the specification. Thomas DeWeese [EMAIL PROTECTED] wrote in message This however is not why I have not implemented it. The reason I have yet to implement it is that the spec is _very_ unclear on how it is supposed to work. Jim Ley wrote: Stick with the old

cvs commit: xml-batik/test-sources/org/apache/batik/transcoder TranscoderInputTest.java

2004-11-17 Thread deweese
deweese 2004/11/17 17:47:06 Modified:.build.xml resources/org/apache/batik/dom/svg/resources dtdids.properties samples/extensions colorSwitch.svg samples/tests/spec/scripting security2.jar

cvs commit: xml-batik/samples/tests/spec12/structure/opera/multires opera-0-0-0.jpg opera-0-0-1.jpg opera-0-0-2.jpg opera-0-0-3.jpg opera-0-0-4.jpg opera-0-0-5.jpg opera-0-1-0.jpg opera-0-1-1.jpg opera-0-1-2.jpg opera-0-1-3.jpg opera-0-1-4.jpg opera-0-1-5.jpg opera-0-2-0.jpg opera-0-2-1.jpg opera-0-2-2.jpg opera-0-2-3.jpg opera-0-2-4.jpg opera-0-2-5.jpg opera-0-3-0.jpg opera-0-3-1.jpg opera-0-3-2.jpg opera-0-3-3.jpg opera-0-3-4.jpg opera-0-3-5.jpg opera-1-0-0.jpg opera-1-0-1.jpg opera-1-0-2.jpg opera-1-1-0.jpg opera-1-1-1.jpg opera-1-1-2.jpg opera-2-0-0.jpg opera-2-0-1.jpg opera-3-0-0.jpg

2004-11-17 Thread deweese
deweese 2004/11/17 18:07:24 Added: samples/tests/spec12/structure/opera/multires opera-0-0-0.jpg opera-0-0-1.jpg opera-0-0-2.jpg opera-0-0-3.jpg opera-0-0-4.jpg opera-0-0-5.jpg opera-0-1-0.jpg opera-0-1-1.jpg

cvs commit: xml-batik/test-references/samples/tests/spec12/filters filterRegion.png filterRegionDetailed.png

2004-11-17 Thread deweese
deweese 2004/11/17 18:18:59 Added: samples/tests/spec12/structure multi-2.jpg multi-3.jpg multi-4.jpg multi-5.jpg test-references/samples/tests/spec12/filters filterRegion.png filterRegionDetailed.png Log: Few more

cvs commit: xml-batik/samples/tests/spec12/filters - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/samples/tests/spec12/filters - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/samples/tests/spec12/paints - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/samples/tests/spec12/paints - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/samples/tests/spec12/structure - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/samples/tests/spec12/structure - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value/svg12 - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/sources/org/apache/batik/css/engine/value/svg12 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/bridge/svg12 - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/sources/org/apache/batik/bridge/svg12 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/samples/tests/spec12/structure/opera - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/samples/tests/spec12/structure/opera - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/test-references/samples/tests/spec12/structure - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/test-references/samples/tests/spec12/structure - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/test-references/samples/tests/spec12/structure/opera - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/test-references/samples/tests/spec12/structure/opera - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/test-references/samples/tests/spec12/text - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/test-references/samples/tests/spec12/text - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/samples/tests/spec12 - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/samples/tests/spec12 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/gvt/flow - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/sources/org/apache/batik/gvt/flow - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/test-references/samples/tests/spec12/filters - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/test-references/samples/tests/spec12/filters - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/dom/svg12 - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/sources/org/apache/batik/dom/svg12 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/test-references/samples/tests/spec12 - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/test-references/samples/tests/spec12 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/gvt/svg12 - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/sources/org/apache/batik/gvt/svg12 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/samples/tests/spec12/structure/opera/multires - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 16:24:58 xml-batik/samples/tests/spec12/structure/opera/multires - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RFC: Support for SVG 1.2

2004-11-12 Thread Thomas DeWeese
Hi Cameron, Hi Thomas. Thomas DeWeese wrote: New Packages: batik/bridge/svg12 batik/css/engine/value/svg12 batik/dom/svg12 gvt/svg12 (I don't like this as GVT is supposed to be svg agnostic) Cameron McCormack wrote: I wonder though

RFC: Support for SVG 1.2

2004-11-11 Thread Thomas DeWeese
Hi all, This is to document the changes I have made to support SVG 1.2 and SVG 1.0/1.1 in Batik. The goal is to as much as possible keep SVG 1.2 code out of the SVG 1.0 support, while at the same time letting the SVG 1.2 code leverage the 1.0 code as much as possible. There are four major

cvs commit: xml-batik/sources/org/apache/batik/transcoder SVGAbstractTranscoder.java

2004-11-04 Thread deweese
deweese 2004/11/04 17:34:33 Modified:sources/org/apache/batik/css/engine CSSEngine.java SVGCSSEngine.java sources/org/apache/batik/dom/svg ExtensibleSVGDOMImplementation.java sources/org/apache/batik

cvs commit: xml-batik/sources/org/apache/batik/svggen SVGArc.java

2004-10-31 Thread deweese
deweese 2004/10/31 03:21:30 Added: sources/org/apache/batik/svggen SVGArc.java Log: Missed File. Revision ChangesPath 1.1 xml-batik/sources/org/apache/batik/svggen/SVGArc.java Index: SVGArc.java

cvs commit: xml-batik/sources/org/apache/batik/xml XMLUtilities.java

2004-10-30 Thread deweese
deweese 2004/10/30 11:38:06 Modified:sources/org/apache/batik/apps/rasterizer SVGConverterURLSource.java sources/org/apache/batik/apps/slideshow Main.java sources/org/apache/batik/apps/svgbrowser

Re: 1.1 - 2.0 license patch

2004-10-30 Thread Thomas DeWeese
Glen Mazza wrote: Are you sure that you applied my recent patch that updated the files that didn't get the 2.0 license? Heh, I am now ;) I can't see the cvs commit message, also I note that StylableExtensionElement.java, at least, still has not been updated [1]. Yah, I ran patch with

Re: batik-dev Digest 29 Oct 2004 01:08:37 -0000 Issue 728

2004-10-29 Thread Thomas DeWeese
Hi Glen, When I was in the WG (which was around a year and a half ago) the plan was to merge with the 1.1 specification. The issue was that the 1.1 spec was done in hand edited HTML which (unless you want to continue down that road) makes it very difficult to update (broken links etc). Also

cvs commit: xml-batik/test-references/samples/tests/spec/painting markersExt.png

2004-10-29 Thread deweese
deweese 2004/10/29 07:40:54 Modified:sources/org/apache/batik/bridge UpdateManager.java sources/org/apache/batik/ext/awt/geom ExtendedGeneralPath.java sources/org/apache/batik/util RunnableQueue.java test-references

Re: Java 1.5

2004-10-29 Thread Thomas DeWeese
Stan Dickerson wrote: Has anyone been able to compile Batik with Sun's j2sdk1.5.0 ? It doesn't look like it will. Some would be pretty simple to fix (enum is now a keyword for example). Some would be a lot more work, in particular it seems like JDK 1.5 has DOM Level 3, which is what it thinks

cvs commit: xml-batik/sources/org/apache/batik/extension/svg FlowRegionElement.java SubImageElement.java SubImageRefElement.java BatikDomExtension.java BatikExtConstants.java BatikMultiImageElement.java BatikMultiImageElementBridge.java FlowDivElement.java FlowLineElement.java FlowParaElement.java FlowRegionBreakElement.java FlowSpanElement.java FlowTextElement.java SVGFlowTextElementBridge.java SolidColorBridge.java SolidColorElement.java

2004-10-28 Thread deweese
deweese 2004/10/28 18:08:33 Modified:.build.xml samples/tests/spec/scripting intersectionList.svg sources/org/apache/batik/ext/awt/image/codec/tiff TIFFImageEncoder.java sources/org/apache/batik/extension/svg

Re: include viewbox in svg generation

2004-10-24 Thread Thomas DeWeese
Hi Rob, [EMAIL PROTECTED] wrote: Hello, I tried to include a viewbox-attribute when exporting a Graphics2D to SVG using batik. I tried to include a viewbox via the batik-examples as given on the website (and as suggested in above links), using the given StyleSheetStyleHandler: [...]

Re: Drawing in a JSVGCanvas

2004-10-18 Thread Thomas DeWeese
Alice Cavallo wrote: I created one class that extends JSVGCanvas in order to trace an SVG image displayed on the canvas. I have created my own PaintComponent and other paint methods. It is not working. What's not working, your method isn't called, you don't see your drawing, it doesn't

cvs commit: xml-batik/sources/org/apache/batik/gvt GVTTreeWalker.java

2004-09-24 Thread deweese
deweese 2004/09/24 03:56:37 Modified:sources/org/apache/batik Version.java sources/org/apache/batik/gvt GVTTreeWalker.java Log: 1) GVT Tree walker can now be given any node in the GVT tree and it walk just that subtree. 2) Fixed header on Version.java

Re: Defining of elements lying in rectangle

2004-09-23 Thread Thomas DeWeese
Hi Jorg, Thomas DeWeese wrote: Well you should be able to call: svg.getIntersectionList(Rect, Element). But that's currently not implemented. If you do it with the DOM don't forget to take transforms into account. This is getting high on my list of things to work on... Jorg Heymans

cvs commit: xml-batik/sources/org/apache/batik/util XMLResourceDescriptor.java

2004-09-23 Thread deweese
deweese 2004/09/23 03:18:07 Modified:sources/org/apache/batik/bridge BridgeEventSupport.java sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java sources/org/apache/batik/extension/svg MultiResGraphicsNode.java

Re: Batik for J2ME as a JSR 226 implementation

2004-09-23 Thread Thomas DeWeese
Hi Ias, Well, I'm not really sure what you are looking for, but on the face of it, it would seem problematic to use Batik for this, as J2ME doesn't currently include any of Java2D which is at the core of Batik. You might be able to borrow significant parts of Batik (like some of the DOM

Re: XML Graphics: board concerns

2004-09-22 Thread Thomas DeWeese
Jeremias Maerki wrote: Does anyone of the Batik and FOP committers have an objection against inviting Bertrand and Keiron into the XML Graphics PMC? I'm happy to have Keiron +1 I don't know anything about Bertrand, so I guess +0. As far as the chair is concerned +0. I'd rather see

Re: JPEGTranscoder not releasing file handles - i suspect.

2004-09-15 Thread Thomas DeWeese
Michael Weber wrote: The following code converts a SMIL to JPG and saves it locally that part of the code works as designed. The problem is that the File delete() and rename() methods in the finally block work only intermittently. When they dont work, Windows also complains that some

Re: Drawing on JSVGCanvas

2004-09-12 Thread Thomas DeWeese
Hi Dmitrij, Dmitrij Sakara wrote: I am developing a simple SVG based graph editor. To do this I use JSVGCanvas and some DOM document. I need to draw the grid in the background of graph. How can I do this? I suppose that it is not good to add all grid-related lines to the DOM document.

Re: [PATCH] Avoid tiling bitmaps for PDF and PS transcoders

2004-09-05 Thread Thomas DeWeese
Hi Jeremias, Jeremias Maerki wrote: I'd like to propose a patch which changes the behaviour of GraphicsUtil.drawImage. By default, bigger images coming from filter effects, for example, are tiled and then rendered to the destination. I experienced ugly overlaps of these tiles within Acrobat Reader

Re: submit preserveAspectRatio stuff

2004-08-31 Thread Thomas DeWeese
Tonny Kohar wrote: All the Copyrights say 2000-2003, I assume this is not in fact correct (or else you've been developing this since before the first dynamic release of Batik ;). I just copy the header file from the latest cvs and some says 2000-2003 some say 2000-2004, I really confuse :)

Re: RFE in svggen

2004-08-29 Thread Thomas DeWeese
Hervé Girod wrote: I'm using Batik to convert other (older or proprietary) vector graphic format in SVG. I'm using the svggen package for that, because then I only need to now the format = Java conversion, and by creating a new transcoder, this is made very simple with Batik. My problem is

Re: submit preserveAspectRatio stuff

2004-08-28 Thread Thomas DeWeese
Hi Tonny, I don't know how much you know about CVS but really the best way to submit a patch is: cvs diff ! PAR.patch This is of course UNIX/Cygwin syntax but I think you can get something similar from tools like WinCVS. This will record all the differences in a way that is easy to apply

Re: Performance of Batik.dom.svg.SVGOMDocument.getById()

2004-08-28 Thread Thomas DeWeese
trying to make it interesting ;) Thomas DeWeese wrote: Cameron McCormack wrote: Ah I see, the SVGSVGElement.getElementById (which I hadn't noticed existed) restricts to the subtree. 2) Adding/removing elements/subtree's. Someone can add a whole subtree to a document and all those nodes need to have

Re: extending AbstractGraphics2D

2004-08-27 Thread Thomas DeWeese
-transcoder.jar. Thanks John - Original Message - From: Thomas DeWeese [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 26, 2004 11:05 PM Subject: Re: extending AbstractGraphics2D Hi John, john farrow wrote: I am writing a PDF transcoder, including extending

Re: Performance of Batik.dom.svg.SVGOMDocument.getById()

2004-08-27 Thread Thomas DeWeese
Cameron McCormack wrote: Ah I see, the SVGSVGElement.getElementById (which I hadn't noticed existed) restricts to the subtree. 2) Adding/removing elements/subtree's. Someone can add a whole subtree to a document and all those nodes need to have their id's added, also when a subtree is removed

Re: PDF Transcoder: Revisiting transcoder setup

2004-08-26 Thread Thomas DeWeese
wrote: PDFObject.formatDateTime() is now compatible to JDK 1.3 again. On 16.08.2004 22:26:47 Thomas DeWeese wrote: 1) It looks like a JDK 1.4 dependency has slipped in: java.lang.IllegalArgumentException: Illegal pattern character 'Z' Yes. I will see to that. FOP officially still targets JDK 1.3.x

cvs commit: xml-batik/sources/org/apache/batik/util Service.java

2004-08-26 Thread deweese
deweese 2004/08/26 17:42:07 Modified:.build.xml lib pdf-transcoder.jar sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java sources/org/apache/batik/ext/awt/image GraphicsUtil.java sources/org/apache/batik

Re: submit preserveAspectRatio stuff

2004-08-26 Thread Thomas DeWeese
Hi Tonny, I will try and look at this shortly. Updating to the new License would be good. Thanks! Tonny Kohar wrote: I would like to submit implementation Batik SVG DOM preserveAspectRatio part for SVGImageElement. The bugzilla id: 30580 All files are attached on the above bugzilla. I just

Re: PDF Transcoder: Revisiting transcoder setup

2004-08-15 Thread Thomas DeWeese
Jeremias Maerki wrote: Thomas (and all), I'm currently tracking down differences between the PDF and PS transcoders. The following thread triggered that: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]by=threadfrom=825221 There's an SVG attached to the first post. It's a SVG with width and

Re: SVGParser to Renderer

2004-07-19 Thread Thomas DeWeese
) Thanks a lot, Sandy. */Thomas DeWeese [EMAIL PROTECTED]/* wrote: Sand Print wrote: Thank you both for your reply. I looked at the steps link, Cameron- it helped. Following on that question, I am trying to parse an SVG file using a very light parser. - so I get all

Re: SVGParser to Renderer

2004-07-18 Thread Thomas DeWeese
Sand Print wrote: Thank you both for your reply. I looked at the steps link, Cameron- it helped. Following on that question, I am trying to parse an SVG file using a very light parser. - so I get all the elements and attributes in the SVG file. Now I need to stored it in some local data

Re: Extensions

2004-07-13 Thread Thomas DeWeese
Hi Cameron, Cameron McCormack wrote: As part of my main project I'm making a Batik extension, as you might know. I want to make available a new element which acts similarly to a tref element. This element, tval, will generate text content as a result of evaluating an expression. While

  1   2   3   4   5   >