vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
84 stars 9 forks source link

Scenegraph export improvements #144

Closed jonmmease closed 5 months ago

jonmmease commented 5 months ago

Updates the scenegraph export with the following features:

  1. Include the view width, height, and origin.
  2. Use custom scenegraph clone function that doesn't convert through JSON string
  3. Include strokeJoin property which wasn't included in Vega's built-in scenegraph JSON serialization
  4. Convert the shape property of shape marks from d3-shape object to SVG path string