From 8270e34b81197be8f7168eecf929634e38dcaa29 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 12 Aug 2020 19:56:41 +0200 Subject: Included support for SVG and some other image types --- viewhtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'viewhtml') diff --git a/viewhtml b/viewhtml index 7a03591..1e581ec 100755 --- a/viewhtml +++ b/viewhtml @@ -1,6 +1,8 @@ #!/usr/bin/env tclsh package require tclgumbo package require Tk +package require tksvg +package require Img # TODO: This is still ugly, refactor into functions and namespaces? -- cgit v1.1