http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2107

*** shadow/2107 Mon Jun 11 04:38:11 2001
--- shadow/2107.tmp.25416       Mon Jun 11 04:38:11 2001
***************
*** 0 ****
--- 1,53 ----
+ +============================================================================+
+ | indentation in "em" units is larger than the letter "m"                    |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2107                        Product: Fop                     |
+ |       Status: NEW                         Version: 0.17                    |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Minor                    OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: pdf renderer            |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                       |
+ |  Reported By: [EMAIL PROTECTED]                                                |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The summary says all, here is the fo-code for testing. The second line
+ of each paragraph contains the "m"s for easy viewing in pdf:
+ 
+ ---------------
+ 
+ <?xml version="1.0" encoding="UTF-8"?>
+ <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
+  <fo:layout-master-set>
+   <fo:simple-page-master
+       master-name="simplePM"
+         page-height="25cm" 
+       page-width="20cm"
+       margin-top="1cm" 
+       margin-bottom="1cm" 
+       margin-left="1.5cm" 
+       margin-right="1.5cm">
+    <fo:region-before extent="2.5cm"/>
+    <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
+    <fo:region-after extent="2.5cm"/>
+   </fo:simple-page-master>
+  </fo:layout-master-set>
+ 
+  <fo:page-sequence master-name="simplePM">
+   <fo:flow flow-name="xsl-region-body">
+    <fo:block text-indent="4em"> 
+ This text is formatted into a left-justified paragraph.
+ The first line has an indent of mmmm (4em) from the left.
+    </fo:block>
+    <fo:block text-indent="6em"> 
+ This text is formatted into a left-justified paragraph.
+ The first line indents mmmmmm (6em) from the left.
+    </fo:block>
+    <fo:block text-indent="6em"> 
+ This text is formatted into a left-justified paragraph.
+ The first line indents MMMMMM (6em) from the left.
+    </fo:block>
+ </fo:flow>
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to