Patterns
Learn about the Patterns in Pycairo.
We'll cover the following...
Types of Patterns
Pattern
is an abstract class that represents all of Pycairo’s fill methods. We cannot create a Pattern
object (because the class ...