]> granicus.if.org Git - graphviz/commit
fix comment used in PIC files by plugin back end
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 15 Mar 2021 00:33:03 +0000 (17:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Mar 2021 03:52:35 +0000 (20:52 -0700)
commit1aef9ef22ce7b0d29945c44627fe2075bb2563d5
tree9e14e48cfea0e83398f52d6352014aa9e3242f3d
parent8b8d187733ce288bc72ab52c143dc14c166f240a
fix comment used in PIC files by plugin back end

The PIC plugin seems to have copied some details from the core PIC
implementation (lib/common/picgen.c) without noticing that the core
implementation juggles its comment format to emit PIC comments on pages and only
use TROFF comments at the top level. Related to #131.
plugin/core/gvrender_core_pic.c