-
Notifications
You must be signed in to change notification settings - Fork 4
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
Exported PDF card does not match preview or exported image #16
Comments
Thanks for the report. It's most likely another Skia bug. Can you try the alternative export options under File -> Advanced and see if any of them fix the problem for you? |
I am also having this issue. For me it is elements with filters applied that fail. Specifically linear gradients and outer glows. I have tried the other output options with similar results (firefox errors, electron errors lots and canvas is the same as default).
+imageFill(assets.bg1, 0, 0, 116, 180) +textWrap(body)(font-family="body", font-size=8, line-height=8, x=5, y=63, width=106, fill="#000000" filter="url(#sofGlowW)") +text(cost)(align="center", font-family="stencil", font-size=32, fill="#ffffff", stroke="#000000", x=105, y=32) |
Version 1.4
This is a template generated on Windows with quite a bit of custom javascript. I also used the trick to generate a csv from an external program and overwrite the cards.csv inside the ccst file. In the exported image, the top left rectangle of the Hyper-Toxicity card is an oval. In the exported PDF, the top left rectangle of the Hyper-Toxicity card is not an oval. The exported image is correct, and matches the preview inside of the program.
CCST File (added to zip file)
cards-ccst.zip
Image created from File > Export Card Images. The 6-F designator is inside an oval (correct).
PDF created from File > Export to PDF. The 6-F designator is inside a rectangle (incorrect)
print.pdf
The text was updated successfully, but these errors were encountered: