| Summary: | Text in LO brand logo truncated in About LibreOffice dialog | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Ming Hua <ming.v.hua> |
| Component: | UI | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | bugzilla, heiko.tietze, ilmari.lauhakangas, quikee, xiscofauli |
| Priority: | medium | ||
| Version: | 7.0.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=132180 | ||
| Whiteboard: | target:7.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103202, 130778 | ||
| Attachments: | Screenshot of About LibreOffice dialog | ||
|
Description
Ming Hua
2020-05-09 14:23:29 UTC
It's not a follow-up since the whole image was stretched before. The issue affects only the text. [1] <text style="..." style="-inkscape-font-specification:'Vegur, Normal';... font-family="Vegur">The Document Foundation</tspan></text> Tomaz, any idea why this happens? The SVG image fits perfectly with Inkscape or GIMP. But maybe it requires Vegur to be installed. [1] https://opengrok.libreoffice.org/xref/core/icon-themes/colibre/brand/shell/logo.svg (In reply to Heiko Tietze from comment #1) > It's not a follow-up since the whole image was stretched before. The issue > affects only the text. > > [1] <text style="..." style="-inkscape-font-specification:'Vegur, > Normal';... font-family="Vegur">The Document Foundation</tspan></text> > > Tomaz, any idea why this happens? The SVG image fits perfectly with Inkscape > or GIMP. But maybe it requires Vegur to be installed. > > [1] > https://opengrok.libreoffice.org/xref/core/icon-themes/colibre/brand/shell/ > logo.svg Heiko: why not convert the text to path? I don't see a reason to keep it as <text> element. I mean, the only reason would be accessibility, but I think it is irrelevant in this case. (In reply to Buovjaga from comment #2) > Heiko: why not convert the text to path? I don't see a reason to keep it as > <text> element. I mean, the only reason would be accessibility, but I think > it is irrelevant in this case. Sure, that's a workaround. I'd like to get confirmation first as this issue wasn't reported before. (In reply to Heiko Tietze from comment #3) > (In reply to Buovjaga from comment #2) > > Heiko: why not convert the text to path? I don't see a reason to keep it as > > <text> element. I mean, the only reason would be accessibility, but I think > > it is irrelevant in this case. > > Sure, that's a workaround. I'd like to get confirmation first as this issue > wasn't reported before. Well, I guess the issue itself is interesting, but I would not call it a workaround to convert the text to path. To me it seems like the thing you absolutely need to be doing. Why would we serve the users an incorrect logo, if they don't have this exotic font installed? Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/20b3c706ccef238171af41daa7add2c6f80934fb Resolves tdf#132871 - Truncated text in brand image It will be available in 7.0.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. Verified in 7.0.0 beta1. Thanks Heiko! *** Bug 133544 has been marked as a duplicate of this bug. *** |