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

Problem with exporting to SVG for objects with image fill. #5146

Closed
yuriyant opened this issue Aug 6, 2018 · 1 comment · Fixed by #5164
Closed

Problem with exporting to SVG for objects with image fill. #5146

yuriyant opened this issue Aug 6, 2018 · 1 comment · Fixed by #5164

Comments

@yuriyant
Copy link

yuriyant commented Aug 6, 2018

Version

2.3.4

Test Case

https://jsfiddle.net/yuriyant/t6v73r8h/41/

Json: https://vsesorta.ru.test.dvaslona.com/tmp/page.json

Steps to reproduce

Create an object with a fill image and a negative value of the offsetX/offsetY property
0beb433dd9

Expected Behavior

1111111

Actual Behavior

Part of the image moved to another part
abbb43b5ac

I will be grateful for any advice on fixing the problem.

@asturur
Copy link
Member

asturur commented Aug 11, 2018

Hi, sorry for the delay.
The problem is that the SVG does not support the no-repeat attribute.
We have to somehow build a special SVG logic that will imitate it.

I ll check what i can do

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

Successfully merging a pull request may close this issue.

2 participants