]> granicus.if.org Git - graphviz/commit
fix: emit Bézier curves as point-by-point spline shapes in PIC plugin
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 15 Mar 2021 02:32:37 +0000 (19:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Mar 2021 03:52:55 +0000 (20:52 -0700)
commitafa2ae63ef4ccd3fe0a87e6e3883cc333f613b2e
treefcdb31869dfd35358a72ebf242a6cc1089490cda
parentbc2d9847b0b46ea83846da7985c15e8d4cb37c35
fix: emit Bézier curves as point-by-point spline shapes in PIC plugin

With this change, the PIC plugin is finally usable. Bézier curves were being
emitted as a sequence of space-separated numbers. Similar to the previous
situation with boxes, I’m not sure what the intent of this was. This is invalid
PIC syntax. As of this commit, the PIC plugin produces output that is accepted
by GNU PIC. Fixes #131.
CHANGELOG.md
plugin/core/gvrender_core_pic.c
rtest/test_regression.py