7
edits
ChrisLilley (talk | contribs) m (→Declare DOCTYPE for SVG: line breaking) |
ChrisLilley (talk | contribs) (→Declare namespaces for SVG and XLink: standalone="no" has no utility) |
||
| Line 8: | Line 8: | ||
A simple SVG file may look like this: | A simple SVG file may look like this: | ||
<?xml version="1.0 | <?xml version="1.0"?> | ||
<svg xmlns="http://www.w3.org/2000/svg" | <svg xmlns="http://www.w3.org/2000/svg" | ||
xmlns:xlink="http://www.w3.org/1999/xlink"> | xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
edits