File tree Expand file tree Collapse file tree
layout/src/main/java/com/itextpdf/layout/renderer Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments