diff --git a/src/wireviz/wv_html.py b/src/wireviz/wv_html.py index 763da9d7..3476aac5 100644 --- a/src/wireviz/wv_html.py +++ b/src/wireviz/wv_html.py @@ -81,6 +81,9 @@ def generate_html_output( "": options.fontname, "": wv_colors.translate_color(options.bgcolor, "hex"), "": svgdata, + # TODO: "": base64 of png file + "": str(filename), + "": filename.stem, "": bom_html, "": bom_html_reversed, "": "1", # TODO: handle multi-page documents