-
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
line not rendered correctly #122
Comments
Can you supply the SVG so I can attempt to reproduce the error? |
I'm printing as an image like this:
|
I think the problem are these lines:
stroke-opacity is not respected |
This is an issue with SvgLib. I see a couple of problems with how the latest version renders that element.
I'm going to move this to the SvgLib project to address with the next release of SvgLib. |
Hello,
If I use version 0.8.2 I get this SVG correctly rendered:
But with version 2.0.4 or 3.0, it shows like this in Google Chrome PDF Viewer:
But if I download the file, those strange lines don't appear in the actual PDF...
In Safari PDF viewer they don't show, I only see those lines in Google Chrome.
I need to upgrade from 0.8.2 because in this version, these SVG don't render the letters (they are in curves):
Dompdf 2 or 3:
Dompdf 0.8:
Any help?
I need both cases to work properly
thank you in advance
The text was updated successfully, but these errors were encountered: