TCPDF
TCPDF copied to clipboard
fix: base64 images not rendered inside of html
I'm not sure when this happened, but default base64 encoded images were no longer rendered in html text.
If the image is rendered like this:
<img src="data:image/png;base64,....." />
the image was not rendered when inside of an html text. Instead one has to replace data:image/png;base64,
with @
which in my opinion is not ideal and an overhead.
https://github.com/tecnickcom/TCPDF/issues/179
Please try to resolve the conflicts.
@williamdes I rebased. Sorry for the changelog change, but it seems you had an empty space and my IDE wants to remove it :)
@williamdes I rebased. Sorry for the changelog change, but it seems you had an empty space and my IDE wants to remove it :)
That's okay
But can you remove the other commits? git reset hard on the base and cherry pick https://github.com/tecnickcom/TCPDF/pull/671/commits/605d0a1ba75f54d9edc9d903213ae0f76b434a02 then force push?
how about now?