Skip to content

Update Synfig export to use actions and fix regressions

Jonathan Neuhauser requested to merge joneuhauser/extensions:fix-synfig into master

What does the merge request do?

Implementation notes

The Synfig export extension has been converted from actions to verbs (fixing #198 (closed)), and the algorithm for converting paths with multiple subpaths to a single subpath has been fixed by using the 1.0+ API (fixing #197 (closed)).

Furthermore, the viewbox attribute allows for comma-separated values. I've added a unit tests, this fixes #330 (closed).

A new unit test for synfig export has been added. The unit test for synfig prepare is redundant and has been removed.

Summary for release notes

The Synfig export now exports objects that are not paths (such as rects, texts, circles) correctly again; and paths with multiple subpaths are converted correctly.

Checklist

  • Add unit tests (if applicable)
  • Changes to inkex/ are well documented
  • Clean merge request history
Edited by Jonathan Neuhauser

Merge request reports