/
germanubis
/
yew
Обзор
Документация
Войти
/
germanubis
/
yew
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/inner_html/src/document.html
13 строк
453 B
Muhammad Hamza
Add VNode::from_html_unchecked (#2842)
08 ноя 2022, 19:24
Не верифицирован
08 ноя 2022, 19:24
90c7ff1
Код
Авторство
О чём код?
<h2>Inline HTML with SVG</h2> <p> The whole contents of this page is stored as a constant HTML string in the Rust source code. The code queries the DOM, creates a new element, and applies this snippet of HTML to the element's innerHTML. </p> <svg height="250" width="500"> <polygon points="220,10 300,210 170,250 123,234" style="fill: lime; stroke: purple; stroke-width: 1" /> Sorry, your browser does not support inline SVG. </svg>