From 1f2a414bb711508e158f9704cb6b5320cfd848e3 Mon Sep 17 00:00:00 2001 From: Simon Steiner Date: Tue, 29 Dec 2020 13:33:34 +0000 Subject: FOP-2536: Allow overpaint of PDF border Thanks to Jan Tošovský and Matthias Reischenbacher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1884907 13f79535-47bb-0310-9956-ffa450edef68 --- .../table-border-rendering-mode-overpaint.xml | 180 +++++++++++++++++++++ .../table-border-rendering-mode-standard.xml | 173 ++++++++++++++++++++ 2 files changed, 353 insertions(+) create mode 100644 fop/test/layoutengine/standard-testcases/table-border-rendering-mode-overpaint.xml create mode 100644 fop/test/layoutengine/standard-testcases/table-border-rendering-mode-standard.xml (limited to 'fop') diff --git a/fop/test/layoutengine/standard-testcases/table-border-rendering-mode-overpaint.xml b/fop/test/layoutengine/standard-testcases/table-border-rendering-mode-overpaint.xml new file mode 100644 index 000000000..cd0f91395 --- /dev/null +++ b/fop/test/layoutengine/standard-testcases/table-border-rendering-mode-overpaint.xml @@ -0,0 +1,180 @@ + + + + + +

+ This test checks if table borders are overpainted. +

+
+ + true + + + + + + + + + + + + + + + + + + + + + + + Color Name + + + Color Value + + + + + RGB + + + CMYK + + + + + R + + + G + + + B + + + C + + + M + + + Y + + + K + + + + + + + Red + + + 255 + + + 0 + + + 0 + + + 0.00 + + + 1.00 + + + 1.00 + + + 0.00 + + + + + Green + + + 0 + + + 255 + + + 0 + + + 1.00 + + + 0.00 + + + 1.00 + + + 0.00 + + + + + Blue + + + 0 + + + 0 + + + 255 + + + 1.00 + + + 1.00 + + + 0.00 + + + 0.00 + + + + + + + + + + + + + + + + +
diff --git a/fop/test/layoutengine/standard-testcases/table-border-rendering-mode-standard.xml b/fop/test/layoutengine/standard-testcases/table-border-rendering-mode-standard.xml new file mode 100644 index 000000000..397f0fe15 --- /dev/null +++ b/fop/test/layoutengine/standard-testcases/table-border-rendering-mode-standard.xml @@ -0,0 +1,173 @@ + + + + + +

+ This test checks if table borders are rendered without overpainting. +

+
+ + + + + + + + + + + + + + + + + + + + + + Color Name + + + Color Value + + + + + RGB + + + CMYK + + + + + R + + + G + + + B + + + C + + + M + + + Y + + + K + + + + + + + Red + + + 255 + + + 0 + + + 0 + + + 0.00 + + + 1.00 + + + 1.00 + + + 0.00 + + + + + Green + + + 0 + + + 255 + + + 0 + + + 1.00 + + + 0.00 + + + 1.00 + + + 0.00 + + + + + Blue + + + 0 + + + 0 + + + 255 + + + 1.00 + + + 1.00 + + + 0.00 + + + 0.00 + + + + + + + + + + + + +
-- cgit v1.2.3