diff --git a/plugins/tiddlywiki/geospatial/docs/save-dom-to-image.tid b/plugins/tiddlywiki/geospatial/docs/save-dom-to-image.tid index 434f923df..fa058b2a5 100644 --- a/plugins/tiddlywiki/geospatial/docs/save-dom-to-image.tid +++ b/plugins/tiddlywiki/geospatial/docs/save-dom-to-image.tid @@ -41,3 +41,13 @@ Save the screen as an image file /> Save the screen as an image tiddler [[$:/temp/screenshot.png]] + +<$button> +<$action-sendmessage + $message="tm-save-dom-to-image" + selector="body.tc-body" + format="svg" + save-title="$:/temp/screenshot.svg" +/> +Save the screen as an image tiddler in SVG format + [[$:/temp/screenshot.svg]]