X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/7804859f8fe8b8dc94b6a33b2221ac0b68d7ed86..9afdb32a9385204c13018198a136637ad599df47:/spec.py?ds=inline diff --git a/spec.py b/spec.py index 2eccbb5..c4975b5 100644 --- a/spec.py +++ b/spec.py @@ -25,6 +25,7 @@ class Spec: htmlfilter: Callable[[bytes], bytes] domfilter: Callable[[Tag], None] texfilter: Callable[[bytes], bytes] + icon_size: float layout: Layout geometry: str | None texout: IO[bytes]