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

2003-03-10 Thread deweese
deweese 2003/03/10 11:09:00 Modified:samples 3D.svg samples/tests/spec/fonts batikFont.svg sources/org/apache/batik/bridge SVGGlyphElementBridge.java SVGSVGElementBridge.java SVGUseElementBridge.java sources/org

cvs commit: xml-batik/test-resources/org/apache/batik/bridge scriptPermissions2.svg

2003-03-10 Thread deweese
deweese 2003/03/10 08:53:10 Modified:resources/org/apache/batik/apps/rasterizer/resources rasterizer.policy samples batikLogo.svg samples/tests/spec/fonts batikFont.svg test-resources/org/apache/batik/bridge

cvs commit: xml-batik/test-resources/org/apache/batik/bridge scriptPermissions2.svg

2003-03-10 Thread deweese
deweese 2003/03/10 07:12:20 Modified:samples batikLogo.svg samples/tests/spec/fonts batikFont.svg test-resources/org/apache/batik/bridge scriptPermissions2.svg Log: 1) Now using a nice compact 'hand coded' version of

RE: tools.jar

2003-03-10 Thread Thomas E Deweese
> "KMT" == Krevetski, Maria T (EMA) <[EMAIL PROTECTED]> writes: KMT> hi... i just un-jarred the src zip file. i'm missing the KMT> tools.jar file. where can i find that? The tools.jar should be part of the JDK (Java Developers Kit). If you only have the JRE (Java Runtime Engine) you c

cvs commit: xml-batik build.sh

2003-03-07 Thread deweese
deweese 2003/03/07 06:31:54 Modified:.build.sh Log: Keiron Liddle's fix for build.sh under cygwin Revision ChangesPath 1.12 +18 -2 xml-batik/build.sh Index: build.sh === RCS

RE: [patch] build with cygwin

2003-03-07 Thread Thomas E Deweese
> "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes: KL> A quick patch so that it is possible to build batik on cygwin Thanks, this will be in CVS shortly (I looked into this a while ago but didn't know enough about cygwin to get something I would show to anyone :).

RE: Batik Extension/FOP problem

2003-03-07 Thread Thomas E Deweese
> "SG" == Swapan Golla <[EMAIL PROTECTED]> writes: SG> I am trying to use batik extensions through FOP. I added SG> BatikElementMapping and BatikObj objects into my FOP src and then SG> registered them in the driver class but I am still getting some SG> exceptions. Can anybody help me out ?

cvs commit: xml-batik/samples/tests/spec/scripting rootSizeChange.svg

2003-03-07 Thread deweese
deweese 2003/03/07 04:36:30 Modified:sources/org/apache/batik/gvt/renderer DynamicRenderer.java sources/org/apache/batik/swing/svg JSVGComponent.java Added: samples/tests/spec/scripting rootSizeChange.svg Log: Fixed a bug in the update engine when the size

RE: Text Rotation

2003-03-05 Thread Thomas E Deweese
> "GS" == Geeta Shukla <[EMAIL PROTECTED]> writes: GS> Hi, Appended below is a part of the image that I need to draw GS> using SVG. My problem is that I can't figure out a way to angle GS> the text. I tried using text on path, but the requirement is GS> strictly to have the text center aligned

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

2003-03-05 Thread deweese
deweese 2003/03/05 14:12:45 Modified:.build.xml test-sources/org/apache/batik/test/svg SVGRenderingAccuracyTest.java test-sources/org/apache/batik/transcoder/image AbstractImageTranscoderTest.java

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

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/sources/org/apache/batik/transcoder SVGAbstractTranscoder.java

2003-03-04 Thread deweese
deweese 2003/03/04 13:24:26 Modified:sources/org/apache/batik/transcoder/image JPEGTranscoder.java sources/org/apache/batik/transcoder/print PrintTranscoder.java sources/org/apache/batik/transcoder

cvs commit: xml-batik/xdocs cvs.xml book.xml site-book.xml status.xml

2003-03-04 Thread deweese
deweese 2003/03/04 04:12:00 Modified:resources/org/apache/batik/transcoder/image/resources Messages.properties samples/tests/spec/structure useTargets.svg useTargets2.svg samples/tests/spec/text textFeatures.svg textOnPath2.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 t

RE: Text measurement

2003-02-27 Thread Thomas E Deweese
> "RL" == Randy Leonard <[EMAIL PROTECTED]> writes: RL> I am new to SVG, so please excuse what may be a simple question. RL> I am interested in generating menu buttons for web portal RL> applications using Batik. Some menu buttons will be fixed length, RL> others should vary depending upon em

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 t

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 An

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

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

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]

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 GS> nodes to the SVG document. I take the valu

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: error while creating pdf using SVG

2003-02-12 Thread Thomas E Deweese
> "SK" == Sandesk Kamath <[EMAIL PROTECTED]> writes: SK> I am getting NoClassDefFoundError while generating the pdf using SK> fop,batik which involves the image display using svg tags.It works SK> fine in some machine and it doesnt works in other machines.It SK> works good in all machines if i

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

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

cvs commit: xml-batik/contrib/tiledTranscoder - New directory

2003-02-06 Thread deweese
deweese 2003/02/06 14:59:43 xml-batik/contrib/tiledTranscoder - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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,

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 supp

RE: Bidi implementation

2003-01-06 Thread Thomas E Deweese
> "OT" == Oleg Tkachenko <[EMAIL PROTECTED]> writes: OT> In fop team we are considering now how to implement bidi support OT> in fop and one of ideas is somehow to make use of batik's bidi OT> implementation. What do you think about it, is it feasible? I guess I don't know enough about FO

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

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/ext/awt/image/codec PNGRed.java

2002-11-14 Thread deweese
deweese 2002/11/14 06:09:13 Modified:sources/org/apache/batik/bridge DocumentLoader.java sources/org/apache/batik/ext/awt/image/codec PNGRed.java Log: 1) Fixed a bug for PNG reader with Indexed Image that have a bKGD chunk. 2) Fixed but 12118 - "Unable to loa

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 a

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

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

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

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

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 t

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 eleme

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

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 a

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

2002-09-04 Thread deweese
deweese 2002/09/04 12:20:21 Modified:resources/org/apache/batik/apps/rasterizer/resources Messages.properties sources/org/apache/batik/apps/rasterizer Main.java SVGConverter.java sources/org/apache/batik/ext

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

[RE] RE: [RE] Question about IndexImage

2002-08-29 Thread Thomas E Deweese
> "HH" == Huang Haitao-G17843 <[EMAIL PROTECTED]> writes: HH> Actually, when I change it to actual bits, and run it with some of HH> my SVGs, it messes up some colors. I did some experiment, it seems HH> work only with 8 bit. Is it because the lines above use 0xFF as HH> mask for r,g,b arrays

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

[RE] Question about IndexImage

2002-08-29 Thread Thomas E Deweese
> "JI" == Jun Inamori <[EMAIL PROTECTED]> writes: JI> Hi, JI> Congratulations for the release of Version 1.5 Beta 4! By the JI> way, while I looked into the source of: JI> org/apache/batik/ext/awt/image/rendered/IndexImage.java I had the JI> small question. Within its "getIndexedImage" met

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.

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 emp

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

Re: [Q] Thinking about a transcoder registration

2002-08-26 Thread Thomas E Deweese
> "TK" == Torsten Knodt <[EMAIL PROTECTED]> writes: >> The other alternative is to simply include a Services entry in the >> standard Jar files. But for stuff we provide doing it through a >> static method helps to ensure they always get registered. TK> What I'm thinking of, is to reduce de

Re: [Q] Thinking about a transcoder registration

2002-08-26 Thread Thomas E Deweese
> "TK" == Torsten Knodt <[EMAIL PROTECTED]> writes: >> The jdk1.4 javax.imageio does a better job of supplying info I >> think. TK> The design is nice, but is not directly useable, as it depends on TK> BufferedImage. Actually if you look closely at the API it does not require the use o

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

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

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

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

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

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

SVGGraphics2D .....Are the attributes on the 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> http://www.w3.org/1999/xlink"; style="fill-opacity:1; RD> color-rendering:auto; color-interpolation:auto; RD> text-rendering:auto; stroke:black; str

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

Where is "gc" declared in SVGGraphics2D?...possible bug?

2002-08-01 Thread Thomas E Deweese
> "RD" == Robert D <[EMAIL PROTECTED]> writes: RD> Hello Batik team, If you look at the Source code for SVGGraphics RD> and look on line 268 you will see this piece of code: RD> 268 this.gc = new GraphicContext(new AffineTransform()); RD> My question is..I do not see "gc" declared in SV

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 in

What does DEFAULT_MAX_GC_OVERRIDES in SVGGenerator do?

2002-08-01 Thread Thomas E Deweese
> "RD" == Robert D <[EMAIL PROTECTED]> writes: RD> Controls the policy for grouping nodes. Once the number of RD> attributes overridden by a child element is greater than RD> DEFAULT_MAX_GC_OVERRIDES,a new group is created. @see RD> org.apache.batik.svggen.DOMTreeManager [...] RD> Con

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

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 ti

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

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

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

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:

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> xlink:href="data:im

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

Java/SVG - Stopping Batik in Java

2002-07-11 Thread Thomas E Deweese
> "MM" == Maybin Muyeba <[EMAIL PROTECTED]> writes: MM> Dear sir, I have an SVG program that creates graphs using J2EE and MM> Batik 1.1. But when I execute the program in main() method of the MM> graph.java program, the process still runs when I open Task MM> Manager in Windows 2000. MM> i.

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

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

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

2002-07-09 Thread deweese
deweese 2002/07/09 13:11:41 Modified:sources/org/apache/batik/bridge SVGImageElementBridge.java Log: 1) changes to image rendering property are now reflected in future renderings. PR: 9800 Revision ChangesPath 1.49 +4 -3 xml-batik/sources/org/apache

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 r

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 patt

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

2002-06-28 Thread deweese
deweese 2002/06/28 03:35:18 Modified:sources/org/apache/batik/ext/awt/image/rendered GaussianBlurRed8Bit.java Added: samples/tests/spec/filters feGaussianDefault.svg Log: Fix for Bug 9744 - Unable to convolve src image Revision ChangesPath

cvs commit: xml-batik/sources/org/apache/batik/apps/svgbrowser OptionPanel.java PNGOptionPanel.java JPEGOptionPanel.java JSVGViewerFrame.java

2002-06-26 Thread deweese
deweese 2002/06/26 18:37:16 Modified:resources/org/apache/batik/apps/svgbrowser/resources GUI.properties sources/org/apache/batik/apps/svgbrowser JPEGOptionPanel.java JSVGViewerFrame.java Added: sources/org/apache

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

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

<    1   2   3   4   5   6   7   >