Brian Sweeney

Results 826 comments of Brian Sweeney

It looks like this issue is caused when a element that has a content-based width is being reflowed. Part of that process is to resolve counters and generated content of...

Now don't be cruel. That project also uses RegEx, trim, and the like! When you're parsing strings you use the best tool for the current task. RegEx can be a...

Perhaps. The difficulty should be in the teasing out of the styles. There's only so much you can do to minimize CSS and we should be able to handle most...

@Ugoku the release currently in development was started while PHP 5.2.x was still actively developed. It doesn't make much sense to restart development now just to support PHP 5.3+. Plus,...

I'm unable to reproduce the issue, do you have sample HTML I can use to confirm? 3.0.0 added some additional font matching logic to attempt to ensure characters are displayed...

OK yes, I can reproduce with that document. The issue appears to be that Dompdf has determined that the document is encoded in something other than UTF8. I'm not entirely...

That particular case would involve ligature support, which is definitely off the table right now. I don't see a specific ticket related to supporting ligatures, though it could be included...

Do you have a sample to show what you mean?

What is your expectation for the SVG? The image is rendered appropriately. Are you expecting the PDF objects to be grouped similarly (functionality that was not a focus when this...

You mean structurally within the PDF source, yes? Or are you expecting some kind of rendering compliment that would make the grouping more functional? I'll tag as an enhancement though...