summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgstyleattributes.cxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-06-27 23:21:25 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-06-28 10:05:50 +0200
commit0a18f318a13d4a9b81f717498d3a02ee274542de (patch)
tree0fc30eb87a501d7c991d0394e6187c0350555a6d /svgio/source/svgreader/svgstyleattributes.cxx
parentc706fde1c4ecc6974bcf32ce33aacf3093355ae1 (diff)
tdf#156066: Add support for feFlood filter
Change-Id: I4d01d40edd6fb91555fd734fc8378df1cbd5743a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153684 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/source/svgreader/svgstyleattributes.cxx')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index 66b8f60848f4..eb7ab2f290c6 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -1166,9 +1166,6 @@ namespace svgio::svgreader
const std::optional<basegfx::B2DHomMatrix>& pTransform,
bool bIsPrimitive) const
{
- if(rSource.empty())
- return;
-
const double fOpacity(getOpacity().solve(mrOwner));
if(basegfx::fTools::equalZero(fOpacity))