summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svgio/source/svgreader/svggnode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svggnode.cxx b/svgio/source/svgreader/svggnode.cxx
index a4bc674c580f..2f553786606d 100644
--- a/svgio/source/svgreader/svggnode.cxx
+++ b/svgio/source/svgreader/svggnode.cxx
@@ -45,8 +45,8 @@ namespace svgio
{
if (SVGTokenDefs == getType())
{
- // #i125258# call parent for SVGTokenDefs
- return SvgNode::getSvgStyleAttributes();
+ // tdf#98599 attributes may be inherit by the children, therefore read them
+ return checkForCssStyle("defs", maSvgStyleAttributes);
}
else
{