[FOray-commit] SF.net SVN: foray:[11842] trunk/foray/master/dist/resource/fo-examples
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2021-01-20 15:59:02
|
Revision: 11842
http://sourceforge.net/p/foray/code/11842
Author: victormote
Date: 2021-01-20 15:58:55 +0000 (Wed, 20 Jan 2021)
Log Message:
-----------
Minor changes to test documents.
Modified Paths:
--------------
trunk/foray/master/dist/resource/fo-examples/basic/graphics.fo
trunk/foray/master/dist/resource/fo-examples/svg/boxes.svg
trunk/foray/master/dist/resource/fo-examples/svg/font-embed.svg
trunk/foray/master/dist/resource/fo-examples/svg/multi.svg
trunk/foray/master/dist/resource/fo-examples/svg/ref.svg
trunk/foray/master/dist/resource/fo-examples/svg/text-001.svg
trunk/foray/master/dist/resource/fo-examples/svg/view.svg
Modified: trunk/foray/master/dist/resource/fo-examples/basic/graphics.fo
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/basic/graphics.fo 2021-01-20 14:31:37 UTC (rev 11841)
+++ trunk/foray/master/dist/resource/fo-examples/basic/graphics.fo 2021-01-20 15:58:55 UTC (rev 11842)
@@ -51,9 +51,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">A GIF image</fo:block>
+ space-before="2em"
+ space-after="2em">A GIF image</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/xml_feather.gif')"/>
</fo:block>
@@ -65,9 +64,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">A transparent GIF image</fo:block>
+ space-before="2em"
+ space-after="2em">A transparent GIF image</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/xml_feather_transparent.gif')"/>
</fo:block>
@@ -79,9 +77,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">A JPEG image</fo:block>
+ space-before="2em"
+ space-after="2em">A JPEG image</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/jpeg-test1.jpg')"/>
</fo:block>
@@ -93,9 +90,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">A BMP image</fo:block>
+ space-before="2em"
+ space-after="2em">A BMP image</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/linux.bmp')"/>
</fo:block>
@@ -107,9 +103,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">A PNG image</fo:block>
+ space-before="2em"
+ space-after="2em">A PNG image</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/png-test1.png')"/>
</fo:block>
@@ -121,9 +116,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">A TIFF image</fo:block>
+ space-before="2em"
+ space-after="2em">A TIFF image</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/xml_fax.tif')"/>
</fo:block>
@@ -135,9 +129,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">An SVG graphic</fo:block>
+ space-before="2em"
+ space-after="2em">An SVG graphic</fo:block>
<fo:block>
<fo:external-graphic src="url('../svg/boxes.svg')"/>
</fo:block>
@@ -149,9 +142,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">An SVG graphic with Text</fo:block>
+ space-before="2em"
+ space-after="2em">An SVG graphic with Text</fo:block>
<fo:block>
<fo:external-graphic src="url('../svg/text-001.svg')"/>
</fo:block>
@@ -163,10 +155,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">An SVG graphic with Text from an
-Embedded Font</fo:block>
+ space-before="2em"
+ space-after="2em">An SVG graphic with Text from an Embedded Font</fo:block>
<fo:block>
<fo:external-graphic src="url('../svg/font-embed.svg')"/>
</fo:block>
@@ -179,9 +169,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">An EPS graphic (Bar Code)</fo:block>
+ space-before="2em"
+ space-after="2em">An EPS graphic (Bar Code)</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/barcode1.eps')"
content-height="2in"/>
@@ -196,9 +185,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">An EPS graphic (Coffee Shop Symbol)</fo:block>
+ space-before="2em"
+ space-after="2em">An EPS graphic (Coffee Shop Symbol)</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/29_coffeeshop_inv.ps')"
content-height="2in"/>
@@ -213,9 +201,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">An Embedded PDF</fo:block>
+ space-before="2em"
+ space-after="2em">An Embedded PDF</fo:block>
<fo:block>
<fo:external-graphic src="url('../graphics/01_telephone_inv.pdf')"
content-height="2in"/>
@@ -230,9 +217,8 @@
<fo:block
font-size="16pt"
font-weight="bold"
- space-after.minimum="1em"
- space-after.optimum="1.5em"
- space-after.maximum="2em">MathML Examples in an external-graphic</fo:block>
+ space-before="2em"
+ space-after="2em">MathML Examples in an external-graphic</fo:block>
<fo:block>The following is from an external-graphic:</fo:block>
<fo:block>
Modified: trunk/foray/master/dist/resource/fo-examples/svg/boxes.svg
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/svg/boxes.svg 2021-01-20 14:31:37 UTC (rev 11841)
+++ trunk/foray/master/dist/resource/fo-examples/svg/boxes.svg 2021-01-20 15:58:55 UTC (rev 11842)
@@ -1,7 +1,8 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
-"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
<svg
xmlns="http://www.w3.org/2000/svg"
width="20" height="20" xml:space="preserve">
Modified: trunk/foray/master/dist/resource/fo-examples/svg/font-embed.svg
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/svg/font-embed.svg 2021-01-20 14:31:37 UTC (rev 11841)
+++ trunk/foray/master/dist/resource/fo-examples/svg/font-embed.svg 2021-01-20 15:58:55 UTC (rev 11842)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
<!--
This document tests the ability to handle a font that is embedded directly
in the SVG content. The font chosen is called "Saturn" and was chosen
Modified: trunk/foray/master/dist/resource/fo-examples/svg/multi.svg
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/svg/multi.svg 2021-01-20 14:31:37 UTC (rev 11841)
+++ trunk/foray/master/dist/resource/fo-examples/svg/multi.svg 2021-01-20 15:58:55 UTC (rev 11842)
@@ -1,7 +1,8 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
-"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
Modified: trunk/foray/master/dist/resource/fo-examples/svg/ref.svg
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/svg/ref.svg 2021-01-20 14:31:37 UTC (rev 11841)
+++ trunk/foray/master/dist/resource/fo-examples/svg/ref.svg 2021-01-20 15:58:55 UTC (rev 11842)
@@ -1,7 +1,8 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
-"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
<svg
xmlns="http://www.w3.org/2000/svg"
width="20" height="20" xml:space="preserve">
Modified: trunk/foray/master/dist/resource/fo-examples/svg/text-001.svg
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/svg/text-001.svg 2021-01-20 14:31:37 UTC (rev 11841)
+++ trunk/foray/master/dist/resource/fo-examples/svg/text-001.svg 2021-01-20 15:58:55 UTC (rev 11842)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
<!--
This document tests the ability of writing some simple text.
-->
Modified: trunk/foray/master/dist/resource/fo-examples/svg/view.svg
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/svg/view.svg 2021-01-20 14:31:37 UTC (rev 11841)
+++ trunk/foray/master/dist/resource/fo-examples/svg/view.svg 2021-01-20 15:58:55 UTC (rev 11842)
@@ -1,7 +1,8 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
-"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 10 10" width="20" height="20" xml:space="preserve">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|