From 69af15f861d0933dde1faa75ca2cd844dea18bf5 Mon Sep 17 00:00:00 2001 From: Maxim Samsonov Date: Mon, 28 Aug 2023 20:38:02 +0300 Subject: [PATCH] Fixed handling of temporary image files on Windows (1) --- lib/isodoc/presentation_function/image.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/isodoc/presentation_function/image.rb b/lib/isodoc/presentation_function/image.rb index 434fc073..a2149ea3 100644 --- a/lib/isodoc/presentation_function/image.rb +++ b/lib/isodoc/presentation_function/image.rb @@ -154,7 +154,6 @@ def eps_to_svg_uri(node) def cache_dataimage(uri) if %r{^data:}.match?(uri) uri = save_dataimage(uri) - @tempfile_cache << uri end uri end