Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AryaWu
/
libxml
like
0
Model card
Files
Files and versions
xet
Community
main
libxml
/
test
/
SVG
/
path02.xml
AryaWu
Upload folder using huggingface_hub
6baed57
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
297 Bytes
<?xml version=
"1.0"
standalone=
"no"
?>
<!DOCTYPE
svg
PUBLIC
"-//W3C//DTD SVG April 1999//EN"
"http://www.w3.org/Graphics/SVG/svg-19990412.dtd"
>
<
svg
width
=
"4in"
height
=
"3in"
>
<
path
d
=
"M 100 100"
>
<
data
d
=
"L 140 100"
/>
<
data
d
=
"L 120 140"
/>
<
data
d
=
"z"
/>
</
path
>
</
svg
>