UsefulLinks
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
5.
SVG Styling
5.1.
Presentation Attributes
5.1.1.
Fill Attribute
5.1.2.
Stroke Attribute
5.1.3.
Stroke Width
5.1.4.
Stroke Linecap
5.1.5.
Stroke Linejoin
5.1.6.
Stroke Dasharray
5.1.7.
Stroke Dashoffset
5.1.8.
Opacity
5.1.9.
Fill Opacity
5.1.10.
Stroke Opacity
5.2.
CSS Styling Methods
5.2.1.
Inline Style Attribute
5.2.2.
Internal CSS
5.2.3.
External CSS Stylesheets
5.2.4.
CSS Selectors for SVG
5.2.4.1.
Element Selectors
5.2.4.2.
Class and ID Selectors
5.2.4.3.
Attribute Selectors
5.2.5.
CSS Properties vs. Presentation Attributes
5.2.5.1.
Inheritance and Specificity
5.2.5.2.
Style Overriding
5.3.
Style Element in SVG
5.3.1.
Placement and Scope
5.3.2.
CSS Rule Embedding
5.4.
Inheritance and Cascading
Previous
4. Path Element
Go to top
Next
6. SVG Text