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 of

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

Re: Cloned 'use' subtrees ids

2005-03-05 Thread Thomas DeWeese
Marcel Ruff wrote: your number One more question arose: The is only a reference pointing to the symbol in my library, it is not a deep copy (clone), if i understand this correctly. Correct. If i now switch on the light in one of the boeing747 just landed but want another a

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: 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: cla

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/d

Re: Cloned 'use' subtrees ids

2005-03-03 Thread Thomas DeWeese
Hi Marcel, Sounds cool! Marcel Ruff wrote: I have an airplane radar view. I have some little airplane symbols drawn with svg (like Airbus A320, Boeing 747,etc) and collected in a library. When a new airplane arrives at the airport i detect the type of airplane, pick it from the library, clone th

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 specification

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

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

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 i

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 t

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 dom.Abstrac

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 ad

Re: DOM 3

2005-02-20 Thread Thomas DeWeese
Cameron McCormack wrote: Thomas DeWeese: There is one other issue which is that I would like to put out a 1.5.2 before making such a large change (especially if it is going to make things difficult for users on JDK 1.5 or less). One option would be to fork the code base which would allow this

Re: DOM 3

2005-02-20 Thread Thomas DeWeese
Hi Camron, Cameron McCormack wrote: And another thing: I am trying to put my test cases into regard, but I come up against the DOM 3 interfaces problem here, too. Compiling the main sources works fine but when compiling the test sources it finds only the DOM 2 interfaces, and so my tests don't com

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 in

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 numb

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

2005-02-17 Thread deweese
deweese 2005/02/17 03:47:05 Modified:lib pdf-transcoder.jar resources/org/apache/batik/apps/svgbrowser/resources GUI.properties samples starfield.svg sources/org/apache/batik/apps/svgbrowser

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-references/samples/tests/spec/scripting visibilityOnClick.png

2005-02-12 Thread deweese
deweese 2005/02/12 05:04:08 Modified:resources/org/apache/batik/apps/svgbrowser/resources GUI.properties sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java sources/org/apache/batik/dom/util

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: 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 ab

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: 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 t

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 k

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 do

Re: Class PathParser

2005-01-24 Thread Thomas DeWeese
Hi Alice, Alice Mello wrote: It seems like PathParser is ideal for me to use in order to parse a SVG file into a private text file with graph coordinates. But, I have no clue on how to use it. does anyone have an example? Well the code in Batik that uses it is: batik.bridge.SVGPathElementBridg

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 AbstractGraphicsNod

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 no

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 Xer

Re: Qustion about SVG

2005-01-14 Thread Thomas DeWeese
dler 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 unt

Re: Whitespace Handling in Batik vs ASV

2005-01-03 Thread Thomas DeWeese
ce hit. Open to any other suggestions... Rick Bullotta CTO Lighthammer Software (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 AS

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: Lightweight Batik Build - No scripting support?

2005-01-01 Thread Thomas DeWeese
ching goes 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 t

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 a

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” attribute…ASV 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: Qustion about SVG

2004-12-26 Thread Thomas DeWeese
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. Is that correct? I would strongly s

Re: Batik and dSVG

2004-12-20 Thread Thomas DeWeese
Nuno Faria wrote: check out http://opensvgviewer.sourceforge.net While the project might be interesting, it seems to have been dead since the middle of last year. TinyLine would seem to be a better bet, although it's cost, you might get a discount/donation since you are education. http:

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 mobile

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;

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

2004-12-16 Thread deweese
deweese 2004/12/16 02:50:35 Modified:sources/org/apache/batik/bridge SVGImageElementBridge.java Log: Memory leak when loading images is fixed. Revision ChangesPath 1.69 +37 -24 xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java Index

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

2004-12-15 Thread deweese
deweese 2004/12/15 02:50:30 Modified:sources/org/apache/batik/bridge BridgeContext.java SVGUseElementBridge.java sources/org/apache/batik/dom/svg SVGOMTextContentElement.java sources/org/apache/batik/gvt

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 availa

Re: Patch to allow circles in ExtendedGeneralPath

2004-12-08 Thread Thomas DeWeese
Hi Chris, Thanks for the patch, but... Chris Nokleberg wrote: I'm using ExtendedGeneralPath to adapt some existing path data (FWIW, PowerPoint autoshapes). I need to define a circular subpath, and the straightforward way of using arcTo with the same endpoints and 360 degrees does not work due.

Re: getTextLenght in SVGOMTextContentElement and Subclasses

2004-12-06 Thread Thomas DeWeese
Hi Harald, Harald Kuhn wrote: I am trying to get the rendered length of a SVG Text Element. As far as i understood, the getTextLength() Method of SVGTextContentElement is supposed to do this. No you want the "getComputedTextLength" function, "getTextLength" is tied to the "textLength" attribu

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-resources/org/apache/batik/test samplesRendering.xml

2004-12-04 Thread deweese
deweese 2004/12/04 10:40:45 Modified:sources/org/apache/batik/gvt/flow FlowGlyphLayout.java LineInfo.java test-resources/org/apache/batik/test samplesRendering.xml Added: samples/tests/spec12/text flowBidi.svg test-references

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

2004-12-03 Thread deweese
deweese 2004/12/03 04:20:17 Modified:samples/tests/spec/structure image.svg sources/org/apache/batik/css/engine CSSEngine.java SVGCSSEngine.java sources/org/apache/batik/css/engine/value

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

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-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 lines in my Document. As to your other sample file that was a gzip compressed SVG file (it sh

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 info

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 'flas

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/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-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

Re: flowText vs. flowRoot

2004-11-17 Thread Thomas DeWeese
ity is _very_ likely 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.

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]

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/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/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/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/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/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/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/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/paints - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/test-references/samples/tests/spec12/paints - 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/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/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/text - New directory

2004-11-14 Thread deweese
deweese 2004/11/14 11:45:42 xml-batik/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/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]

RFC: flowText vs. flowRoot

2004-11-13 Thread Thomas DeWeese
Hi all, To date we have had the flowText element that was a Batik extension. With SVG 1.2 there is now the flowRoot element that is _very_ similar. I have been working on this and I now have a fairly complete flowRoot implementation (it supports Bidi properly, as well as arbitrary flow regions

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

Re: [PATCH] SVGAbstractTranscoder doesn't recognize dimension changes on SVG-ROOT

2004-11-04 Thread Thomas DeWeese
Hi Simon, Simon Mieth wrote: the currrent Transcoder doesn't recognize changes of the dimension on the SVG-Root element by a script (invoked by -onload). Changes on other elements are generated fine. This problem was described by other user on the user-list [1]. This is now fixed in CVS. It's i

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

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 --dry-run

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

cvs commit: xml-batik/test-references/org/apache/batik/svggen BasicShapes2.svg ContextBasicShapes2.svg

2004-10-30 Thread deweese
deweese 2004/10/30 09:54:54 Modified:contrib/jsvg JSVG.java contrib/scroll ScrollExample.java resources/org/apache/batik/apps/svgbrowser/resources ThumbnailDialog.properties resources/org/apache/batik/apps/svgpp

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/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: 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/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 compile?

cvs commit: xml-batik/sources/org/apache/batik/ext/awt/image/spi JDKRegistryEntry.java

2004-10-01 Thread deweese
deweese 2004/10/01 03:51:58 Modified:sources/org/apache/batik/ext/awt/image/codec PNGImageEncoder.java sources/org/apache/batik/ext/awt/image/spi JDKRegistryEntry.java Log: 1) Fixed a bug in the PNG Encoder for some 1,2

Re: Problem in GVTTreeWalker ?

2004-09-24 Thread Thomas DeWeese
Hervé Girod wrote: I'm using the GVTTreeWalker class to iterate through a GVT Tree. When I used it previously for iterating beginning from the GVT root of the tree, I had no problem. [...] I think the exception will always be raised if the beginning node is not the root node of the GVT Tree

  1   2   3   4   5   6   7   >