Skip to content

Commit

Permalink
Fixed handling of temporary image files on Windows (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 28, 2023
1 parent 50d8808 commit 69af15f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/isodoc/presentation_function/image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69af15f

Please sign in to comment.