|
Revision 336, 0.7 KB
(checked in by nperriault, 4 years ago)
|
|
Clever Svg:
- refs #40: more elements tests
- Removed depth management, as svg handle it natively
Warning: breaks BC from 0.5.
|
| Line | |
|---|
| 1 | == Roadmap == |
|---|
| 2 | |
|---|
| 3 | === version 0.6 === |
|---|
| 4 | * Write complete PHPUnit test suite |
|---|
| 5 | |
|---|
| 6 | === version 0.7 === |
|---|
| 7 | * Create existing SVG document import utility |
|---|
| 8 | |
|---|
| 9 | == Changelog == |
|---|
| 10 | |
|---|
| 11 | === 2008-03-XX - 0.6 === |
|---|
| 12 | * Complete PHPUnit test suite |
|---|
| 13 | * Refactorized containers classes (BC) |
|---|
| 14 | |
|---|
| 15 | === 2008-02-26 - 0.5 === |
|---|
| 16 | * Initial public release. Features: |
|---|
| 17 | * Basic shapes (rectangle, circle, polyline, polygon, line, ellipse, path) |
|---|
| 18 | * Text and image management |
|---|
| 19 | * Groups |
|---|
| 20 | * Definitions |
|---|
| 21 | * Embedding SVG in XHTML documents |
|---|
| 22 | * Links |
|---|
| 23 | * Styles (inline, stylesheets embedding and linking) |
|---|
| 24 | * Scripts embedding |
|---|
| 25 | * Gradients (Linear and Radial) |
|---|
| 26 | * Transformations (matrix, translate, scale, rotate, skewX, skewY) |
|---|