After #47/#64 all VISUALSTYLE face/edge/lighting fields decode on R2004 and R2010+, but src/dxf_sections.rs still emits 'VISUALSTYLE face/edge/lighting fields not surfaced' because the DecodedObject variant carries only the description. Extend the variant and the DXF emitter so the decoded values reach DXF output, with a round-trip test.
After #47/#64 all VISUALSTYLE face/edge/lighting fields decode on R2004 and R2010+, but src/dxf_sections.rs still emits 'VISUALSTYLE face/edge/lighting fields not surfaced' because the DecodedObject variant carries only the description. Extend the variant and the DXF emitter so the decoded values reach DXF output, with a round-trip test.