First page Back Continue Last page Graphics
Digital Line Aspects
Our digital paper has a coarse texture:
- vertical and horizontal lines are perfectly smooth
- angled lines are jagged
smooth command:
- smooth() : smooths out (anti-aliasing) edges
- takes more work for the computer, but makes nicer lines
What happens if background() and stroke() use the same value?