From 60a39fd9cab17e04f50406d2289287e4a17bb201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Biernat?= Date: Wed, 8 Oct 2014 11:59:06 +0200 Subject: [PATCH] Update TikzPictures.jl This fixed issue #1 for me --- src/TikzPictures.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TikzPictures.jl b/src/TikzPictures.jl index 19202d7..e6d777e 100644 --- a/src/TikzPictures.jl +++ b/src/TikzPictures.jl @@ -183,7 +183,7 @@ function save(f::SVG, tp::TikzPicture) end # this is needed to work with multiple images in ijulia (kind of a hack) -global _tikzid = uint32(iround(time() * 10)) +global _tikzid = uint(iround(time() * 10)) function Base.writemime(f::IO, ::MIME"image/svg+xml", tp::TikzPicture) global _tikzid