Skip to content
Snippets Groups Projects
Commit 67002e1b authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

bounding-rectangle*: add method for +nowhere+

parent 397b413a
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,8 @@
(defvar +nowhere+ (make-instance 'nowhere))
(defmethod bounding-rectangle* ((region (eql +nowhere+)))
(values 0 0 0 0))
;;; Everywhere
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment