docs: title revisions and other rewriting

dev
Andy Meneely 2016-04-14 11:34:10 -04:00
parent c0b62d54a7
commit a6623a3280
4 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,5 @@
Backends: Vector vs. Raster Vector vs. Raster Backends
=========================== ==========================
Squib's graphics rendering engine, Cairo, has the ability to support a variety of surfaces to draw on, including both raster images stored in memory and vectors stored in SVG files. Thus, Squib supports the ability to handle both. They are options in the configuration file ``backend: memory`` or ``backend: svg`` described in :doc:`/config`. Squib's graphics rendering engine, Cairo, has the ability to support a variety of surfaces to draw on, including both raster images stored in memory and vectors stored in SVG files. Thus, Squib supports the ability to handle both. They are options in the configuration file ``backend: memory`` or ``backend: svg`` described in :doc:`/config`.

View File

@ -1,4 +1,13 @@
Handling Printing Bleeds Always Have Bleed
======================== =================
TODO: Write this. .. note::
TODO: Under construction
* Always plan to have a printing bleed around the edge of your cards. 1/8 in is standard
* Have a safe zone too
* Layouts make this easy (see the built-in layouts)
* Can use png overlays from templates to make sure it fits
* Trim option is what is used everywhere in Squib
* Trim_radius also lets you show your cards off like how they'll really look

View File

@ -1,5 +1,5 @@
Use Groups for Custom Builds Group Your Builds
============================ =================
Often in the prototyping process you'll find yourself cycling between running your overall build and building a single card. You'll probably be commenting out code in the process. Often in the prototyping process you'll find yourself cycling between running your overall build and building a single card. You'll probably be commenting out code in the process.

View File

@ -1,4 +1,3 @@
Squib Documentation Squib Documentation
=================== ===================