Does SVG work with the Notepad editor? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Does SVG work with the Notepad editor?

12th Sep 2016, 11:00 AM
Yissachar Liknaitzky
Yissachar Liknaitzky - avatar
4 ответов
+ 1
Actually the code does not depend on the editor but on the browser. The editor (whether it is notepad or vs code or Webstorm etc.) is just to write the html code (text) in a .html or .htm file. If you have written it correctly in notepad and the browser also supports that svg feature then it will definitely work!
12th Sep 2016, 11:42 AM
Mohammed Maaz
Mohammed Maaz - avatar
+ 1
How do I check if the browser supports the svg feature
12th Sep 2016, 12:40 PM
Yissachar Liknaitzky
Yissachar Liknaitzky - avatar
+ 1
Hi, The code work in the browser.
12th Sep 2016, 1:25 PM
powerbiz
0
You should either read the documentation of your browser, or google it or simply try running the code on your browser to check if it renders it smoothly. I think all the recent browsers would run an SVG work or image.
12th Sep 2016, 2:07 PM
Mohammed Maaz
Mohammed Maaz - avatar