Commit 610f36a
Handle cases with fix dimensions. Fill spaces between boxes. Update tests
What cases are handled:
1) with center box
a) left auto | center auto | right fix - use spec algorithm with
clause that dimensionAC is double max of left
max-content-dimension and right fix-dimension
b) left fix | center auto | right fix - use spec algorithm with
clause that dimensionAC is double max of fix dimensions
c) left auto | center fix | right auto - draw center box with
specified dimension value and split remain available space to
left and right boxes
d) left auto | center fix | right fix - draw center and boxes with
specified dimension value and left remain available space to left
box (overlapping is possible)
e) left fix | center fix | right fix - draw as is (overlapping is possible)
2) without center box
a) left fix | right fix - draw as is (overlapping is possible)
DEVSIX-1050
Autoported commit.
Original commit hash: [5555e306]1 parent 9557acd commit 610f36a
File tree
48 files changed
+32
-22
lines changed- itext.tests/itext.html2pdf.tests/resources/itext/html2pdf/css
- PageRuleTest
- QuotesTest
- media/page
- PageMarginBoxIntegrationTest
- min_dimension
- itext/itext.html2pdf/itext/html2pdf/attach/impl/layout
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+32
-22
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments