You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal
Provide support for any of the currently unsupported SVG features (<text>, <marker>...)
Some unit tests should be added covering your implementation.
By implementing this feature you, as a benevolent FLOSS developper, will provide access to the large community of fpdf2 users to a useful functionality.
As a contributor you will get review feedbacks from the maintainer & other contributors, and learn about the lifecycle & structure of a Python library on the way.
You will also be added to the contributors list & map.
Context
Since v2.5.1,
fpdf2can embed SVG vector images: https://pyfpdf.github.io/fpdf2/SVG.htmlHowever our current SVG parser has some limitations
Goal
Provide support for any of the currently unsupported SVG features (
<text>,<marker>...)Some unit tests should be added covering your implementation.
By implementing this feature you, as a benevolent FLOSS developper, will provide access to the large community of fpdf2 users to a useful functionality.
As a contributor you will get review feedbacks from the maintainer & other contributors, and learn about the lifecycle & structure of a Python library on the way.
You will also be added to the contributors list & map.
This issue can count as part of hacktoberfest