https://issues.apache.org/bugzilla/show_bug.cgi?id=55714
--- Comment #2 from Benjamin Gamard <[email protected]> --- (In reply to Nick Burch from comment #1) > PPTX files are a zip of XML files. > > Are you able to unzip the resulting file, and diff the slide and layout xml > to see what's different between the slides that include the background and > those who lost it? Yes, here it is. The source pptx slide contains at the beginning : ... <p:cSld> <p:bg> <p:bgPr> <a:blipFill dpi="0" rotWithShape="1"> <a:blip r:embed="rId2" cstate="print"> <a:lum /> </a:blip> <a:srcRect /> <a:stretch> <a:fillRect /> </a:stretch> </a:blipFill> <a:effectLst /> </p:bgPr> </p:bg> <p:spTree> ... And the resulting pptx does not contains the <p:bg> tag : ... <p:cSld> <p:spTree> ... I tried to debug into the copy process, and it seems that it never pass in the XSLFBackground.copy method (but it does for all the other shapes). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
