-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Bug]: loadSVGFromString loads svg files, linearGradient's x1 y1 x2 y2 does not support numeric type coordinates, but percentage does #8515
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
There are 3 issues with this SVG and fabric.
The bug can be fixed, for masks we have a PR, but for the shadow that is a blur filter we didn't start and we didn't plan support yet. |
The bug is that the href attribute on the gradient, should copy the properties of the referenced gradient, but is not doing it. |
Got it, Thasks for your reply |
CheckList
Version
5.2.4
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
14.18.0
Link To Reproduction
https://codepen.io/DiscoverForever/pen/zYagdLE
Steps To Reproduce
Expected Behavior
Chrome preview this svg
Actual Behavior
Fabric preview this svg
Error Message & Stack Trace
The text was updated successfully, but these errors were encountered: