pub fn drawing<'a>(
repo: &'a Repo,
index: &'a mut DocIndex,
path: &'a BlockPath,
presentation: &'a mut Presentation,
gesture: &'a mut Gesture,
) -> Drawing<'a>Expand description
The current scope, over the gesture’s view of the repo’s document.