brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] svg image does not renders in Live preview #5647

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by bhanuc Thursday Dec 05, 2013 at 18:42 GMT Originally opened as https://github.com/adobe/brackets/issues/6186


I tried rendering an image in svg but It does not work in the latest build 0.34.0-10729
I get the error in dev-onsole. Failed to load resource: the server responded with a status of 404 (Not Found) .My code is svg width="5cm" height="4cm" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink= http://www.w3.org/1999/xlink">
image xlink:href="cat.png" x="0" y="0" height="50px" width="50px"/> /svg> Above code lacks three "<" , which I had to do as github was hiding my code before. Whereas my image tag works flawlessly .

core-ai-bot commented 3 years ago

Comment by bhanuc Thursday Dec 05, 2013 at 19:48 GMT


Was a temporary issue . Got fixed automatically

core-ai-bot commented 3 years ago

Comment by TomMalbran Thursday Dec 05, 2013 at 19:53 GMT


By the way, to write code in the descriptions and comments in GitHub you can use ` around the code for single lines and ``` at new lines for multiple lines of code. Like:

your code here

or

your code here
core-ai-bot commented 3 years ago

Comment by bhanuc Thursday Dec 05, 2013 at 20:15 GMT


@TomMalbran Thanks I was only aware of the the tab method for the markdown

core-ai-bot commented 3 years ago

Comment by TomMalbran Thursday Dec 05, 2013 at 20:18 GMT


No problem. Those are special methods of the GitHub Flavored Markdown.