-
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
CMYK support for SVG in print-PDF #9
Comments
I've found a solution but faild to open a pull request :) it needs two little changes: in /dompdf/lib/php-svg-lib/src/Svg/Style.php add:
and in
in /dompdf/lib/php-svg-lib/src/Svg/Surface/SurfaceCpdf.php
to:
example svg-file:
example php-file:
|
You should leave this issue open so the changes can be incorporated. If it's closed then it may be forgotten. |
bon jour,
while dompdf supports cmyk( c,m,y,k ) php-svg-lib does not.
is it possible (for me) to change that?
merci d'avance,
christoph
The text was updated successfully, but these errors were encountered: