render: Get rid of RENDER_LINE_* in favor of similar TABLE_STROKE_*.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 15 Jan 2023 17:28:08 +0000 (09:28 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 15 Jan 2023 17:40:10 +0000 (09:40 -0800)
commit32246b56b00acc8ccfddc3e91ac9765ad7d14471
tree90997606ea4d65096174fa1620e6e464aad487b6
parent660d222c1c6e484e5887ac9920d095ea7aaa0e38
render: Get rid of RENDER_LINE_* in favor of similar TABLE_STROKE_*.

These had the same values.  They were separated for abstraction reasons
that don't seem to be needed, and eliminating one of them eliminates some
conversions.
src/output/ascii.c
src/output/cairo-fsm.c
src/output/render.c
src/output/render.h
src/output/table.h