mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-28 11:30:42 +00:00
Add files via upload
This commit is contained in:
parent
92537a37e9
commit
227132a1ce
3 changed files with 142 additions and 0 deletions
14
test/AI/code/SVG/svg_test_obj.html
Normal file
14
test/AI/code/SVG/svg_test_obj.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SVG с использованием <object></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Пример SVG с использованием тега <object></h1>
|
||||
<object type="image/svg+xml" data="image.svg" width="200" height="200">
|
||||
Ваш браузер не поддерживает SVG
|
||||
</object>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue