1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00

Kozea/WeasyPrint#601: remove TODO:handle RTL

This commit is contained in:
Mohammed Y. Alnajdi 2020-10-10 23:14:21 +03:00
parent 2a01aefeb5
commit 0c2e7b2341

View File

@ -593,7 +593,6 @@ def flex_layout(context, box, max_position_y, skip_stack, containing_block,
# else: Cross size has been set by step 7
# Step 12
# TODO: handle rtl
original_position_axis = (
box.content_box_x() if axis == 'width'
else box.content_box_y())