summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index 36b4e304e25c..78207b593ac6 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -1854,8 +1854,11 @@ namespace svgio
}
case SVGTokenMarker:
{
- readLocalUrl(aContent, maMarkerEndXLink);
- maMarkerStartXLink = maMarkerMidXLink = maMarkerEndXLink;
+ if(bCaseIndependent)
+ {
+ readLocalUrl(aContent, maMarkerEndXLink);
+ maMarkerStartXLink = maMarkerMidXLink = maMarkerEndXLink;
+ }
break;
}
case SVGTokenMarkerStart: