Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] InexactError() when saving a .svg #182

Closed
BenConnault opened this issue Nov 14, 2014 · 0 comments
Closed

[bug] InexactError() when saving a .svg #182

BenConnault opened this issue Nov 14, 2014 · 0 comments

Comments

@BenConnault
Copy link

In the REPL:

using Winston
plot(rand(10))
savefig("test.pdf")           #fine
savefig("test.svg")          #error

The error:

ERROR: InexactError()
 in write at fs.jl:176
 in write_to_stream_callback at /home/ben/.julia/Cairo/src/Cairo.jl:77 (repeats 2 times)

Julia version info:

Julia Version 0.4.0-dev+1101
Commit 496351e* (2014-10-15 19:45 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
  WORD_SIZE: 64
  BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: liblapack.so.3
  LIBM: libopenlibm
  LLVM: libLLVM-3.3
nolta added a commit to JuliaLang/julia that referenced this issue Nov 19, 2014
uv_fs_write:offset is int64_t, not size_t.

Closes JuliaGraphics/Winston.jl#182.

backport of c6bdbfe
Conflicts:
	base/fs.jl
	src/jl_uv.c
waTeim pushed a commit to waTeim/julia that referenced this issue Nov 23, 2014
uv_fs_write:offset is int64_t, not size_t.

Closes JuliaGraphics/Winston.jl#182.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant