-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Y position of document not updated after adding image #1523
Comments
Same here |
We are also experiencing this on our project! |
Hello, |
Experiencing the same problem here. |
We also experienced this upgrading from v0.14 -> v0.15. I've looked at the source code and I guess this issue was introduced at #1482 Old: In This commit Any chance you could take a look at it: @blikblum ? PS: I could imagine usecases where we would want to draw text over images but that would likely need an additional image option. |
Bug Report
Description of the problem
On version 0.14.0 (and lower?), when you add an image, the Y position of the document is automatically updated.
So if we add another image, with moveDown or not, it will be below the first (same with the text, etc...).
But now in version 0.15.0, Y position is not updated after adding an image, so when we add another element (image or text), it is on top of the first one.
So there is a bug/regression in the new version 0.15.0.
Code sample
Here is the result of the sample code in 0.14.0 :
And here the result in 0.15.0 :
Your environment
The text was updated successfully, but these errors were encountered: