Kaydet (Commit) 3cc56b50 authored tarafından Xisco Fauli's avatar Xisco Fauli Kaydeden (comit) Samuel Mehrbrodt

tdf#95733: SVG: clipPath can be defined outside path...

... so just ignore all clipPath until its support is implemented in filter/source/svg/

Regression introduced by 3056a6b6.
Verified that tdf#95332 and tdf#65864 are still rendered correctly

Change-Id: Ie3bdee545a81554ef2a95d373e2559e2540ddaa5
Reviewed-on: https://gerrit.libreoffice.org/19889Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 1266429e
......@@ -98,9 +98,7 @@ template<typename Func> void visitElements(Func& rFunc,
//tdf#65864
//TODO: support clipPath
if( !(eCaller == SHAPE_WRITER &&
xChildren->item(i)->getNodeName() == "path" &&
rElem->getTagName() == "clipPath" &&
rElem->getParentNode()->getNodeName() == "defs") ){
rElem->getTagName() == "clipPath")){
visitElements( rFunc,
uno::Reference<xml::dom::XElement>(
xChildren->item(i),
......
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