GSoC/2020/StatusReports/SharafZaman

From KDE Community Wiki
< GSoC‎ | 2020‎ | StatusReports
Revision as of 06:31, 21 July 2020 by Sharaf Zaman (talk | contribs) (Created page with "==SVG Mesh Gradients in Krita== Mesh Gradients are important to produce real looking vector graphics. They are also very helpful and straightforward to use for an artist. The...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SVG Mesh Gradients in Krita

Mesh Gradients are important to produce real looking vector graphics. They are also very helpful and straightforward to use for an artist. They are supported by Inkscape, Adobe Illustrator, Cairo, Scribus and many other graphics programming tool kits. My project is to add support for mesh gradients in Krita. By the end of GSoC Krita, should be able to open, edit, create vector objects using mesh gradients.

Project Goals

  • Parse Mesh Gradients
    • Status: DONE
  • Handle Attributes and transforms
    • Status: DONE
  • Render Mesh Gradients
    • Render meshes with Bilinear Interpolation
      • Status: DONE
    • Render meshes with Bicubic Interpolation
      • Status: Partially Done
  • Saving files with Mesh Gradients
    • Status: Doing
  • Tooling
    • Status: PENDING