| Summary: | White-space at soft wrap opportunity should hang | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Alvin Wong <alvin> |
| Component: | Tool/Text | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | griffinvalley |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/8a3ed45cd77bd8f134c27739adfb9946f387d59e | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Screenshot | ||
|
Description
Alvin Wong
2023-07-31 08:14:26 UTC
Created attachment 160638 [details]
Screenshot
right the fundamental problem is that the white-space doesn't 'hang'. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1894 Git commit fe677d9b57085c60f1a1f937bf32a98738ec2df5 by Wolthera van Hövell, on behalf of Wolthera van Hövell tot Westerflier. Committed on 14/08/2023 at 16:34. Pushed by woltherav into branch 'master'. Reimplement !1894, handling the hanging of white-spaces. Original implementation by Alvin Wong, implemented according to css-text-3 section 4.1.2 point 4: https://www.w3.org/TR/css-text-3/#white-space-phase-2 M +31 -0 libs/flake/text/KoCssTextUtils.cpp M +16 -0 libs/flake/text/KoCssTextUtils.h M +33 -8 libs/flake/text/KoSvgTextShape_p_layout.cpp https://invent.kde.org/graphics/krita/-/commit/fe677d9b57085c60f1a1f937bf32a98738ec2df5 Git commit 8a3ed45cd77bd8f134c27739adfb9946f387d59e by Wolthera van Hövell tot Westerflier. Committed on 14/08/2023 at 16:37. Pushed by woltherav into branch 'krita/5.2'. Reimplement !1894, handling the hanging of white-spaces. Original implementation by Alvin Wong, implemented according to css-text-3 section 4.1.2 point 4: https://www.w3.org/TR/css-text-3/#white-space-phase-2 M +31 -0 libs/flake/text/KoCssTextUtils.cpp M +16 -0 libs/flake/text/KoCssTextUtils.h M +33 -8 libs/flake/text/KoSvgTextShape_p_layout.cpp https://invent.kde.org/graphics/krita/-/commit/8a3ed45cd77bd8f134c27739adfb9946f387d59e |