diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-12-20 14:11:40 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-12-20 14:11:40 +0000 |
| commit | cebbbba6dac211a31fbe2a5a309ceaf70ede5c55 (patch) | |
| tree | 4428956c8be8cc943562ddce343c8837015534ec /src | |
| parent | Prevent screen jump when 'inline-size' value is too small to display text. (diff) | |
| download | inkscape-cebbbba6dac211a31fbe2a5a309ceaf70ede5c55.tar.gz inkscape-cebbbba6dac211a31fbe2a5a309ceaf70ede5c55.zip | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libnrtype/Layout-TNG-Compute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Compute.cpp b/src/libnrtype/Layout-TNG-Compute.cpp index edb5c56e1..938763656 100644 --- a/src/libnrtype/Layout-TNG-Compute.cpp +++ b/src/libnrtype/Layout-TNG-Compute.cpp @@ -962,7 +962,7 @@ void Layout::Calculator::_createFirstScanlineMaker() _scanline_maker = new ShapeScanlineMaker(_flow._input_wrap_shapes[_current_shape_index].shape, _block_progression); TRACE((" begin wrap shape 0\n")); - // 'inside-shape' uses an infinitely high (wide) shape. We must set initial y. (We only need to do it here as there is only one shape.) + // 'inline-size' uses an infinitely high (wide) shape. We must set initial y. (We only need to do it here as there is only one shape.) if (_flow.wrap_mode == WRAP_INLINE_SIZE) { _block_progression = _flow._blockProgression(); if( _block_progression == RIGHT_TO_LEFT || |
