pixie/tests/fileformats/svg/triangle01.svg

12 lines
415 B
XML
Raw Normal View History

2020-12-20 00:01:14 +00:00
<?xml version="1.0" standalone="no"?>
2021-06-29 02:50:09 +00:00
<svg viewBox="0 0 400 400"
2020-12-20 00:01:14 +00:00
xmlns="http://www.w3.org/2000/svg" version="1.1">
<title>Example triangle01- simple example of a 'path'</title>
<desc>A path that draws a triangle</desc>
<rect x="1" y="1" width="398" height="398"
fill="none" stroke="blue" />
<path d="M 100 100 L 300 100 L 200 300 z"
fill="red" stroke="blue" stroke-width="3" />
</svg>