module MetaBrush.Document where -------------------------------------------------------------------------------- data Document = Document { displayName :: !Text , filePath :: !(Maybe FilePath) , unsavedChanges :: !Bool , viewport :: !AABB , strokes :: !(Set Stroke) }