https://bugs.kde.org/show_bug.cgi?id=389271
--- Comment #11 from Dmitry Kazakov <[email protected]> --- Git commit 603c9a0c7f19d6386bf496cd12c152a1f6acd087 by Dmitry Kazakov. Committed on 01/02/2018 at 21:57. Pushed by dkazakov into branch 'master'. Fix loading of SVGs embedded into ODG by Krita 3.0 This patch basically deprecates KoUnavailShape and tries to load the embedded SVGs directly. Theoretically, some raster images could also be included into ODG document and handled by unavail-shape, but most probably it has never been used, because ImageShape was always disabled in 3.x M +0 -1 libs/flake/CMakeLists.txt M +265 -47 libs/flake/KoShapeRegistry.cpp D +0 -629 libs/flake/KoUnavailShape.cpp D +0 -76 libs/flake/KoUnavailShape.h M +39 -21 libs/flake/svg/SvgShapeFactory.cpp M +3 -0 libs/flake/svg/SvgShapeFactory.h M +71 -0 libs/flake/tests/TestKoShapeRegistry.cpp M +1 -1 libs/flake/tests/TestKoShapeRegistry.h A +- -- libs/flake/tests/data/odf_frame_resource_store.zip M +8 -0 libs/ui/KisDocument.cpp M +11 -0 libs/ui/KisDocument.h M +4 -0 plugins/impex/kra/kra_converter.cpp https://commits.kde.org/krita/603c9a0c7f19d6386bf496cd12c152a1f6acd087 -- You are receiving this mail because: You are watching all bug changes.
