-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] enable preview for SVG #4830
Comments
Unfortunately, as I suspected, it's not quite this simple, because we need a way to disable live editing in these files. It's not totally clear the right way to do this. It seems like there are two choices: (1) don't create an HTMLDocument for these kinds of files, or (2) create an HTMLDocument but have StaticServer not call Given that this is no longer trivial, and the original request was opportunistic anyway, I think we should move this bug out of the sprint, and possibly tag it move to backlog. |
Closing since we would need to do more work to make this work and it's not a priority for this sprint. |
Wednesday Sep 18, 2013 at 17:59 GMT
Originally opened as adobe/brackets#5251
fix adobe/brackets#5124 - Enables to load SVG files into live preview. However the preview is not live as for HTML, meaning changes to the SVG need to be saved before they are visible in the browser preview. This limitation is currently due to the use of XML namespaces in SVG tags. Brackets currently has no way to honor XML namespaces in markup.
couzteau included the following code: https://github.com/adobe/brackets/pull/5251/commits
The text was updated successfully, but these errors were encountered: