Summary: | Cannot convert to path on text shape. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | wolthera <griffinvalley> |
Component: | Tool/Text | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla, jjking403 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/7338eb8627c056bed874aa5df05e8aad49279235 | Version Fixed In: | |
Sentry Crash Report: |
Description
wolthera
2018-03-02 12:43:37 UTC
Maybe that option should be removed for now? i try using the convert to path and it crash every time i using it or it does not work at all. then it crash. Either removed or make to not crash... Git commit b359d5c411e4f717a809f0ac3f472fc7f16aeebc by Dmitry Kazakov. Committed on 02/04/2018 at 12:39. Pushed by dkazakov into branch 'master'. Implement "Convert text into path" function The string should be actually a sticky string with the one in parameter shape conversion command, so no extra translation is needed. M +46 -0 libs/flake/tests/TestSvgText.cpp M +2 -0 libs/flake/tests/TestSvgText.h A +- -- libs/flake/tests/data/svg_render/load_text_outline.png A +- -- libs/flake/tests/data/svg_render/load_text_outline_converted_to_path.png M +75 -0 libs/flake/text/KoSvgTextShape.cpp M +2 -0 libs/flake/text/KoSvgTextShape.h M +68 -6 libs/flake/tools/KoPathTool.cpp https://commits.kde.org/krita/b359d5c411e4f717a809f0ac3f472fc7f16aeebc Git commit 7338eb8627c056bed874aa5df05e8aad49279235 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 03/04/2018 at 11:20. Pushed by rempt into branch 'krita/4.0'. Implement "Convert text into path" function The string should be actually a sticky string with the one in parameter shape conversion command, so no extra translation is needed. (cherry picked from commit b359d5c411e4f717a809f0ac3f472fc7f16aeebc) M +46 -0 libs/flake/tests/TestSvgText.cpp M +2 -0 libs/flake/tests/TestSvgText.h A +- -- libs/flake/tests/data/svg_render/load_text_outline.png A +- -- libs/flake/tests/data/svg_render/load_text_outline_converted_to_path.png M +75 -0 libs/flake/text/KoSvgTextShape.cpp M +2 -0 libs/flake/text/KoSvgTextShape.h M +68 -6 libs/flake/tools/KoPathTool.cpp https://commits.kde.org/krita/7338eb8627c056bed874aa5df05e8aad49279235 |