Brian Sweeney

Results 826 comments of Brian Sweeney

I've not seen this particular error before, but it seems like the following could be relevant: * [convert:not authorized `aaaa` @ error/constitute.c/ReadImage/453](https://stackoverflow.com/q/42928765/264628) * [Fixing Imagick's “not authorized” exception ](https://alexvanderbist.com/2018/fixing-imagick-error-unauthorized/) It...

Which options are you attempting to change?

OK, yes. I believe what we'll want to do it is modify the `setOptions` method to pass through the updated options to the adapter so that any relevant changes are...

There's something there but I can't quite pin down what's causing it.

Copied code sample here since debug helper recycles submissions after a period of time.

There are actually two issues here. 1) Auto-width calculation is, essentially, non-existent. inline-block elements should have their width calculated based on the content, but this isn't happening. It's a problem...

I dunno why I went with a negative bottom margin. Guess I was thinking of pulling the object down. You can alternatively use a positive top margin, which is probably...

No updates, but I think auto-width issues will be addressed as part of #627.

What version are you using and what's the context of your usage? I tried the following in 2.0.0 and it seems fine: ``` dompdf ```

But how do you know it's not working if all you have is a span with a space? Context is important. I modified my example and can see the issue...