We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be fantastic if CairoSVG could support CSS blend modes
<svg viewBox="0 0 120 120"> <g> <circle style="mix-blend-mode: screen;" cx="40" cy="40" r="40" fill="red" /> <circle style="mix-blend-mode: screen;" cx="80" cy="40" r="40" fill="lightgreen" /> <circle style="mix-blend-mode: screen;" cx="60" cy="80" r="40" fill="blue" /> </g> </svg>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be fantastic if CairoSVG could support CSS blend modes
The text was updated successfully, but these errors were encountered: