Kaydet (Commit) e4b05284 authored tarafından Xisco Fauli's avatar Xisco Fauli Kaydeden (comit) Armin Le Grand

tdf#85770 SVG: Don't display text elements if parent's...

... visibility is set to hidden

Change-Id: I7633b895a3f0a7906c41d19c70e7201b1e420f9d
Reviewed-on: https://gerrit.libreoffice.org/21500Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarArmin Le Grand <Armin.Le.Grand@cib.de>
üst bd503faa
......@@ -510,7 +510,7 @@ namespace svgio
rSvgTextPosition,
rSvgStyleAttributes));
if(xRef.is())
if(xRef.is() && (Visibility_visible == getSvgStyleAttributes()->getVisibility()))
{
if(!rSvgTextPosition.isRotated())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment