Changeset 2037
- Timestamp:
- 07/01/10 09:06:58 (2 months ago)
- Files:
-
- 1 modified
-
trunk/modules/Pdf/source/html.cl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Pdf/source/html.cl
r2002 r2037 1790 1790 1791 1791 [auto_layout(self:html_inline_content, freebox:wrap_box) : void -> 1792 //[1] auto_layout(~S,~S) // self, freebox, 1792 1793 if (self.lines[1].words) 1793 1794 let d := self.ref_doc, … … 1903 1904 i :+ 1, 1904 1905 x :+ ww, 1905 line.width := x - freebox.X)))), 1906 line.width := x - freebox.X)), 1907 any (//[0] warning : found any in auto_layout(~S,~S) ~S // self,freebox,w, 1908 i :+ 1))), 1906 1909 shrink(l, len - 1), 1907 1910 post_layout(self, freebox))]
