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

I: SVG images are not rendered #1

Closed
nea opened this issue Feb 1, 2017 · 1 comment
Closed

I: SVG images are not rendered #1

nea opened this issue Feb 1, 2017 · 1 comment
Assignees

Comments

@nea
Copy link
Owner

nea commented Feb 1, 2017

Hi

Currently SVG images are not being rendered (compared to e.g. PNG images). This is because the used HTMLRenderer/.net does not support the rendering natively. Therefore, an extra event handler for SVG rendering should be added, for example via https://github.com/vvvv/SVG

Best

@nea nea self-assigned this Feb 1, 2017
@nea
Copy link
Owner Author

nea commented Feb 1, 2017

Added basic SVG rendering to the viewer.

Local files are rendered directly. Web resources are loaded asynchronously, appear as broken and are being replaced as soon as they have been fetched.

Currently, there is not caching or anything, but that is something for future versions ^^

@nea nea closed this as completed Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant