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

implement image embedding #11

Closed
deepakjois opened this issue Mar 28, 2012 · 3 comments
Closed

implement image embedding #11

deepakjois opened this issue Mar 28, 2012 · 3 comments
Assignees
Milestone

Comments

@deepakjois
Copy link
Member

No description provided.

@bergey
Copy link
Member

bergey commented Oct 14, 2013

As far as I can tell, blaze-svg doesn't implement image embedding. There's an automatically generated image declaration which has type SVG and takes no arguments.

@byorgey
Copy link
Member

byorgey commented Oct 14, 2013

I think blaze-svg supports it just fine; all the definitions in that module look like that. I think the idea is that image creates a basic Svg value representing an <image></image> node and then you can apply various functions to it to add attributes and content.

@bergey
Copy link
Member

bergey commented Oct 14, 2013

Oh, that makes sense! Thank you.

byorgey pushed a commit that referenced this issue Oct 15, 2013
See #11.  Does not actually work yet.

Note this means the SVG render monad now has to involve IO (in order
to read in the external image data), which makes me a little sad.
@ghost ghost assigned byorgey Oct 19, 2013
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

4 participants