Skip to content

Commit 249c247

Browse files
committed
Change TODO's from duplicate DEVSIX-5038 to the more common DEVSIX-5167
DEVSIX-9400
1 parent 2ba6842 commit 249c247

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layout/src/main/java/com/itextpdf/layout/renderer/FlexUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ static List<Float> calculateColumnDirectionCrossSizes(List<List<FlexItemInfo>> l
730730
float largestCrossSize = 0;
731731
for (FlexItemInfo info : line) {
732732
// TODO DEVSIX-5002 Flex items whose cross-axis margins are both auto shouldn't be collected
733-
// TODO DEVSIX-5038 Support BASELINE as align-self
733+
// TODO DEVSIX-5167 Support BASELINE as align-self
734734
largestCrossSize = Math.max(largestCrossSize, info.getRectangle().getWidth());
735735
flexLinesCrossSize = Math.max(0, largestCrossSize);
736736
}
@@ -757,7 +757,7 @@ static List<Float> calculateCrossSizeOfEachFlexLine(List<List<FlexItemCalculatio
757757
// its hypothetical outer cross-start edge, and the largest of the distances
758758
// between each item’s baseline and its hypothetical outer cross-end edge, and sum these two values.
759759
// TODO DEVSIX-5002 margin: auto is not supported => "cross-axis margins are both non-auto" is true
760-
// TODO DEVSIX-5038 Support BASELINE as align-self
760+
// TODO DEVSIX-5167 Support BASELINE as align-self
761761

762762
// 2. Among all the items not collected by the previous step,
763763
// find the largest outer hypothetical cross size.

0 commit comments

Comments
 (0)