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

image opacity + fix #63

Open
Tracked by #13
murkle opened this issue Nov 28, 2017 · 0 comments
Open
Tracked by #13

image opacity + fix #63

murkle opened this issue Nov 28, 2017 · 0 comments

Comments

@murkle
Copy link

murkle commented Nov 28, 2017

Image opacity can be easily supported by adding the last line here:

       } else if (image.nodeName === "CANVAS" || image.nodeName === "IMG") {
            //canvas or image
            svgImage = this.__createElement("image");
            svgImage.setAttribute("opacity", this.globalAlpha || 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant