aboutsummaryrefslogtreecommitdiffstats
path: root/test/xml/pdf-a/with-rgb-images.fo
diff options
context:
space:
mode:
Diffstat (limited to 'test/xml/pdf-a/with-rgb-images.fo')
-rw-r--r--test/xml/pdf-a/with-rgb-images.fo14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/xml/pdf-a/with-rgb-images.fo b/test/xml/pdf-a/with-rgb-images.fo
new file mode 100644
index 000000000..952da63eb
--- /dev/null
+++ b/test/xml/pdf-a/with-rgb-images.fo
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Gladiator">
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="A4" page-height="29.7cm" page-width="21cm" margin="2cm">
+ <fo:region-body/>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
+ <fo:page-sequence master-reference="A4">
+ <fo:flow flow-name="xsl-region-body">
+ <fo:block>Hello World!</fo:block>
+ <fo:block><fo:external-graphic src="test/resources/images/bgimg300dpi.jpg"/></fo:block>
+ </fo:flow>
+ </fo:page-sequence>
+</fo:root>