Brian Sweeney

Results 826 comments of Brian Sweeney

Are you talking about placing the same SVG on multiple pages, or on the same page in various locations? It's likely possible, but the actual method would depend on the...

You should leave this issue open so the changes can be incorporated. If it's closed then it may be forgotten.

Nice, I was going to start putting the convertSize method to greater use when setting length values. This is a good start on that.

Finding specifics on some of the arguments for SVG elements can be ... challenging. However, MDN does seem to indicate that percent values are permitted in SVG as x,y are...

No need to apologize for anything this is a good PR. I think rather than falling out on error or using the percent-based reference, to just pass in ... null?...

Probably a mistake. The logic in the other two adapters is slightly different.

So, yeah. When the COPYING file was introduced both the LGPL and GPL version were put in the library. Looks like I thought they were duplicates without realizing that they...

Beyond addressing the reported bug I would note that php-svg-lib by itself has very limited font support out of the box. This limitation applies to the core PDF fonts (Helvetica,...

You mean to show two pages in the viewer instead of a single page?

Dompdf and the Cpdf back end do not currently support setting the layout. While it's possible with the PDFLib back end it has to be set through the begin/end document...