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

Fix missing encoding options (quality) parameter in canvas.toDataURL() #1382

Merged
merged 2 commits into from
Mar 15, 2019

Conversation

kayahr
Copy link
Contributor

@kayahr kayahr commented Mar 15, 2019

I noticed that toDataURL always created the same URL, no matter what encoding options I specified. So I looked into the source code and found out that the opts variable is not always passed to toBuffer. This PR fixes this.

@LinusU LinusU merged commit cb958e8 into Automattic:master Mar 15, 2019
@LinusU
Copy link
Collaborator

LinusU commented Mar 15, 2019

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants