Forum Bugs

SVGs are see through

spjonez
SVG's in PDF's seem to act as a mask for their parent container. Attached are screenshots of the HTML view and PDF view. No opacity is being used. In the HTML view the white play icon is solid in the PDF view the solid white parts let you peek through the element.

The black background is applied to a DIV and the SVG is on a span inside it. The text you can see through the white play icon z-indexed behind the DIV. How do I fix this?
  1. Screen Shot 2017-11-23 at 3.45.48 PM.png8.7 kB
    html view
  2. Screen Shot 2017-11-23 at 3.46.13 PM.png17.1 kB
    pdf view

Edited by spjonez

mikeday
That's odd, would you be able to attach or email me (mikeday@yeslogic.com) a test document?
spjonez
Sorry I'm dumb! I forgot our PDF export plays with z-indices to try to push text on top of other elements. We do this because at times two elements end up with the same z-index and text is usually more important. Thanks!