Sha256: a80a21a9ad8c4b160effc55785bfdf31d4e3d6b5f32cd57b9434885833a1a984

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

= CHANGES
== => v 0.0.2
=== Content
==== New features
- bezier curve !!
==== Refactoring
- replace Vector extension (which was incoherent as some methods were specific 2D) by new 2D class V2D
- Color no longer inherits from Vector
- optimize bezier point computation
- optimize sampling by using result "containers" (must be consolidated)
- simplify Bezier builders, by defining new builders and removing previous builder versatility
- refactor Style to be less SVG-mapped
==== Bug fixing
- range examples correction, and added to unitary tests
- Range .complement correction
- Range split correction
=== TODO
- unitary tests to be completed (generate them from doc ?)
- Shape Line and Circle interfaces must be completed to fill Curve abstract interface.
- mabe bezier tutorial


== => 0.0.1
=== Content
- First delivery. Contains utilitary classes (utils, samplable, interpolation, attributable), render, color, style, shape.
- But no bezier yet.
- Rakefile nearly ready.
- Some unitary tests
=== TODO for 0.0.2
- unitary tests to be completed (generate them from doc ?)
- Shape Line and Circle interfaces must be completed to fill Curve abstract interface.
- add bezier services, and make bezier documentation (both rdoc and tutorials)


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xrvg-0.0.2 CHANGES