-
-
Notifications
You must be signed in to change notification settings - Fork 73
Css Inliner on data: backed urls #104
Copy link
Copy link
Open
Description
Version: 4.1.dev
Bug Description
ex. background-image: url("data:image/svg+xml,...")
gives
src/Mail/CssInliner.php : 262: Unexpected 'url("data:image/svg+' at offset 887110 in CSS.
Steps To Reproduce
Inline any SVG https://peiwen.lu/project/svg-in-css and send to CssInliner
(new Message())->...->setHtmlBody((new CssInliner)->addCss($style)->inline($message))Reactions are currently unavailable