vhardy 2004/02/19 07:45:08
Modified:test-resources/org/apache/batik/bridge IWasLoaded.jar
IWasLoadedToo.jar JarCheckPermissionsDenied.jar
JarCheckPermissionsGranted.jar unitTesting.xml
Added: test-resources/org/apache/batik/bridge
vhardy 2004/02/19 09:09:31
Added: test-resources/org/apache/batik/bridge
ecmaCheckPermissionsDenied2.svg
Log:
New security regression tests
Revision ChangesPath
1.1
xml-batik/test-resources/org/apache/batik/bridge
vhardy 2004/02/19 12:32:08
Modified:sources/org/apache/batik/bridge
BaseScriptingEnvironment.java
Log:
Added missing script origin check
Revision ChangesPath
1.28 +4 -1
xml-batik/sources/org/apache/batik/bridge
vhardy 2004/02/23 07:25:00
Modified:test-sources/org/apache/batik/bridge ScriptSelfTest.java
test-sources/org/apache/batik/test/svg
SVGOnLoadExceptionTest.java
test-resources/org/apache/batik/bridge
vhardy 2004/02/23 09:41:49
Modified:test-sources/org/apache/batik/bridge EcmaLoadTest.java
Log:
Fixed error in EcmaLoadTest
Revision ChangesPath
1.2 +8 -4 xml-batik/test-sources/org/apache/batik/bridge/EcmaLoadTest.java
Index: EcmaLoadTest.java
vhardy 2004/02/24 05:55:42
Modified:test-references/samples/tests/spec/color systemColors.png
test-references/samples/tests/spec/fonts fontArabic.png
fontDecorations.png fontGlyphChoice.png
fontKerning.png
vhardy 2004/02/24 06:04:37
Modified:test-sources/org/apache/batik/bridge EcmaNoLoadTest.java
ScriptSelfTest.java
test-sources/org/apache/batik/test/svg
SVGOnLoadExceptionTest.java
sources/org/apache/batik
vhardy 2004/03/31 08:44:06
Modified:sources/org/apache/batik/transcoder/wmf/tosvg
WMFPainter.java
Log:
Commiting fix for Luan O'Caroll's WMFPainter related to the rendering of polygons.
Revision ChangesPath
1.8 +27 -24
xml-bat
vhardy 2004/04/06 04:33:53
Modified:sources/org/apache/batik/transcoder/wmf/tosvg
WMFPainter.java
Log:
Reverted to previous version. Proposed new version does not compile
Revision ChangesPath
1.9 +24 -28
xml-batik/sources/org/apache
vhardy 2004/04/09 09:37:14
Modified:sources/org/apache/batik/transcoder/wmf/tosvg
WMFPainter.java
Log:
Fix from Luan
Revision ChangesPath
1.10 +29 -24
xml-batik/sources/org/apache/batik/transcoder/wmf/tosvg/WMFPainter.java
Index
vhardy 01/07/05 09:19:28
Modified:sources/org/apache/batik/apps/rasterizer Main.java
Log:
Patch from Keiron Liddle to add support for the PDF Transcoder
(part of FOP, so only referenced through class name, no
package dependancy).
Revision ChangesPath
1.11 +15
vhardy 01/07/27 05:01:50
Modified:test-references/samples GVT.png anne.png asf-logo.png
barChart.png batik3D.png batik70.png batikBatik.png
batikFX.png batikLogo.png batikMusic.png
batikYin.png chessboard.png
vhardy 01/07/27 05:06:46
Modified:test-references/samples/tests Template.png batikFont.png
clip.png colorProfile.png colors.png
dataProtocol.png display.png enableBackground.png
feColorMatrix.png
vhardy 01/07/27 05:12:41
Added: test-references/samples/tests verticalTextOnPath.png
Log:
New reference image for test added by Bella.
Revision ChangesPath
1.1 xml-batik/test-references/samples/tests/verticalTextOnPath.png
vhardy 01/07/27 05:39:03
Modified:test-references/svgbe fonts-fontElement-BE-01.png
animation-add-BE-09.png gradPatt-linearGr-BE-01.png
animation-extRef-BE-13.png
gradPatt-linearGr-BE-02.png
vhardy 01/07/27 06:14:55
Modified:.build.xml
Log:
Updated version number.
Revision ChangesPath
1.77 +2 -2 xml-batik/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml-batik
vhardy 01/07/27 06:20:17
Modified:test-resources/org/apache/batik/test samplesRendering.xml
Log:
Added test entries.
Revision ChangesPath
1.14 +65 -1
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
Index: samplesRendering.xml
vhardy 01/07/31 09:34:33
Modified:test-references/samples/extensions regularPolygon.png
star.png
Log:
Takes PNG encoder fix into account.
Revision ChangesPath
1.2 +65 -70xml-batik/test-references/samples/extensions/regularPolygon.png
vhardy 01/07/31 09:51:55
Modified:test-references/samples/tests verticalText.png
Log:
Takes bug fixing into account.
Revision ChangesPath
1.3 +123 -96 xml-batik/test-references/samples/tests/verticalText.png
vhardy 01/07/31 09:58:11
Modified:test-references/svgbe structure-defs-BE-04.png
path-curves-BE-04.png shapes-line-BE-04.png
text-i18N-BE-09.png text-textLength-BE-17.png
paint-markers-BE-03.png
Log:
Takes bug
vhardy 01/07/31 10:18:58
Modified:.MAINTAIN
Log:
Updated build instructions.
Revision ChangesPath
1.4 +48 -9 xml-batik/MAINTAIN
Index: MAINTAIN
===
RCS file: /home/cvs/xml-batik
vhardy 01/07/31 11:31:29
Modified:.build.xml
Log:
Fixed the dist-zip target.
Revision ChangesPath
1.78 +10 -8 xml-batik/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml
vhardy 01/08/03 09:20:47
Added: samples/tests anchor.svg tde.jpg tke.jpg toolTips.svg
Log:
Added test case for illustrating bug on anchor on image.
Added test case on tooltips in preparation of work on
and showing toolTips.
Revision ChangesPath
1.1
vhardy 01/08/03 09:33:43
Modified:sources/org/apache/batik/apps/svgbrowser
JSVGViewerFrame.java
sources/org/apache/batik/bridge
AbstractGraphicsNodeBridge.java
SVGAElementBridge.java
vhardy 01/08/16 06:03:05
Added: samples/tests imageViewBox.svg
Log:
New test for viewBox/preserveAspectRatio on raster .
Currently, test fails.
Revision ChangesPath
1.1 xml-batik/samples/tests/imageViewBox.svg
Index: imageViewBox.svg
vhardy 01/08/16 07:54:29
Added: samples/tests symbolViewBox.svg
Log:
Added test on viewBox/preserveAspectRatio handling on symbol.
Revision ChangesPath
1.1 xml-batik/samples/tests/symbolViewBox.svg
Index: symbolViewBox.svg
vhardy 01/08/20 01:26:57
Modified:samples/tests imageViewBox.svg
Log:
Fixed error in test config. Still shows problem in preserveAspectRatio
on raster images.
Revision ChangesPath
1.2 +29 -29xml-batik/samples/tests/imageViewBox.svg
Index
vhardy 01/08/23 02:14:01
Removed: test-references/svgbe text-i18N-BE-09.png
Log:
Removed extraneous reference image.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vhardy 01/08/24 01:16:41
Modified:xdocspr.xml
Log:
Updated Roddy's email address.
Revision ChangesPath
1.5 +3 -3 xml-batik/xdocs/pr.xml
Index: pr.xml
===
RCS file: /home/cv
vhardy 01/08/24 01:21:16
Modified:xdocspr.xml
Log:
Updated Roddy's email.
Revision ChangesPath
1.6 +2 -2 xml-batik/xdocs/pr.xml
Index: pr.xml
===
RCS file: /home/cvs/xml-batik/
vhardy 01/09/05 02:31:58
Added: test-references/samples/tests symbolViewBox.png
symbolViewBoxOverflow.png symbolViewBoxClip.png
Log:
Reference images for new symbol tests.
Revision ChangesPath
1.1 xml-batik/test-references
vhardy 01/09/05 02:55:59
Added: test-references/samples/extensions
histogramNormalization.png
Log:
Reference image for test added by Thomas.
Revision ChangesPath
1.1
xml-batik/test-references/samples/extensions
vhardy 01/09/05 03:00:07
Modified:test-resources/org/apache/batik/test samplesRendering.xml
Log:
Added tests for:
- samples/tests/symbolViewBox.svg
- samples/tests/symbolViewBoxOverflow.svg
- samples/tests/symbolViewBoxClip.svg
- samples/extensions
vhardy 01/09/05 03:00:35
Modified:test-resources/org/apache/batik/test regard.xml
Log:
Removed commented tests.
Revision ChangesPath
1.6 +6 -6 xml-batik/test-resources/org/apache/batik/test/regard.xml
Index: regard.xml
vhardy 01/09/06 08:22:27
Modified:test-references/samples/tests feDisplacementMap.png
dataProtocol.png
Log:
Updated following improvement in filter chain by Thomas.
Revision ChangesPath
1.6 +69 -124 xml-batik/test-references/samples
vhardy 01/09/07 06:07:16
Modified:test-references/samples/tests symbolViewBoxClip.png
symbolViewBoxOverflow.png
Added: test-references/samples/tests rasterImageViewBox.png
rasterImageViewBoxClip.png
vhardy 01/09/07 06:09:20
Modified:test-resources/org/apache/batik/test samplesRendering.xml
Log:
Added new test cases to the list.
Revision ChangesPath
1.19 +45 -1
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
Index
vhardy 01/09/07 06:12:31
Added: test-references/samples/tests bboxOnText.png
Log:
Reference image for samples/tests/bboxOnText.svg
Revision ChangesPath
1.1 xml-batik/test-references/samples/tests/bboxOnText.png
vhardy 01/09/07 06:18:11
Modified:samples/tests image-rendering.svg
Log:
Modified parameters.
Revision ChangesPath
1.2 +7 -7 xml-batik/samples/tests/image-rendering.svg
Index: image-rendering.svg
vhardy 01/09/07 06:21:08
Modified:test-resources/org/apache/batik/test samplesRendering.xml
Log:
Removed thumbnails.svg as it is redundant.
Revision ChangesPath
1.20 +2 -7
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
Index
vhardy 01/09/07 06:23:28
Modified:test-references/samples/tests image-rendering.png image.png
text-rendering.png textLayout2.png
Added: test-references/samples/tests textEffect2.png
textEffect3.png
Log:
Added missing
vhardy 01/09/07 06:32:28
Modified:test-references/svgbe masking-clipPath-BE-08.png
structure-empty-BE-01.png text-i18n-BE-09.png
Log:
Updated reference image for SVG BEs.
Revision ChangesPath
1.6 +226 -252 xml-batik/test-references/svgbe
vhardy 01/09/07 06:48:49
Modified:test-references/samples/tests image-rendering.png image.png
text-rendering.png textEffect2.png textLayout2.png
Log:
Previous images were generated on 1.4, which was a mistake.
New images on JDK1.3.
Revision Changes
vhardy 01/09/07 07:46:33
Modified:test-references/samples/tests textEffect3.png
Log:
JDK1.3 ref image.
Revision ChangesPath
1.2 +170 -144 xml-batik/test-references/samples/tests/textEffect3.png
vhardy 01/09/07 07:49:09
Modified:test-sources/org/apache/batik/test/svg
SVGRenderingAccuracyTest.java
Log:
Added resolution of file URLs.
Revision ChangesPath
1.8 +27 -7
xml-batik/test-sources/org/apache/batik/test/svg
vhardy 01/09/10 01:09:00
Modified:samples GVT.svg
Log:
Fixed comment (Thanks Dean!).
Revision ChangesPath
1.3 +2 -2 xml-batik/samples/GVT.svg
Index: GVT.svg
===
RCS file: /home/cvs/xml
vhardy 01/09/10 01:09:55
Removed: samples/tests imageViewBox.svg
Log:
Test removed. Redundant with the more complete rasterImageViewBox.svg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
vhardy 01/09/10 02:22:55
Modified:test-references/samples/tests feDisplacementMap.png
Added: test-references/samples/tests text-rendering2.png
textEffect.png
Log:
Added missing reference images. Fixed improper reference image.
Revision Changes
vhardy 01/09/10 02:25:46
Modified:test-references/svgbe filters-dispMap-BE-16.png
structure-image-BE-06.png
structure-switch-BE-07.png
Log:
Takes new test versions into account.
Revision ChangesPath
1.6 +232 -232
vhardy 01/09/10 02:41:55
Modified:test-references/org/apache/batik/svggen index.svg
Added: test-references/org/apache/batik/svggen indexContext.svg
Log:
Fixed index files.
Revision ChangesPath
1.3 +39 -39xml-batik/test-references/org/apache/batik
vhardy 01/09/10 02:52:47
Modified:.MAINTAIN
Log:
Fixed typo in checkout command.
Revision ChangesPath
1.5 +2 -2 xml-batik/MAINTAIN
Index: MAINTAIN
===
RCS file: /home/cvs/xml
vhardy 01/09/10 04:06:00
Modified:.build.xml
Log:
Improved src distrib rule.
Revision ChangesPath
1.80 +4 -3 xml-batik/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml
vhardy 01/09/10 04:57:05
Modified:.build.xml
Log:
Fixed bug in src distrib. rule.
Revision ChangesPath
1.81 +2 -1 xml-batik/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml
vhardy 01/09/13 01:36:41
Added: samples/tests gradientLimit.svg
Log:
New limit test on gradients.
Revision ChangesPath
1.1 xml-batik/samples/tests/gradientLimit.svg
Index: gradientLimit.svg
vhardy 01/09/13 01:40:48
Modified:test-resources/org/apache/batik/test samplesRendering.xml
Log:
Added two new test items.
Revision ChangesPath
1.21 +15 -1
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
Index: samplesRendering.xml
vhardy 01/09/13 01:47:13
Modified:test-references/samples/tests svgImageViewBoxOverflow.png
Added: test-references/samples/tests svgEnableBackground.png
Log:
New reference image on svgImageViewBoxOverflow after Thierry's fix.
New reference image on svgEnableBackg
vhardy 01/09/14 03:05:43
Modified:test-references/samples/tests svgImageViewBoxClip.png
Log:
Fixed reference image.
Revision ChangesPath
1.2 +89 -109 xml-batik/test-references/samples/tests/svgImageViewBoxClip.png
vhardy 01/09/18 03:47:57
Modified:sources/org/apache/batik/apps/svgbrowser
JSVGViewerFrame.java
sources/org/apache/batik/svggen SVGEllipse.java
SVGGraphics2D.java SVGRectangle.java
Log:
Fixed bugs #929 and #1574
vhardy 01/09/18 03:52:24
Modified:sources/org/apache/batik/apps/svgbrowser
JSVGViewerFrame.java
Log:
Ooops, commited bad code, sorry. Reverted to previous version.
Revision ChangesPath
1.50 +3 -4
xml-batik/sources/org/apache/batik
vhardy 01/09/18 03:55:55
Modified:.build.xml
test-resources/org/apache/batik/svggen regsvggen.xml
test-resources/org/apache/batik/svggen/resources
Messages.properties
test-resources/org/apache/batik/test
vhardy 01/09/18 03:58:51
Modified:test-resources/org/apache/batik/test regard.xml
Log:
Fixed regard.xml (broken in previous commit).
Revision ChangesPath
1.8 +1 -4 xml-batik/test-resources/org/apache/batik/test/regard.xml
Index: regard.xml
vhardy 01/09/19 04:16:37
Modified:sources/org/apache/batik/apps/rasterizer Main.java
sources/org/apache/batik/apps/svgbrowser
JSVGViewerFrame.java
sources/org/apache/batik/transcoder/image PNGTranscoder.java
Log:
Modified PNG
vhardy 01/09/19 04:24:44
Modified:test-sources/org/apache/batik/test/svg
SVGRenderingAccuracyTest.java
Log:
Modified SVGRenderingAccuracyTest so that it now uses a PNG
encoder which does not force transparent white.
Revision ChangesPath
1.9
vhardy 01/09/19 06:21:55
Modified:sources/org/apache/batik/svggen SVGGraphics2D.java
sources/org/apache/batik/util XMLConstants.java
test-resources/org/apache/batik/svggen regsvggen.xml
Added: test-sources/org/apache/batik/svggen
vhardy 01/09/19 07:47:00
Modified:test-references/org/apache/batik/svggen index.svg
indexContext.svg
test-references/samples anne.png asf-logo.png barChart.png
batik3D.png batikFX.png batikLogo.png
vhardy 01/09/19 07:58:08
Modified:xdocsfaq.xml
Log:
Added faq entry following bug #1579.
Revision ChangesPath
1.24 +25 -1 xml-batik/xdocs/faq.xml
Index: faq.xml
===
RCS file: /home
vhardy 01/09/25 02:17:10
Modified:xdocsindex.xml
Log:
Comments from Robert Di Blasi 09/25/2001.
Revision ChangesPath
1.24 +5 -6 xml-batik/xdocs/index.xml
Index: index.xml
===
RCS
vhardy 01/09/25 02:21:23
Modified:xdocsindex.xml
Log:
Fixed typo.
Revision ChangesPath
1.25 +5 -5 xml-batik/xdocs/index.xml
Index: index.xml
===
RCS file: /home/cvs/xml-batik/xdocs
vhardy 01/09/25 03:48:35
Modified:xdocsindex.xml
Log:
Added list of projects using Batik.
Revision ChangesPath
1.26 +22 -2 xml-batik/xdocs/index.xml
Index: index.xml
===
RCS file
vhardy 01/09/25 03:51:11
Modified:xdocsindex.xml
Log:
Fixed typo.
Revision ChangesPath
1.27 +2 -2 xml-batik/xdocs/index.xml
Index: index.xml
===
RCS file: /home/cvs/xml-batik/xdocs
vhardy 01/10/01 04:54:52
Modified:sources/org/apache/batik/bridge SVGTextElementBridge.java
Log:
Fixed problem reported by Keiron Liddle:
http://koala.ilog.fr/batik/mlists/batik-dev/archives/msg01601.html.
See samples/tests/textPCDATA.svg for test case.
Revision Changes
vhardy 01/10/01 04:55:59
Added: samples/tests textPCDATA.svg
Log:
Exercises bug reported by Keiron Liddle:
http://koala.ilog.fr/batik/mlists/batik-dev/archives/msg01601.html
and shows it has been fixed.
Revision ChangesPath
1.1 xml-batik/samples
vhardy 01/10/01 05:00:06
Modified:test-resources/org/apache/batik/test samplesRendering.xml
Added: test-references/samples/tests textPCDATA.png
Log:
Integrated new test (textPCDATA) in test suite infrastructure.
Revision ChangesPath
1.24 +8 -1
xml
vhardy 01/10/01 05:37:10
Modified:sources/org/apache/batik/ext/awt/g2d
TransformStackElement.java
sources/org/apache/batik/svggen SVGTransform.java
test-resources/org/apache/batik/svggen regsvggen.xml
Added: test-sources
vhardy 01/10/05 05:19:40
xml-batik/test-resources/org/apache/batik/dom - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vhardy 01/10/05 06:12:22
Modified:test-resources/org/apache/batik/test regard.xml
Added: test-resources/org/apache/batik/dom dummyXML.xml
unitTesting.xml
Log:
Added dummy test for DOM set attribute. Sample. This needs to be modified.
Revision
vhardy 01/10/05 06:13:19
xml-batik/test-sources/org/apache/batik/dom - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vhardy 01/10/05 06:14:06
Added: test-sources/org/apache/batik/dom SetAttributeTest.java
Log:
Added dummy DOM test. To be done.
Revision ChangesPath
1.1
xml-batik/test-sources/org/apache/batik/dom/SetAttributeTest.java
Index
vhardy 01/10/18 00:35:45
Modified:lib/build jaxp.jar
Added: lib/build ant_1_4_1.jar crimson-ant.jar
Removed: lib/build ant_1_3.jar parser.jar
Log:
Latest ant version.
Revision ChangesPath
1.3 +154 -19 xml-batik/lib/build/jaxp.jar
vhardy 01/10/18 00:40:11
Modified:.build.bat build.sh
Log:
Upgrade to ant 1.4.1
Revision ChangesPath
1.8 +1 -1 xml-batik/build.bat
Index: build.bat
===
RCS file: /home/cvs/xml
vhardy 01/10/18 02:45:10
Modified:xdocsindex.xml
Log:
Added Together Control Center 5.5 to the list of products using Batik.
Revision ChangesPath
1.28 +2 -1 xml-batik/xdocs/index.xml
Index: index.xml
vhardy 01/10/19 00:08:47
Modified:xdocsindex.xml
Log:
Fixed typo on final rec year.
Revision ChangesPath
1.29 +2 -2 xml-batik/xdocs/index.xml
Index: index.xml
===
RCS file: /home/cvs
vhardy 01/10/19 00:30:24
xml-batik/test-resources/org/apache/batik/test/svg/resources/style - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vhardy 01/10/19 00:30:24
xml-batik/test-resources/org/apache/batik/test/svg/resources/images - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vhardy 01/10/19 00:31:51
Added: test-resources/org/apache/batik/test/svg/resources/style
style.css
test-resources/org/apache/batik/test/svg/resources/images
background.png deco.png
Log:
New resources for regard
vhardy 01/10/19 00:40:41
Modified:.build.xml
test-resources/org/apache/batik/test samplesRendering.xml
test-resources/org/apache/batik/test/svg HTMLReport.xsl
Log:
Improved test report output.
Revision ChangesPath
1.88 +11 -1
vhardy 01/10/19 01:05:41
Modified:test-resources/org/apache/batik/test/svg HTMLReport.xsl
Log:
Cleaned up stylesheet generating test report. Added comments.
Revision ChangesPath
1.10 +92 -41
xml-batik/test-resources/org/apache/batik/test/svg/HTMLReport.xsl
vhardy 01/10/19 01:20:21
Modified:test-resources/org/apache/batik/test/svg HTMLReport.xsl
test-resources/org/apache/batik/test/svg/resources/style
style.css
Log:
Added report date to the top of the report page.
Revision ChangesPath
vhardy 01/10/19 02:22:18
Modified:test-sources/org/apache/batik/test AbstractTest.java
TestReport.java
test-sources/org/apache/batik/test/xml
XMLTestReportProcessor.java XTRConstants.java
test-resources/org
vhardy 01/10/19 04:26:01
Modified:test-sources/org/apache/batik/test/svg
PreconfiguredRenderingTest.java
Added: test-sources/org/apache/batik/test
AssertEqualsException.java AssertException.java
vhardy 01/10/19 04:37:13
Modified:test-sources/org/apache/batik/svggen SVGAccuracyTest.java
SVGGeneratorTests.java
test-sources/org/apache/batik/test/svg
SVGRenderingAccuracyTest.java
Log:
Improved test naming
vhardy 01/10/19 04:45:46
Added: test-sources/org/apache/batik/test
TestErrorConditionException.java
Log:
Root exception for test reporting error conditions through exceptions.
Revision ChangesPath
1.1
xml-batik/test-sources
vhardy 01/10/19 05:33:58
Modified:xdocsindex.xml
Log:
Fixed bug #4089
Revision ChangesPath
1.30 +2 -2 xml-batik/xdocs/index.xml
Index: index.xml
===
RCS file: /home/cvs/xml-batik
vhardy 01/10/19 06:57:42
xml-batik/resources/org/apache/batik/apps/rasterizer - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vhardy 01/10/19 06:57:59
xml-batik/resources/org/apache/batik/apps/rasterizer/resources - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vhardy 01/10/22 02:23:31
Modified:test-resources/org/apache/batik/test samplesRendering.xml
Log:
Fixed typo with "Basic Sad" smiley example.
Revision ChangesPath
1.43 +2 -2
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
vhardy 01/10/22 02:26:17
Modified:test-sources/org/apache/batik/test/svg BERenderingTest.java
ParametrizedRenderingAccuracyTest.java
PreconfiguredRenderingTest.java
SVGRenderingAccuracyTest.java
vhardy 01/10/22 02:27:16
Modified:.build.xml
Log:
Added creation of candidate-ref sub directory for SVGRenderingAccuracyTest.
Revision ChangesPath
1.89 +18 -1 xml-batik/build.xml
Index: build.xml
vhardy 01/10/22 02:29:39
Modified:contrib/charts README
Log:
Common template for contrib readmes
Revision ChangesPath
1.2 +5 -1 xml-batik/contrib/charts/README
Index: README
===
RCS
vhardy 01/10/22 02:31:43
Added: test-references/samples/tests/spec/coordinates em.png
test-references/samples/tests/spec/structure
useStylingURI.png
test-references/samples/tests/spec/styling
1 - 100 of 609 matches
Mail list logo