/
vsysoev
/
libxml2
Обзор
Документация
Войти
/
vsysoev
/
libxml2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/SVG/structure01.xml
9 строк
309 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"?> <parent xmlns="http://someplace.org" xmlns:svg="http://www.w3.org/Graphics/SVG/svg-19990412.dtd"> <!-- parent stuff here --> <svg:svg width="5cm" height="8cm"> <svg:ellipse major="200" minor="130" /> </svg:svg> <!-- ... --> </parent>