pub type Point = (Length, Length);Expand description
A point in graphics space (upstream point; matches the runtime
Value::Tuple([Length, Length]) representation). Graphics space is
y-up (PDF-native); the PDF writer’s place_graphics flips
page-layout’s y-down convention when placing a graphics box on a line.