Skip to content

WIP: Export objects

Maren Hachmann requested to merge export_objects into master

su_v's Export objects extension (https://gitlab.com/su-v/inx-exportobjects).

Features:

Exports:

  • layers
  • sublayers
  • selection

to:

  • (optionally animated) gif
  • png
  • jpg
  • (optionally plain) svg
  • pdf (optionally export files as archive in different formats)

adjusting for:

  • sizes
  • background color/opacity/layer
  • resolution
  • text-to-path
  • margins
  • filter rasterization

Current status:

  • implements things that are now part of the inkex module and can be taken out
  • doesn't work currently ('selection' ends in error, 'layers' and 'sublayers' seem to loop eternally)

Merge request reports