cgm 0.0.2 cgm: ^0.0.2 copied to clipboard
A dart library for parsing and displaying CGM (Computer Graphics Metafile) files
0.0.1 #
- Initial release.
0.0.2 #
Fixes:
- Fixed issues caused by the library's separation from
flutter dependencies.
- EllipticalArc didn't have the correct radius specified.
- Polybezier didn't work with subpaths, and didn't render. Now it uses just a single path.
- Polyline didn't render at all, don't know why. Now it does.