From b0f1446578661b8a20fbbe8f6a3a30797ddfaf40 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 11 Jul 2006 08:13:05 +0000 Subject: [PATCH] Showing a problem with SVG used inside a basic-link. The size of the link rect is wrong and only spans the area of the nominal line rect. (As reported on fop-users) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@420759 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.xml | 7 +++ .../basic-link_external-destination_2.xml | 55 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 test/layoutengine/standard-testcases/basic-link_external-destination_2.xml diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index f505f92a9..bc3a65a8f 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -18,6 +18,13 @@ + + External link around an SVG not properly sized + basic-link_external-destination_2.xml + The bpd trait of the inlineparent area for the basic-link + is not sized correctly if it wraps an image that is higher than the + nominal line. + Bugzilla #36391: reference-orientation block-container_reference-orientation_bug36391.xml diff --git a/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml b/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml new file mode 100644 index 000000000..3de152592 --- /dev/null +++ b/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml @@ -0,0 +1,55 @@ + + + + + +

+ This test checks a fo:basic-link with an external-destination wrapping an SVG graphic. +

+
+ + + + + + + + + + before before before + + start + + + + + + end + + after after after + + + + + + + + + + + +
-- 2.39.5