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

blendMode SVG looks wrong #55

Open
joachimheintz opened this issue Dec 28, 2021 · 4 comments
Open

blendMode SVG looks wrong #55

joachimheintz opened this issue Dec 28, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@joachimheintz
Copy link

the svg output of blendMode is quite different from the other outputs, and looks wrong.
it happens on rendering for me, and is the same in the apitests_expected_output.

@justvanrossum
Copy link
Owner

SVG doesn't support blendmode natively, only if you add some CSS, which in turn isn't supported everywhere either.

@justvanrossum
Copy link
Owner

Although, here are some tips: https://stackoverflow.com/questions/11448556/how-to-use-blend-mode-in-svg-for-vector-shapes

(Skia's own SVG export also doesn't support blendmode it seems.)

@justvanrossum justvanrossum added the enhancement New feature or request label Dec 28, 2021
@justvanrossum
Copy link
Owner

@justvanrossum
Copy link
Owner

Oh sorry, I was mixing this up with another project: drawbot-skia exclusively uses the native Skia SVG export, so this currently appears to be a limitation of the Skia library itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants