You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to select the focal point on SVGs, the image doesn't display and it's impossible to select a focal point.
This is what I see (click to expand)
As you can see, the image is in the markup but has no width/height.
To Reproduce
Steps to reproduce the behaviour:
Upload an SVG and try to select a focal point
Expected behavior
I'd expect the image to display/preview so I can select a focal point.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: All (Mac OSX and Ubuntu linux)
Browser: Chrome
Version: Chrome 107.0.5304.121
Additional context
Through the Inspector I did add width: 100% to the <img> and that at least let me display the image -- and whilst I could click to set a focal point, the circle cursor/indicator wasn't draggable
Adding width/height via the inspector (click to expand)Here's the SVG in question
Describe the bug
When trying to select the focal point on SVGs, the image doesn't display and it's impossible to select a focal point.
This is what I see (click to expand)
As you can see, the image is in the markup but has no width/height.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
I'd expect the image to display/preview so I can select a focal point.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Through the Inspector I did add
width: 100%
to the<img>
and that at least let me display the image -- and whilst I could click to set a focal point, the circle cursor/indicator wasn't draggableAdding width/height via the inspector (click to expand)
Here's the SVG in question
The text was updated successfully, but these errors were encountered: