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 images do not scale up #20

Closed
jancborchardt opened this issue Jun 28, 2012 · 2 comments
Closed

svg images do not scale up #20

jancborchardt opened this issue Jun 28, 2012 · 2 comments
Assignees

Comments

@jancborchardt
Copy link
Contributor

Inserted SVG images are displayed at the size they were created at. Since it is a scalable vector format, normally you can scale the files as big as you want. Strut however seems to handle them much like raster graphics, where scaling the image up makes the pixels apparent & blurs.

Instead, SVGs should be fully scalable.

@ghost ghost assigned tantaman Jun 28, 2012
tantaman added a commit that referenced this issue Jun 29, 2012
@tantaman
Copy link
Owner

that should do it... I'll need to test it some more before closing this issue.

@jancborchardt
Copy link
Contributor Author

Nice! Works for the presentation I encountered the error with.

tantaman added a commit that referenced this issue Jul 1, 2012
Some images are coming back with a natural width and natural height of 0,0
This may just be due to trying to read the values without having gotten the onload
callback.
captaincole pushed a commit that referenced this issue Jan 5, 2016
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

2 participants