cvs commit: xml-batik/test-sources/org/apache/batik/test/util - New directory

2001-10-11 Thread vhardy
vhardy 01/10/11 00:28:52 xml-batik/test-sources/org/apache/batik/test/util - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2001-10-11 Thread vhardy
vhardy 01/10/11 02:46:19 Modified:sources/org/apache/batik/svggen SVGGeneratorContext.java SVGGraphics2D.java Log: Addition of defaults for initial graphic context attributes. Revision ChangesPath 1.13 +105 -1

cvs commit: xml-batik/samples/tests cssMedia.svg cssMediaPrint.css cssMediaProjection.css cssMediaScreen.css

2001-10-11 Thread tkormann
tkormann01/10/11 06:35:38 Added: samples/tests cssMedia.svg cssMediaPrint.css cssMediaProjection.css cssMediaScreen.css Log: add a new test for css media. Revision ChangesPath 1.1 xml-batik/samples/tests/cssMedia.svg

where is JSVGApplet not available in batik1.0

2001-10-11 Thread Uttam Rao
Hello, I have downloaded batik1.0 from apache site. But its not showing files like JSVGApplet etc. Also files like batik-svgviewer.jar which are mentioned in the examples to be used with applets are not available. Or is there any other method to show svg on the applets. Could you please help.

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

2001-10-11 Thread deweese
deweese 01/10/11 07:04:39 Modified:sources/org/apache/batik/ext/awt/image/rendered SpecularLightingRed.java Log: Bug fix for feDistant light case. Revision ChangesPath 1.11 +4 -1

svg - java2d

2001-10-11 Thread Rikard Herlitz
I need to do the opposite of what the svggenerator does. I need to translate svt into java2d operations and write them to a file... It should be quite easy given that the svgviewer does that already, but I don't know where I can hook in on the java2d calls to print them out? Any hints??

svg - java2d

2001-10-11 Thread Thomas E Deweese
RH == Rikard Herlitz [EMAIL PROTECTED] writes: RH I need to do the opposite of what the svggenerator does. I need RH to translate svt into java2d operations and write them to a RH file... It should be quite easy given that the svgviewer does RH that already, but I don't know where I can hook

svg - java2d

2001-10-11 Thread Rikard Herlitz
Thomas E Deweese [[EMAIL PROTECTED]] wrote: Write your own subclass of Graphics2D that for each method print's the parameters rather than doing the drawing. But I have no idea what you are going to do with that once you have done it (i.e. you must have some sort of target format or

cvs commit: xml-batik/samples/tests cssMediaList.css cssMediaList.svg

2001-10-11 Thread tkormann
tkormann01/10/11 08:23:45 Added: samples/tests cssMediaList.css cssMediaList.svg Log: Add a new test for CSS media (using one CSS file and the @media rule). Revision ChangesPath 1.1 xml-batik/samples/tests/cssMediaList.css Index: cssMediaList.css

Alternate Stylesheet tests

2001-10-11 Thread Matthew Wilson
The attached patch below seems to fix the new smiley.svg test. The 'ownerNode' test is meant to weed out style declarations contained in style tags, I don't know if this is the best way of doing this. Matthew Wilson Index: batik/apps/svgbrowser/JSVGViewerFrame.java

Question!!!

2001-10-11 Thread annie lu
Hi all, I have a question with xml dom and svg dom. I am not quite understand how svg dom work, there's a svg dom interface in w3c specification. But when coding, we use org.w3c.dom.Element to create a 'rect' element, this looks the same way of create a element for xml dom. What is the use of

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

2001-10-11 Thread hillion
hillion 01/10/11 12:22:13 Modified:sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java test-resources/org/apache/batik/test samplesRendering.xml Added: test-sources/org/apache/batik/test/svg