You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2006/07/11 10:13:05 UTC

svn commit: r420759 - in /xmlgraphics/fop/trunk/test/layoutengine: disabled-testcases.xml standard-testcases/basic-link_external-destination_2.xml

Author: jeremias
Date: Tue Jul 11 01:13:05 2006
New Revision: 420759

URL: http://svn.apache.org/viewvc?rev=420759&view=rev
Log:
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)

Added:
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml   (with props)
Modified:
    xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml

Modified: xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml?rev=420759&r1=420758&r2=420759&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml Tue Jul 11 01:13:05 2006
@@ -19,6 +19,13 @@
 <!--DOCTYPE disabled-testcases SYSTEM "disabled-testcases.dtd"-->
 <disabled-testcases>
   <testcase>
+    <name>External link around an SVG not properly sized</name>
+    <file>basic-link_external-destination_2.xml</file>
+    <description>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.</description>
+  </testcase>
+  <testcase>
     <name>Bugzilla #36391: reference-orientation</name>
     <file>block-container_reference-orientation_bug36391.xml</file>
     <description>There's a problem involving nested block-containers

Added: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml?rev=420759&view=auto
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml (added)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml Tue Jul 11 01:13:05 2006
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<testcase>
+  <info>
+    <p>
+      This test checks a fo:basic-link with an external-destination wrapping an SVG graphic.
+    </p>
+  </info>
+  <fo>
+    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
+      <fo:layout-master-set>
+        <fo:simple-page-master master-name="normal" page-width="5in" page-height="5in">
+          <fo:region-body/>
+        </fo:simple-page-master>
+      </fo:layout-master-set>
+      <fo:page-sequence master-reference="normal">
+        <fo:flow flow-name="xsl-region-body">
+          <fo:block>before before before</fo:block>
+          <fo:block>
+            start
+            <fo:basic-link id="link" external-destination="http://xmlgraphics.apache.org/fop/"><fo:instream-foreign-object background-color="yellow">
+                <svg:svg width="2in" height="2in" viewBox="0 0 30 30">
+                  <svg:circle cx="15" cy="15" r="14" fill="#0000ff" stroke="none"/>
+                </svg:svg>
+              </fo:instream-foreign-object></fo:basic-link>
+            end
+          </fo:block>
+          <fo:block>after after after</fo:block>
+        </fo:flow>
+      </fo:page-sequence>
+    </fo:root>
+  </fo>
+  <checks>
+    <eval expected="192000" xpath="//inlineparent[@prod-id='link']/viewport/@ipd"/>
+    <eval expected="192000" xpath="//inlineparent[@prod-id='link']/viewport/@bpd"/>
+    
+    <eval expected="192000" xpath="//inlineparent[@prod-id='link']/@ipd"/>
+    <eval expected="192000" xpath="//inlineparent[@prod-id='link']/@bpd"/>
+  </checks>
+</testcase>

Propchange: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/basic-link_external-destination_2.xml
------------------------------------------------------------------------------
    svn:keywords = Id



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org