Skip to content
New issue

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

Add support for blend modes #417

Open
timbtimbtimb opened this issue Mar 5, 2024 · 0 comments
Open

Add support for blend modes #417

timbtimbtimb opened this issue Mar 5, 2024 · 0 comments
Labels

Comments

@timbtimbtimb
Copy link

timbtimbtimb commented Mar 5, 2024

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>

image

@liZe liZe added the feature label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants