xref: /aosp_15_r20/external/libxml2/test/SVG/desc.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<?xml version="1.0" standalone="no"?>
2<!DOCTYPE svg SYSTEM "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
3<svg width="4in" height="3in">
4<g>
5  <title>
6    Company sales by region
7  </title>
8  <desc>
9    This is a bar chart which shows
10    company sales by region.
11  </desc>
12  <!-- Bar chart defined as vector data -->
13</g>
14</svg>
15