Hi there
I'm wondering why my PDF will not render correctly when I have an SVG using <clipPath> that is correctly in the <defs>, and then referenced via <g style="clip-path: url(#clipPathReference)">
I *think* I'm doing things according to documentation, but the PDF does not match what is seen with the web browser (instead of an SVG with a clip path provided, the SVG does not render / is perhaps clipped with incorrect dimensions?).
All browsers see/render "withClip" version correctly (change the .src file to .html and drag/drop it on to your browser)
Without the clip-path style, things render correctly, but I need the clip!
Thanks!
I'm wondering why my PDF will not render correctly when I have an SVG using <clipPath> that is correctly in the <defs>, and then referenced via <g style="clip-path: url(#clipPathReference)">
I *think* I'm doing things according to documentation, but the PDF does not match what is seen with the web browser (instead of an SVG with a clip path provided, the SVG does not render / is perhaps clipped with incorrect dimensions?).
All browsers see/render "withClip" version correctly (change the .src file to .html and drag/drop it on to your browser)
Without the clip-path style, things render correctly, but I need the clip!
Thanks!