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

SVG output does not respect Image crop attributes #4708

Closed
semiadam opened this issue Feb 10, 2018 · 1 comment · Fixed by #4738
Closed

SVG output does not respect Image crop attributes #4708

semiadam opened this issue Feb 10, 2018 · 1 comment · Fixed by #4738
Labels

Comments

@semiadam
Copy link

Below fiddle uses height, width, cropX and cropY attributed in the way V2 suggests. Cropping happens correctly on canvas but upon downloading the SVG, the entire image is shown.

Version

2.0

Test Case

http://jsfiddle.net/Da7SP/841/

Steps to reproduce

Expected Behavior

Image must be cropped in SVG similar to canvas

Actual Behavior

Entire image is shown in SVG

@asturur asturur added the bug label Feb 10, 2018
@asturur
Copy link
Member

asturur commented Feb 10, 2018

Yep need a fix.

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

Successfully merging a pull request may close this issue.

2 participants