| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
https://gitlab.com/inkscape/inkscape/merge_requests/1012
|
| |
|
|
|
|
|
| |
Fixes:
https://gitlab.com/inkscape/inbox/issues/868
https://gitlab.com/inkscape/inbox/issues/867
https://gitlab.com/inkscape/inbox/issues/866
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This was broke in 2abe0bb681044d972e171189395a2afdbc39bf28 when delta_y
was applied in the opposite Y direction but baseline_shift was kept
unchanged.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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)
|
| |
|
|
| |
vertical text.
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
The vertical branch seems to be broken, removing it makes RTL text in
vertical orientation work again.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is causing vertical glyph positioning to move in the wrong
direction e.g. marks go below base glyph instead of above. Seems to be a
regression introduced in:
commit 83dac189ff21c59be9b4f912e0d0e9690e710a4d
Author: Tavmjong Bah <tavmjong@free.fr>
Date: Tue Nov 3 13:19:36 2015 +0100
Rearrange code to make handling of baseline clearer.
(bzr r14430.1.3)
|
| |
|