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

SVG format #49

Closed
sglyon opened this issue Dec 16, 2015 · 4 comments
Closed

SVG format #49

sglyon opened this issue Dec 16, 2015 · 4 comments

Comments

@sglyon
Copy link

sglyon commented Dec 16, 2015

I can't seem to find any support for SVG format here. Has anyone thought about this? I'm happy to pitch in to get it working

@SimonDanisch
Copy link
Member

SVG seems also problematic because it really is just xml? So probably we should really get serious about the container kind of types.

@sglyon
Copy link
Author

sglyon commented Dec 17, 2015

Yeah I'm not an SVG expert by any means, but I think you are right -- just xml.

I looked around a bit and couldn't find much in the Julia ecosystem for reading in an SVG and converting it to something else. I believe that @dcjones accomplishes this somehow for Gadfly/Compose/Cairo, but I haven't had time to dig into that code enough to be sure.

@SimonDanisch
Copy link
Member

Well, with ImageMagick you would loose the vector information.
Since I have the prejudice that PDF is a pretty complex format, I guess your best bet is to find a c library that does this and wrap it.
From all I know, Compose only writes out a subset of SVG. I think we currently don't even have the infrastructure to represent the full set of Vector Graphics (with bezier paths, contours etc)

@ViralBShah
Copy link
Contributor

ViralBShah commented Feb 27, 2024

Was added in #131

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

3 participants