Bug 156569

Summary: SVG: incorrect text position when vector contains %
Product: LibreOffice Reporter: Xisco Faulí <xiscofauli>
Component: filters and storageAssignee: Xisco Faulí <xiscofauli>
Status: VERIFIED FIXED    
Severity: normal CC: stephane.guillou, xiscofauli
Priority: medium    
Version: 6.1.0.3 release   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=156283
Whiteboard: target:24.2.0 target:7.6.2
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 88278    
Attachments: sample file

Description Xisco Faulí 2023-08-01 17:21:59 UTC
Created attachment 188701 [details]
sample file

Steps to reproduce:
Open attached document and compare

-> The second line is incorrect

Reproduced with

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: eff5a3fe98ca5d1d28c4f5386c4af8a3be8f5703
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded
Comment 1 Stéphane Guillou (stragu) 2023-08-02 09:23:24 UTC
Reproduced with:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: d16d86685afdf3d321cc282a39a65f38381b6eaa
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: fr-FR
Calc: threaded

The C is close to the B in the second line, whereas each letter pair is horizontally aligned in Firefox and in Inkscape 1.2.2. (Although there is no overlap in Inkscape.)

Already in 6.1.0.3.
Comment 2 Commit Notification 2023-09-05 14:30:46 UTC
Xisco Fauli committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/12f271ac519dfb018395b9680f082c183cd3dd14

tdf#156569: '%' can be in the middle of the string

It will be available in 24.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 3 Commit Notification 2023-09-06 10:24:47 UTC
Xisco Fauli committed a patch related to this issue.
It has been pushed to "libreoffice-7-6":

https://git.libreoffice.org/core/commit/434885a3a9630050a6c88c1294841f0da3ea6a7b

tdf#156569: '%' can be in the middle of the string

It will be available in 7.6.2.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 4 Stéphane Guillou (stragu) 2023-09-06 14:11:03 UTC
Fix verified in:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2ae9eb8be8d7eb9c3a72953a295d128b45639ea3
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Thanks!