/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/SVG/switch.xml
19 строк
633 B
Nick Wellnhofer
Remove executable bit from non-executable files
16 сен 2019, 16:48
16 сен 2019, 16:48
6705f4d
Код
Авторство
О чём код?
<?xml version="1.0" standalone="yes"?> <smil> <body> <!-- The SMIL <switch> element will process the first child element which tests true and skip past all others. --> <switch> <!-- The system-required attribute tests to see if the user agent supports SVG. If true, then render the file drawing.svg. --> <ref system-required="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" type="image/svg" src="drawing.svg" /> <!-- Else, render the alternate image. --> <img src="alternate_image.jpg" /> </switch> </body> </smil>