Brian Sweeney

Results 826 comments of Brian Sweeney

Definitely something wrong with that render. I believe the primary issue is related to how the line height is determined. Though the image is correctly rendered and the bounding box...

@mjm54 the "File does not begin with %PDF" error could mean that some non-PDF content was pushed into the output stream. When this happens it is typically due to errors/notices...

Is this a layout or a view? I know you're still learning CakePHP, but there are more cake-like ways of organizing your code. This issue isn't the best place to...

The stylesheet is referenced using a relative path so it will be interpreted based on either: 1. the location of the HTML document if you're loading a file using loadHtmlFile...

I would expect the path to work, have you confirmed that APPPATH ends with a slash?

Happens to me all the time. You could try [enabling additional debug messaging](https://github.com/dompdf/dompdf/wiki/Troubleshooting-Dompdf#configuration) to see if it gives you enough info to determine what's going on.

Is ``` ``` the code you're using? It should be something along the lines of ``` ```

Which version of SvgLib were you using before?

The real issue appears to be that clipPath is not handled correctly to begin with. A clipping path is intended for masking, the elements should not be rendered. SvgLib, however,...

Can you supply the SVG so I can attempt to reproduce the error?