-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add cut marks #80
Comments
For bleed, it is really dependent on the service you are using to print and what tolerances they have. Ex. https://s3.amazonaws.com/www.thegamecrafter.com/templates/poker-card.png What you would do is build the bleed into your card template. Then the print service you use will cut into the card print with the bleed falling off. Same for cut marks, you can just set That's my understanding, but let me know if you were thinking something different. |
I know this reply is late, but for the benefit of anyone else who might see this, I needed cut marks but different to those that hristoiankov described - I needed guidelines that I could use to line up a straight edge for accurate cutting. I achieved this by wrapping my card in a div with a few additional elements for the guide lines, resulting in this outcome: HTML:
CSS:
I'm sure there are better ways to do this, but this worked for me so sharing in case it helps anyone else |
I would love to be able to add cut mark overlays when looking to export, or an option to add bleed.
The text was updated successfully, but these errors were encountered: