Useful Links
Computer Science
Computer Graphics and Visualization
SVG Graphics
1. Introduction to SVG
2. SVG Document Structure and Syntax
3. Basic SVG Shapes
4. Path Element
5. SVG Styling
6. SVG Text
7. Advanced SVG Features
8. Interactivity and Animation
9. Optimization and Best Practices
10. SVG Workflow and Applications
Basic SVG Shapes
Rectangle Element
Position Attributes
Dimension Attributes
Rounded Corners
Circle Element
Center Coordinates
Radius Attribute
Ellipse Element
Center Coordinates
Radius Attributes
Line Element
Start and End Coordinates
Polyline Element
Points Attribute
Open Shape Creation
Polygon Element
Points Attribute
Closed Shape Creation
Common Shape Attributes
Identification Attributes
Styling Attributes
Previous
2. SVG Document Structure and Syntax
Go to top
Next
4. Path Element