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

2003-03-04 Thread deweese
deweese 2003/03/04 14:52:15 Modified:sources/org/apache/batik/ext/awt/image/spi JDKRegistryEntry.java Log: Fixed a bug when corrupt files are given to the JDKRegistryEntry it would throw an exception. Revision ChangesPath 1.7 +2 -0

cvs commit: xml-batik/samples chessFont.svg

2003-03-04 Thread deweese
deweese 2003/03/04 18:10:05 Added: samples chessFont.svg Log: Chess Font contributed by Max Froumentin, thanks! Revision ChangesPath 1.1 xml-batik/samples/chessFont.svg Index: chessFont.svg

RE: Background color for text elements

2003-02-27 Thread Thomas E Deweese
GS == Geeta Shukla [EMAIL PROTECTED] writes: GS The input to my project are SVG files with just text and lines GS elements. The requirement is that the user would right click on GS any of the text nodes and select a background color for the GS same. How can I set a background color to a text

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

2003-02-26 Thread deweese
deweese 2003/02/26 03:13:46 Modified:sources/org/apache/batik/bridge BaseScriptingEnvironment.java UpdateManager.java sources/org/apache/batik/swing/gvt AbstractZoomInteractor.java JGVTComponent.java sources

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

2003-02-25 Thread deweese
deweese 2003/02/25 02:30:57 Modified:sources/org/apache/batik/swing/svg JSVGComponent.java Log: 1) JSVGComponent once again clears renderingTransform when loading a document. 2) Cleaned up the relationship between computRenderingTransform and updateRenderingTransform

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

2003-02-24 Thread deweese
deweese 2003/02/24 10:25:54 Modified:sources/org/apache/batik/bridge AbstractGraphicsNodeBridge.java BridgeContext.java SVGSVGElementBridge.java SVGTextElementBridge.java UpdateManager.java UserAgent.java

SVGLocatable, currentScale/Translate, evt.clientX/Y

2003-02-24 Thread Thomas E Deweese
Hi all, This is a bit of a warning. I will shortly be committing new code that implements currentScale/Translate. In the processes I cleaned up and fixed several of the SVGLocatable methods dealing with transformations (including getCTM and getScreenCTM - which is now implemented). In

cvs commit: xml-batik/sources/org/apache/batik/gvt/text RegionInfo.java GlyphIterator.java GlyphLayout.java LineInfo.java MarginInfo.java

2003-02-20 Thread deweese
deweese 2003/02/20 03:15:47 Modified:samples/extensions flowText.svg sources/org/apache/batik/extension/svg BatikExtConstants.java SVGFlowTextElementBridge.java sources/org/apache/batik/gvt/text

RE: cvs commit: xml-batik/sources/org/apache/batik/gvt/textRegionInfo.java GlyphIterator.java GlyphLayout.java LineInfo.javaMarginInfo.java

2003-02-20 Thread Thomas E Deweese
TD == Thomas E DeWeese [EMAIL PROTECTED] writes: TD Flow text syntax is now brought up to date with SVG Drafts (see TD examples) TD Flow text now supports vertical-align attribute on flowRegion TD elements. I forgot to thank Andrew Pietsch for the work on vertical-align

RE: Drawing in a JSVGCanvas

2003-02-19 Thread Thomas E Deweese
GB == Gerard BUNEL [EMAIL PROTECTED] writes: GB I already posted this mail in batik-users but this one is GB probably a best place. GB I'm using JSVGCanvas do display a Map. I've to dynamically draw GB points on this map. For my first test, I've overloaded the GB paint(Graphics g) method to

cvs commit: xml-batik/samples/tests/spec/scripting/textcontent - New directory

2003-02-18 Thread deweese
deweese 2003/02/18 18:40:51 xml-batik/samples/tests/spec/scripting/textcontent - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CVS Commit [Message to large]

2003-02-18 Thread Thomas E Deweese
deweese 2003/02/18 18:50:58 Modified:samples/tests/spec/fonts fontAltGlyph2.svg sources/org/apache/batik/bridge SVGTextElementBridge.java sources/org/apache/batik/dom/svg SVGOMTextContentElement.java sources/org

RE: Refreshing JSVGCanvas

2003-02-17 Thread Thomas E Deweese
GS == Geeta Shukla [EMAIL PROTECTED] writes: GS Hi, I am using Batik 1.5b4b version. Through the app i am GS developing i let the user select a svg file and open it. It opens GS and renders properly. The app also allows user to add more text GS nodes to the SVG document. I take the value for

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

2003-02-13 Thread deweese
deweese 2003/02/13 05:11:37 Modified:.build.xml sources/org/apache/batik/bridge SVGFilterElementBridge.java sources/org/apache/batik/ext/awt/image/renderable DeferRable.java sources/org/apache/batik/ext/awt

RE: Scrolling for JSVGCanvas

2003-02-12 Thread Thomas E Deweese
GS == Geeta Shukla [EMAIL PROTECTED] writes: GS I am using Batik 1.1.1 for my project to render SVG files. You might try using Batik 1.5b4 or current CVS as they are probably better for most uses at this point. GS The problem is that I cannot make use of the inner class/fields of GS

cvs commit: xml-batik/test-sources/org/apache/batik/util TestMessages.java Base64Test.java ParsedURLDataTest.java ParsedURLTest.java Messages.java

2003-02-08 Thread deweese
deweese 2003/02/08 05:25:12 Modified:resources/org/apache/batik/apps/svgbrowser/resources init.svg sources/org/apache/batik/bridge SVGTextElementBridge.java sources/org/apache/batik/css/engine/value/svg

Re: [Fwd: RE: Problem with Batik source code]

2003-02-05 Thread Thomas E Deweese
KR == Keven Ring [EMAIL PROTECTED] writes: KR Attached are the ParsedURL tests which I added, along with the KR html results from the original code. Also, I have attached the KR changes to the code which you have suggested. KR If there is anything else, please let me know! No, this looks

Re: [Fwd: RE: Problem with Batik source code]

2003-02-03 Thread Thomas E Deweese
KR == Keven Ring [EMAIL PROTECTED] writes: Could you please provide additional tests for absolute JAR sub URL's? This will help ensure that you have covered all cases and that we don't break anything you are depending on in the future. KR Sure. How would you like me to supply additional

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

2002-12-10 Thread deweese
deweese 2002/12/10 08:19:17 Modified:sources/org/apache/batik/ext/awt LinearGradientPaintContext.java MultipleGradientPaintContext.java RadialGradientPaintContext.java test-resources/org/apache/batik

cvs commit: xml-batik/sources/org/apache/batik/extension/svg BatikMultiImageElementBridge.java MultiResGraphicsNode.java

2002-11-20 Thread deweese
deweese 2002/11/20 04:55:42 Modified:sources/org/apache/batik/extension/svg BatikMultiImageElementBridge.java MultiResGraphicsNode.java Log: 1) Fixed problem using percentages with multi-image element 2) Fixed a potentially huge

cvs commit: xml-batik/sources/org/apache/batik/extension/svg BatikExtConstants.java SVGFlowTextElementBridge.java

2002-11-15 Thread deweese
deweese 2002/11/15 07:46:51 Modified:samples/extensions flowText.svg sources/org/apache/batik/extension/svg BatikExtConstants.java SVGFlowTextElementBridge.java Log: Name of 'region' tag in flowText is now flowLaout

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

2002-11-14 Thread deweese
deweese 2002/11/14 11:44:49 Modified:sources/org/apache/batik/bridge BridgeContext.java BridgeEventSupport.java CursorManager.java sources/org/apache/batik/swing/svg JSVGComponent.java Log: 1) getRelatedTarget fixed for mouseout event. 2

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

2002-11-13 Thread deweese
deweese 2002/11/13 12:20:55 Modified:sources/org/apache/batik/ext/awt/image/spi JPEGRegistryEntry.java sources/org/apache/batik/gvt/renderer StrokingTextPainter.java sources/org/apache/batik/swing/svg

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

2002-11-11 Thread deweese
deweese 2002/11/11 06:38:37 Modified:sources/org/apache/batik/swing JSVGCanvas.java Log: Fix for tooltips hanging around under JDK 1.4.1 Revision ChangesPath 1.35 +21 -14xml-batik/sources/org/apache/batik/swing/JSVGCanvas.java Index: JSVGCanvas.java

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

2002-11-06 Thread deweese
deweese 2002/11/06 12:55:46 Modified:sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java sources/org/apache/batik/gvt/renderer StrokingTextPainter.java Log: 1) Ctrl-K/L now work in fullscreen mode 2) Fixed

cvs commit: xml-batik/samples/extensions/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

2002-10-07 Thread deweese
deweese 2002/10/07 04:24:49 Modified:samples/extensions/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

cvs commit: xml-batik/sources/org/apache/batik/extension/svg/renderable MultiResRable.java

2002-10-04 Thread deweese
deweese 2002/10/03 11:57:15 Modified:resources/org/apache/batik/apps/rasterizer/resources Messages.properties samples/extensions multi.svg sources/org/apache/batik/bridge SVGBrokenLinkProvider.java sources/org/apache

cvs commit: xml-batik/samples/extensions/opera/multires - New directory

2002-10-04 Thread deweese
deweese 2002/10/03 11:50:28 xml-batik/samples/extensions/opera/multires - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Extending batik: simplest transparent element

2002-10-03 Thread Thomas E Deweese
AFB == Antonio Fiol Bonnín [EMAIL PROTECTED] writes: AFB I have started to implement what I posted on my previous e-mail, AFB and my first try has been a simple transparent wrapper element. I must say that I have a few reservations about the general technique of adding new elements to

Re: Extending batik: simplest transparent element

2002-10-03 Thread Thomas E Deweese
AFB == Antonio Fiol Bonnín [EMAIL PROTECTED] writes: I must say that I have a few reservations about the general technique of adding new elements to SVG. I don't really know what your constraints are but you might consider using a transformation language like XSLT to map your custom

RE: batik1.1.1 Rasterizer+jdk1.4.1 can't transe to jpg correctly

2002-09-25 Thread Thomas E Deweese
"H" == $B8b(B $B%4%&(B [EMAIL PROTECTED] writes: H But we can't update to batik1.5 now for customer requirement. This is unfortunate... H Would you like to tell me the detail about the bug? (which java H file contain the bug? or what is the reason the bug injected?) so H we may modify

RE: batik1.1.1 Rasterizer+jdk1.4.1 can't transe to jpg correctly

2002-09-24 Thread Thomas E Deweese
"H" == $B8b(B $B%4%&(B [EMAIL PROTECTED] writes: H When I use rasterizer batik1.1 with jdk1.4.1 ,I find it can not H transfer to jpg correctly. Only a white jpg show. This is due to a bug in Batik 1.1. This bug is fixed in Batik 1.5b4. While we haven't reached our goals for an

[RE] Re: pdf transcoder packaging?

2002-09-04 Thread Thomas E Deweese
KL == Keiron Liddle [EMAIL PROTECTED] writes: KL Has anyone thought about this? Yes. :) KL On Wed, 2002-07-24 at 11:29, Keiron Liddle wrote: I was wondering if it might be a good idea to either have a separate pdf transcoder release with docs packaging etc. or to have it with the

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

2002-08-29 Thread deweese
deweese 2002/08/29 12:34:57 Modified:sources/org/apache/batik/ext/awt/image/rendered IndexImage.java Log: Fixed a bug in the construction of the IndexColorModel. Revision ChangesPath 1.2 +43 -4 xml-batik/sources/org/apache/batik/ext

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

2002-08-28 Thread deweese
deweese 2002/08/28 13:14:51 Modified:sources/org/apache/batik/swing/svg JSVGComponent.java sources/org/apache/batik/util ParsedURLDefaultProtocolHandler.java Log: Fixed a bug in linking with 'a' element and relative URLs. Revision

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

2002-08-27 Thread deweese
deweese 2002/08/27 06:17:45 Modified:samples/tests/spec/text textPosition.svg textPosition2.svg sources/org/apache/batik/bridge SVGTextElementBridge.java Log: 1) Fixed a bug in the handling of position attributes on empty tspans they overwrite all preceeding

cvs commit: [...] SVGTextElementBridge.java

2002-08-27 Thread Thomas E Deweese
Hi Vincent, Thanks for putting togeather the release. Just a quick note on my latest commit. TD == Thomas E DeWeese [EMAIL PROTECTED] writes: TD Modified: TD samples/tests/spec/text textPosition.svg, I added new tests for empty tspans to this test (two new tests

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

2002-08-26 Thread deweese
deweese 2002/08/26 04:51:12 Modified:sources/org/apache/batik/util XMLConstants.java test-resources/org/apache/batik/dom unitTesting.xml Log: Now provides the correct root element tag name for cloneElement Revision ChangesPath 1.4 +3 -3 xml

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

2002-08-26 Thread deweese
deweese 2002/08/26 12:16:04 Modified:sources/org/apache/batik/apps/slideshow Main.java sources/org/apache/batik/util XMLResourceDescriptor.java Log: 1) Setting the CSS parser now sets CSS Parser (not XML Parser :). 2) Slide show app now works when given only one

JSVGCanvas.eventsEnabled has wrong description?

2002-08-20 Thread Thomas E Deweese
JM == James McArthur [EMAIL PROTECTED] writes: JM Hi, I have a class that has extended JSVGCanvas, and I want to JM disable mouse events being received. JM In the javadocs, it says there is a protected member variable JM 'eventsEnabled' that has the description: JM eventEnabled - Whether the

Written image map transcoder, but still some questions

2002-08-15 Thread Thomas E Deweese
TK == Torsten Knodt [EMAIL PROTECTED] writes: TK I've written a transcoder, which creates html image maps. Congradulations, and thanks. FYI I this is really more in Vincent's domain, he is currently away but due back soon I believe. TK Now, there are a few last questions: - TK -

cvs commit: xml-batik/test-sources/org/apache/batik/test/svg SVGRenderingAccuracyTest.java

2002-08-14 Thread deweese
deweese 2002/08/14 05:59:47 Modified:samples/tests/spec/text textLength.svg test-references/samples batikCandyBumpMap1.png bookOfKells.png mapSpain.png mapWaadt.png mathMetal.png moonPhases.png sizeOfSun.png

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

2002-08-13 Thread deweese
deweese 2002/08/13 14:33:17 Modified:samples mathMetal.svg sources/org/apache/batik/bridge SVGImageElementBridge.java sources/org/apache/batik/extension/svg BatikMultiImageElementBridge.java sources/org/apache/batik

SVGGraphics2D .....Are the attributes on the svg element hard coded?

2002-08-12 Thread Thomas E Deweese
RD == Robert D [EMAIL PROTECTED] writes: RD If you output SVGGraphics2D without adding anything to the W3 DOM RD Document object . rD svg xmlns:xlink=http://www.w3.org/1999/xlink; style=fill-opacity:1; RD color-rendering:auto; color-interpolation:auto; RD text-rendering:auto; stroke:black;

cvs commit: xml-batik/sources/org/apache/batik/gvt/text GlyphLayout.java TextSpanLayout.java

2002-08-12 Thread deweese
deweese 2002/08/12 13:34:35 Modified:sources/org/apache/batik/bridge BridgeEventSupport.java SVGLinearGradientElementBridge.java sources/org/apache/batik/gvt TextNode.java TextPainter.java sources/org/apache/batik/gvt/font

svg font clipping

2002-08-12 Thread Thomas E Deweese
KL == Keiron Liddle [EMAIL PROTECTED] writes: KL I just noticed what appears to be a bug with svg fonts. I have KL attached a small test. Hi Keiron, This bug is now fixed in CVS Batik. Is it ok if I add a new test to Batik derived off your test, making use of your 'FOPFont'?

cvs commit: xml-batik/sources/org/apache/batik/apps/svgbrowser JAuthenticator.java Main.java

2002-08-02 Thread deweese
deweese 2002/08/02 13:26:05 Modified:resources/org/apache/batik/apps/svgbrowser/resources GUI.properties sources/org/apache/batik/apps/svgbrowser Main.java Added: sources/org/apache/batik/apps/svgbrowser JAuthenticator.java Log

cvs commit: xml-batik/sources/org/apache/batik/apps/svgbrowser JAuthenticator.java

2002-08-02 Thread deweese
deweese 2002/08/02 13:29:29 Modified:sources/org/apache/batik/apps/svgbrowser JAuthenticator.java Log: Added the Apache Copyright notice to new source file. Revision ChangesPath 1.2 +8 -0 xml-batik/sources/org/apache/batik/apps/svgbrowser/JAuthenticator.java

cvs commit: xml-batik/sources/org/apache/batik/util ParsedURL.java ParsedURLData.java ParsedURLDefaultProtocolHandler.java

2002-08-01 Thread deweese
deweese 2002/08/01 13:24:32 Modified:sources/org/apache/batik/dom/util SAXDocumentFactory.java sources/org/apache/batik/util ParsedURL.java ParsedURLData.java ParsedURLDefaultProtocolHandler.java Log: 1) Fixed a bug

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

2002-08-01 Thread deweese
deweese 2002/08/01 17:18:35 Modified:sources/org/apache/batik/swing/gvt JGVTComponent.java TextSelectionManager.java sources/org/apache/batik/swing/svg JSVGComponent.java Log: Now uses repaint instead of paintImmediately when double buffering

cvs commit: xml-batik/sources/org/apache/batik/apps/svgbrowser PreferenceDialog.java

2002-08-01 Thread deweese
deweese 2002/08/01 17:51:40 Modified:sources/org/apache/batik/apps/svgbrowser PreferenceDialog.java Log: Fixed a small bug in the preference display. Revision ChangesPath 1.17 +5 -1 xml-batik/sources/org/apache/batik/apps/svgbrowser

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value/svg GlyphOrientationManager.java

2002-07-31 Thread deweese
deweese 2002/07/31 09:00:08 Modified:samples moonPhases.svg sources/org/apache/batik/apps/svgbrowser SVGInputHandler.java sources/org/apache/batik/bridge BridgeContext.java PaintServer.java

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

2002-07-25 Thread deweese
deweese 2002/07/25 14:42:42 Modified:sources/org/apache/batik/gvt AbstractGraphicsNode.java CompositeGraphicsNode.java UpdateTracker.java sources/org/apache/batik/gvt/event GraphicsNodeChangeEvent.java Log: 1) Adding

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java SVGDocumentFactory.java

2002-07-24 Thread deweese
deweese 2002/07/24 04:50:26 Modified:samples/tests/spec/scripting use.svg sources/org/apache/batik/apps/svgbrowser XMLInputHandler.java sources/org/apache/batik/bridge DocumentLoader.java sources/org/apache/batik/dom

Re: Documentation and Is there Trouble with Mac OS X or Not?

2002-07-24 Thread Thomas E Deweese
DC == Dennis Christopher [EMAIL PROTECTED] writes: DC Batik team, Another question re Mac OSX, while the subject is DC open-- DC Has anyone managed to build Batik under MacOSX? I've tried with DC CodeWarrior and run into compile errors and other problems. I build it all the time (with the

including encoded image in svg and rendering to pdf

2002-07-23 Thread Thomas E Deweese
ES == Eric Smith [EMAIL PROTECTED] writes: ES [ no response in batik-users so desperately posting in dev ] Sorry, most of the Batik team was at SVG Open, then the SVG working group meeting. ES I followed the instructions in the Pawson fop faq as follows: ES image width=170 height=109 ES

Documentation and Is there Trouble with Mac OS X or Not?

2002-07-23 Thread Thomas E Deweese
RD == t h [EMAIL PROTECTED] writes: RD Hello Batik Team, I have been going over the xdoc again ;-) as RD I learn more about Java2D ...I understand Batik more :-).so I RD have a question that I would like to solve once and for all. RD I have two Questions RD Question 1: I'll let

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

2002-07-23 Thread deweese
deweese 2002/07/23 17:02:28 Modified:.build.bat sources/org/apache/batik/bridge ScriptingEnvironment.java UpdateManager.java sources/org/apache/batik/dom/util SAXDocumentFactory.java sources/org/apache/batik

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

2002-07-23 Thread deweese
deweese 2002/07/23 18:19:31 Modified:sources/org/apache/batik/bridge ScriptingEnvironment.java sources/org/apache/batik/dom/util SAXDocumentFactory.java Log: Added Addional versions of createDocument. parseXML uses these to avoid having to say what the root

Re: pdf transcoding development

2002-07-11 Thread Thomas E Deweese
KL == Keiron Liddle [EMAIL PROTECTED] writes: KL On Tue, 2002-07-02 at 13:36, Thomas E Deweese wrote: - started KL implementation of patterns and gradients Patterns generally KL work. The gradient coordinates are currently wrong, I'm not sure KL how to get this right. Anything we can do

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

2002-07-11 Thread deweese
deweese 2002/07/11 05:35:29 Modified:sources/org/apache/batik/gvt ImageNode.java Log: 1) ImageNode now properly rerenders when it's image is changed. Revision ChangesPath 1.10 +7 -2 xml-batik/sources/org/apache/batik/gvt/ImageNode.java Index

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

2002-07-11 Thread deweese
deweese 2002/07/11 09:26:20 Modified:samples mapSpain.svg sources/org/apache/batik/util ParsedURL.java ParsedURLData.java ParsedURLDataProtocolHandler.java test-resources/org/apache/batik/util

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

2002-07-09 Thread deweese
deweese 2002/07/09 10:17:54 Modified:sources/org/apache/batik/ext/awt/geom ExtendedGeneralPath.java sources/org/apache/batik/gvt MarkerShapePainter.java test-resources/org/apache/batik/test samplesRendering.xml Added

Forte Running SVG program - not terminating Java program threads

2002-07-03 Thread Thomas E Deweese
MM == Maybin Muyeba [EMAIL PROTECTED] writes: MM hi, I have written a program in Java that draws Bar GRaphs and Pie MM graphs using SVG DOM. But when I run the program in Forte IDE, the MM program thread does not terminate after writing to file the output MM SVG file. MM So if I run five

pdf transcoding development

2002-07-02 Thread Thomas E Deweese
Hi Keiron, KL == Keiron Liddle [EMAIL PROTECTED] writes: KL Just an update about the svg-pdf transcoder that is developed KL with FOP. Currently this is in cvs only. KL - added transparency for shapes and images. This is _great_ news! KL - started implementation of patterns and

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

2002-06-22 Thread deweese
deweese 2002/06/22 04:52:56 Modified:resources/org/apache/batik/apps/rasterizer/resources Messages.properties sources/org/apache/batik/apps/rasterizer Main.java SVGConverter.java sources/org/apache/batik

cvs commit: xml-batik/test-sources/org/apache/batik/apps/rasterizer MainTest.java SVGConverterTest.java

2002-06-22 Thread deweese
deweese 2002/06/22 05:06:07 Modified:test-sources/org/apache/batik/apps/rasterizer MainTest.java SVGConverterTest.java Log: Added unit testing for new rasterizer option. Revision ChangesPath 1.6 +14 -1 xml-batik/test-sources/org/apache

cvs commit: xml-batik/xdocs extendingBatik.xml faq.xml security.xml svgviewer.xml

2002-06-21 Thread deweese
deweese 2002/06/21 06:28:05 Modified:resources/org/apache/batik/apps/svgbrowser/resources Main.properties svgbrowser.bin.policy sources batik.mf sources/org/apache/batik/apps/svgbrowser Main.java test-sources/org

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

2002-06-20 Thread deweese
deweese 2002/06/20 14:35:10 Modified:.build.xml sources/org/apache/batik/bridge URIResolver.java sources/org/apache/batik/ext/awt/image/rendered BumpMap.java sources/org/apache/batik/gvt/text GlyphLayout.java test

Re: svg font clipping

2002-06-18 Thread Thomas E Deweese
KL == Keiron Liddle [EMAIL PROTECTED] writes: KL On Tue, 2002-06-18 at 08:28, Vincent Hardy wrote: No, it's not a trivial change (I've played with removing methods enough to be fairly sure I know what the dependencies are). My preference is actually to rationalize the TextPainter

Re: svg font clipping

2002-06-18 Thread Thomas E Deweese
VH == Vincent Hardy [EMAIL PROTECTED] writes: getBounds - for GraphicsNode.getGeometryBounds() getDecoratedShape - for GraphicsNode.getBounds() VH You meant TextNode.getGeometryBounds() and TextNode.getOutline(), VH right? They are the same methods, TextNode derives off GraphicsNode (I

Re: svg font clipping

2002-06-18 Thread Thomas E Deweese
KL == Keiron Liddle [EMAIL PROTECTED] writes: KL On Tue, 2002-06-18 at 13:40, Thomas E Deweese wrote: What is the current state of FOP + Batik? KL The issue with FOP is really about the releases, not so much cvs. KL Currently releases are coming from a branch. There is a release KL happening

Special Fonts not supported?

2002-06-12 Thread Thomas E Deweese
RC == Randall Clark [EMAIL PROTECTED] writes: RC Can anyone tell me whether fonts such as ZapfDingbats, Dingbats, RC and Symbols are/are not supported in Batik? If they are is there RC something special I need to know for displaying them in the batik RC browser? We get all 'platform

Re: Special Fonts not supported?

2002-06-12 Thread Thomas E Deweese
RC == Randall Clark [EMAIL PROTECTED] writes: RC Oh! It's a Java thing We are running on several platforms: MS, RC Unix, TSE Servers. I will take a look at the Java fonts settings. RC The font is loaded on my system, so I thought Java picked those up RC automagically if it cannot find them

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

2002-05-29 Thread deweese
deweese 02/05/29 15:38:03 Modified:sources/org/apache/batik/gvt AbstractGraphicsNode.java Log: Fixed a null pointer exeption in some odd cases... Revision ChangesPath 1.42 +3 -1 xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java Index

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

2002-05-20 Thread deweese
deweese 02/05/20 10:18:57 Modified:sources/org/apache/batik/util ParsedURL.java ParsedURLJarProtocolHandler.java Service.java Log: Documentation futzing. Revision ChangesPath 1.11 +12 -9 xml-batik/sources/org/apache/batik/util

Re: ImageTranscoder

2002-05-15 Thread Thomas E Deweese
JI == Jun Inamori [EMAIL PROTECTED] writes: JI Dear Thomas, A good color palette will put less pressure on the dithering function, so given a good palette you will get a significantly better image given the same dithering function. The exact difference depends on the image. JI Thank you

Re: ImageTranscoder

2002-05-13 Thread Thomas E Deweese
JI == Jun Inamori [EMAIL PROTECTED] writes: JI Hi Thomas, I'll see if I can put togeather at least the adaptive pallete part. I don't know how long it will take me to get around to this, so if you or some other enterprising programmer has a copy of Graphics Gems they can probably beat me

Re: compare outputs

2002-05-06 Thread Thomas E Deweese
Vincent, Bernard, Actually, I get mostly junk on my machine (Solaris), most likely this is due to platform font differences. Bernard, I would strongly recomend that you write a small SVG font that includes just the box chars and spaces. Then use that for your diagrams. This should

image xlink:href

2002-05-01 Thread Thomas E Deweese
RC == Randall Clark [EMAIL PROTECTED] writes: RC I have tried to view a document that has the image tag. It gives RC me the message: The attribute 'xlink:href' of the element image RC is required. The image tag is in the document with the xlink:href RC attribute. Is this tag not yet

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

2002-04-30 Thread deweese
deweese 02/04/30 12:08:48 Modified:samples batikLogo.svg samples/extensions flowText.svg sources/org/apache/batik/bridge SVGGVTFont.java SVGTextElementBridge.java sources/org/apache/batik/extension/svg

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

2002-04-27 Thread deweese
deweese 02/04/27 15:41:58 Modified:resources/org/apache/batik/bridge/resources Messages.properties sources/org/apache/batik/bridge AbstractSVGGradientElementBridge.java ErrorConstants.java

cvs commit: xml-batik/sources/org/apache/batik/extension/svg BatikExtConstants.java SVGFlowTextElementBridge.java

2002-04-24 Thread deweese
deweese 02/04/24 05:33:29 Modified:samples/extensions flowText.svg sources/org/apache/batik/extension/svg BatikExtConstants.java SVGFlowTextElementBridge.java Log: Changed the children of flowRegion from 'rect

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

2002-04-24 Thread deweese
deweese 02/04/24 17:45:42 Modified:sources/org/apache/batik/bridge AbstractGraphicsNodeBridge.java sources/org/apache/batik/gvt/font SVGGVTGlyphVector.java sources/org/apache/batik/gvt/text GlyphIterator.java Log: 1) Fixed a bug

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

2002-04-23 Thread deweese
deweese 02/04/23 14:58:13 Modified:sources/org/apache/batik/ext/awt/image/rendered PadRed.java Log: Fixed a long standing bug in PadRed's replicate mode. Revision ChangesPath 1.11 +22 -5 xml-batik/sources/org/apache/batik/ext/awt/image/rendered/PadRed.java

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

2002-04-15 Thread deweese
deweese 02/04/15 06:44:46 Modified:sources/org/apache/batik/ext/awt/image/renderable PadRable8Bit.java sources/org/apache/batik/gvt/filter BackgroundRable8Bit.java sources/org/apache/batik/gvt/text

cvs commit: xml-batik/sources/org/apache/batik/gvt/text GlyphIterator.java GlyphLayout.java MarginInfo.java

2002-04-12 Thread deweese
deweese 02/04/12 07:36:48 Modified:samples/extensions flowText.svg sources/org/apache/batik/extension/svg BatikDomExtension.java BatikExtConstants.java SVGFlowTextElementBridge.java sources/org/apache/batik

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

2002-04-10 Thread deweese
deweese 02/04/10 14:36:45 Modified:sources/org/apache/batik/bridge AbstractSVGFilterPrimitiveElementBridge.java sources/org/apache/batik/gvt/filter BackgroundRable8Bit.java Log: Fixes a bug in background image handleing. Revision Changes

Commit message failure

2002-04-09 Thread Thomas E Deweese
This is a bit old but here it is... Modified:samples mines.svg sources/org/apache/batik/bridge SVGTextElementBridge.java sources/org/apache/batik/extension ExtensionElement.java sources/org/apache/batik/extension/svg

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

2002-04-05 Thread deweese
deweese 02/04/05 00:19:53 Modified:sources/org/apache/batik/ext/awt AreaOfInterestHintKey.java BufferedImageHintKey.java RenderingHintsKeyExt.java TranscodingHintKey.java sources/org/apache/batik/ext/awt/image/renderable

cvs commit: xml-batik/samples/extensions gears.svg flowText.svg

2002-04-03 Thread deweese
deweese 02/04/03 19:29:57 Modified:samples/extensions flowText.svg Added: samples/extensions gears.svg Log: 1) Fixed visible title in flowText, moved namespace decl. 2) Added cool animated gears example. Revision ChangesPath 1.3 +5 -5 xml-batik

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

2002-04-03 Thread deweese
deweese 02/04/03 19:31:19 Modified:sources/org/apache/batik/bridge SVGFeOffsetElementBridge.java Log: 1) Fixed a filterPrimitiveRegion bug. Revision ChangesPath 1.12 +2 -1 xml-batik/sources/org/apache/batik/bridge

cvs commit: xml-batik/samples mines.svg

2002-03-20 Thread deweese
deweese 02/03/20 08:17:01 Added: samples mines.svg Log: SVG implementation of mine sweeper. Revision ChangesPath 1.1 xml-batik/samples/mines.svg Index: mines.svg === ?xml

cvs commit: xml-batik/samples mines.svg

2002-03-20 Thread deweese
deweese 02/03/20 12:31:26 Modified:samples mines.svg Log: Fixed some minor bugs in the XML. Removed whitespace text nodes from XML. Revision ChangesPath 1.2 +52 -73xml-batik/samples/mines.svg Index: mines.svg

Re: PNG-8

2002-03-20 Thread Thomas E Deweese
RW == Ryan Worley [EMAIL PROTECTED] writes: RW PNG-8 is an 8-bit (256 color) PNG image. I believe that Batik RW currently only supports PNG-24 (24-bit) PNG images. For graphics RW that don't use more than 256 colors, it would be nice to have a RW PNG-8 option to keep the file size small.

PNG-8

2002-03-20 Thread Thomas E Deweese
RW == Ryan Worley [EMAIL PROTECTED] writes: RW What is the status of supporting PNG-8 with the Batik Rasterizer? What is PNG-8? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: xml-batik/sources/org/apache/batik/transcoder/image PNGTranscoder.java TIFFTranscoder.java

2002-03-11 Thread deweese
deweese 02/03/11 09:34:52 Modified:sources/org/apache/batik/transcoder/image PNGTranscoder.java TIFFTranscoder.java Log: 1) PNG files now include pHYs chunk which specifies resolution information. 2) Fixed a 1/x bug in Tiff resolution information

RE: SVGDocument

2002-03-07 Thread Thomas E Deweese
TK == Thierry Kormann [EMAIL PROTECTED] writes: SAXSVGDocumentFactory.createDocument(InputSource)!!! Why do we need the uri for creating an SVGDocument??? TK Batik needs the URI of the SVG document to be able to resolve TK relative URIs that can specified in the document (such as TK

cvs commit: xml-batik/test-references/samples/tests/spec/scripting .cvsignore

2002-03-07 Thread deweese
deweese 02/03/07 14:07:45 Modified:sources/org/apache/batik/ext/awt/image/codec/tiff TIFFImageEncoder.java sources/org/apache/batik/gvt AbstractGraphicsNode.java sources/org/apache/batik/gvt/filter

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

2002-03-02 Thread deweese
deweese 02/03/02 13:53:11 Modified:sources/org/apache/batik/ext/awt/image GraphicsUtil.java Log: Fixed normal code path for new Mac OS X JVM (is now in line with most of the rest of code for which drawImage it uses). Revision ChangesPath 1.24 +9 -11 xml

<    1   2   3   4   5   >