- Generated SVG files no longer use `transparent` paint or color as this keyword
does not exist in SVG 1.1, and instead use `none` or a zero-opacity color.
- Unnecessary space in 'points' attribute for 'polyline' in SVG output
+- `graphml2gv` no longer calls itself `cvtgxl` in error messages
### Added
- GVContext::version() to lib/gvc++
graphviz_exit(rv);
#else
- fputs("cvtgxl: not configured for conversion from GXL to GV\n", stderr);
+ fputs("graphml2gv: not configured for conversion from GXL to GV\n", stderr);
graphviz_exit(1);
#endif
}