...

/

User Space and Device Space

User Space and Device Space

In this lesson, we'll cover user and device space in Pycairo.

We'll cover the following...

Introduction to spaces

Pycairo has two coordinate spaces: user space and device space. By default, these two spaces are identical, which is why we treat them as one space. However, we can modify user space and get useful results.

User space is the coordinate system that ...