summaryrefslogtreecommitdiffstats
path: root/testfiles/rendering_tests/expected_rendering/test-rtl-vertical.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix problematic rendering testEduard Braun2017-09-281-0/+0
| | | | | | Renderin was different between 32-bit and 64-bit builds of Inkscape, likely due to rounding issues, see https://gitlab.com/inkscape/inkscape/merge_requests/71#note_40940240)
* Fix vertical RTL text with upright orientationKhaled Hosny2017-08-191-0/+0
| | | | | | | | When orientation is upright we don’t want Pango to use the natural gravity of the text (that would be the mixed orientation). This also changes the positioning of combining marks in such case. It is still wrong, however, but it matches Pango output now.
* Fix RTL glyph widths in vertical orientationKhaled Hosny2017-08-191-0/+0
The vertical branch seems to be broken, removing it makes RTL text in vertical orientation work again.