Skip to content

Commit

Permalink
Merge pull request #3 from pwl/master
Browse files Browse the repository at this point in the history
Update TikzPictures.jl
  • Loading branch information
mykelk committed Oct 8, 2014
2 parents 65f1877 + 60a39fd commit 00255b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TikzPictures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,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
Expand Down

0 comments on commit 00255b5

Please sign in to comment.