Skip to content

Draft: Refactoring of ink2canvas to use modern inkex functionality + support more features of html5canvas

What does the merge request do?

  • Refactoring of ink2canvas to use modern inkex functionality
  • Remove unused methods and variables
  • Less use of getattr
  • Correct style processing
  • Support gradients (also #573)
  • Support clip paths
  • Support patterns
  • Support images
  • Support stroke-dasharray

Summary for release notes

(TODO when complete)

Checklist

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

Merge request reports