-
-
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
SVG render bug #3051
Comments
svg is not accessible. |
derp, sorry about that. made it public |
uploading it here for posterity dieline.svg.zip |
it has to be a problem with styling. i have to check if multiple classes declaration are supported. Is this the only svg giving you problem? do you have any other similar that is working fine? |
this was sort of a test svg given to me by my designer, he is going to work on others today. Ill mention the multiple class thing and see if he knows what im talkiing about, but pretty sure he is just using illustrator and exporting as svg |
ok, here are another few from the designer. Both have similar issues |
dumb question i opened svg. |
First of all, thank you guys for building/maintaining this awesome library. Really love that this project exists :)
I have a weird issue with an SVG I got from a designer (believe it was made in illustrator). There are some areas filled black that should be transparent.
Version
1.6.2
Test Case
http://jsfiddle.net/f8yepcsg/2/
Steps to reproduce
fabric.loadSVGFromURL
PathGroup
withfabric.util.groupSVGElements
Canvas
Expected Behavior
Actual Behavior
(the outer outline is just the canvas from the jsfiddle test case)
![image](https://cloud.githubusercontent.com/assets/89260/16103913/a32f293a-334a-11e6-95c7-d457d5a0abe1.png)
The text was updated successfully, but these errors were encountered: