@@ -14,27 +14,27 @@ Foundation-free Swift implementation of W3C SVG 2 specification.
1414This package implements the [ W3C SVG 2 specification] ( https://www.w3.org/TR/SVG2/ ) with namespaced types that directly map to SVG 2 chapters:
1515
1616### Foundational
17- - ** Types** (Chapter 4): Basic data types - Length, Color, Transform, ViewBox
18- - ** Document** (Chapter 5): Document structure elements (coming soon)
19- - ** Styling** (Chapter 6): CSS and presentation (coming soon )
17+ - ** Types** (Chapter 4): Basic data types - Length, Color, Transform, ViewBox ✓
18+ - ** Document** (Chapter 5): SVG, Group, Defs, Symbol, Use ✓
19+ - ** Styling** (Chapter 6): CSS and presentation (infrastructure ready )
2020
2121### Geometry & Coordinates
22- - ** Geometry** (Chapter 7): Positioning and sizing properties (coming soon )
23- - ** Coordinates** (Chapter 8): Coordinate systems and transforms (coming soon )
22+ - ** Geometry** (Chapter 7): Positioning and sizing properties (infrastructure ready )
23+ - ** Coordinates** (Chapter 8): Coordinate systems and transforms (infrastructure ready )
2424
2525### Graphics Elements
26- - ** Paths** (Chapter 9): Path elements and data (coming soon )
27- - ** Shapes** (Chapter 10): Circle, Rectangle, Ellipse, Line
28- - ** Text** (Chapter 11): Text content elements (coming soon )
29- - ** Embedded** (Chapter 12): Embedded content (coming soon )
26+ - ** Paths** (Chapter 9): Path elements and data (infrastructure ready )
27+ - ** Shapes** (Chapter 10): Circle, Rectangle, Ellipse, Line, Polyline, Polygon ✓
28+ - ** Text** (Chapter 11): Text content elements (infrastructure ready )
29+ - ** Embedded** (Chapter 12): Embedded content (infrastructure ready )
3030
3131### Rendering
32- - ** Painting** (Chapter 13): Fill, stroke, markers (coming soon )
33- - ** PaintServers** (Chapter 14): Gradients and patterns (coming soon)
32+ - ** Painting** (Chapter 13): Fill, stroke, markers (infrastructure ready )
33+ - ** PaintServers** (Chapter 14): LinearGradient, RadialGradient, Stop, Pattern ✓
3434
3535### Interactivity
36- - ** Scripting** (Chapter 15): Interactivity and events (coming soon )
37- - ** Linking** (Chapter 16): Hyperlinks and views (coming soon )
36+ - ** Scripting** (Chapter 15): Interactivity and events (infrastructure ready )
37+ - ** Linking** (Chapter 16): Hyperlinks and views (infrastructure ready )
3838
3939## Installation
4040
0 commit comments