diff options
author | Aki <please@ignore.pl> | 2020-08-12 19:56:41 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2020-08-12 19:56:41 +0200 |
commit | 8270e34b81197be8f7168eecf929634e38dcaa29 (patch) | |
tree | e6a231550826256ca5a5ed529b48727607ccc52f | |
parent | 2cb755e90018efe04e8569ec1c9d509b8ae2c7ce (diff) | |
download | browse-8270e34b81197be8f7168eecf929634e38dcaa29.zip browse-8270e34b81197be8f7168eecf929634e38dcaa29.tar.gz browse-8270e34b81197be8f7168eecf929634e38dcaa29.tar.bz2 |
Included support for SVG and some other image types
-rw-r--r-- | README | 5 | ||||
-rwxr-xr-x | viewhtml | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -14,4 +14,7 @@ opener viewhtml A view for HTML5 documents based on gumbo. - Depends on https://github.com/ray2501/tclgumbo + Depends on: + https://github.com/ray2501/tclgumbo + http://tkimg.sourceforge.net/ + https://github.com/auriocus/tksvg @@ -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? |