Add files via upload

This commit is contained in:
Dmitry 2025-03-03 22:19:05 +03:00 committed by GitHub
parent 84be3c21f3
commit 5317b343bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

4
test/SVG/sec_file.svg Normal file
View file

@ -0,0 +1,4 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<use href="first_file.svg#blue-rectangle" x="10" y="10" />
<use href="first_file.svg#blue-circle" x="100" y="100" />
</svg>

After

Width:  |  Height:  |  Size: 197 B