-
Notifications
You must be signed in to change notification settings - Fork 2
XML: The Workings of SVG
Sheep903 edited this page Mar 30, 2023
·
2 revisions
Content of XML is represented with "..."
<? ... ?> or <! ... >
This currently isn't implemented, you can safely ignore it (for now)
< ... />
For multiple lines, start with < ... >
And ends with </ ... >
<!-- ... -->
Its a comment, anything between is a comment
SVG has shapes
Shapes are in content elements
Containers are on multiple line content elements