Summary: | Copy & Pasting Vector Shape from one layer to another doesn't preserve node type. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Samwise Galenorn <samwisegalenorn> |
Component: | Tools/Vector | Assignee: | sh_zam <shzam> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ghevan, rebecca, shzam |
Priority: | NOR | ||
Version First Reported In: | 4.2.9 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/e87cb6899993fdfc65aa5371e752ba17b6b34538 | Version Fixed In: | |
Sentry Crash Report: |
Description
Samwise Galenorn
2020-04-24 22:47:05 UTC
I can confirm this on the 4.2.9 appimage. You don't even have to paste it do a different layer--pasting to the same layer has the same effect. Pasting to Inkscape too. This bug is probably a duplicate of bug 418008 A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/773 Git commit e87cb6899993fdfc65aa5371e752ba17b6b34538 by Dmitry Kazakov, on behalf of Sharaf Zaman. Committed on 29/03/2021 at 11:22. Pushed by dkazakov into branch 'master'. Bugfix: Vector layer doesn't preserve nodetypes info We had a mechanism to load nodetypes info but we didn't use it. Related: bug 418008 M +22 -28 libs/flake/KoPathShape.cpp M +28 -0 libs/flake/KoPathShape.h M +0 -30 libs/flake/KoPathShape_p.h M +3 -0 libs/flake/svg/SvgParser.cpp M +1 -0 libs/flake/svg/SvgWriter.cpp https://invent.kde.org/graphics/krita/commit/e87cb6899993fdfc65aa5371e752ba17b6b34538 I've downloaded the Krita Nightly Windows build: krita-nightly-x64-5.0.0-prealpha-1b3b1973c0-setup.exe and confirmed the fix. Now, cutting/copying a vector from one Vector Layer to another works fine with Node information being preserved. Thank you. On a side note, when selecting the vector using the Select Shape Tool, the vector shape will fill with a color. I have to click Undo Last Action to get rid of the fill color. Do I file that as a bug on an Alpha build? (In reply to Samwise Galenorn from comment #5) > I've downloaded the Krita Nightly Windows build: > krita-nightly-x64-5.0.0-prealpha-1b3b1973c0-setup.exe > and confirmed the fix. Now, cutting/copying a vector from one Vector Layer > to another works fine with Node information being preserved. Thank you. > On a side note, when selecting the vector using the Select Shape Tool, the > vector shape will fill with a color. I have to click Undo Last Action to get > rid of the fill color. Do I file that as a bug on an Alpha build? well, I thinking filling a bug will unnecessary since we fixed that bug yesterday: https://invent.kde.org/graphics/krita/-/merge_requests/784 :) |