-
Notifications
You must be signed in to change notification settings - Fork 77
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
Color keyword "none" not parsed correctly #100
Comments
Additional samples from dompdf/dompdf#3069 (comment):
|
I believe the issue is that php-svg-lib is attempting to parse the "none" keyword as a color array, the result being that the opacity is determined to be 0. Since the parent elements in these samples have fill="none" the child elements are not visible. To work around the issue remove fill="none" from any element that has it. |
I can confirm that my PDFs are identical now with up to date dependencies once I removed the |
When an element is contained within a group element, the group element attributes override the attributes of its children.
Expected Rendering:
Actual Rendering:
The text was updated successfully, but these errors were encountered: