Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement one of the unsupported SVG features: <text>, <image>... #537

Open
Lucas-C opened this issue Sep 13, 2022 · 1 comment
Open

Implement one of the unsupported SVG features: <text>, <image>... #537

Lucas-C opened this issue Sep 13, 2022 · 1 comment

Comments

@Lucas-C
Copy link
Member

Lucas-C commented Sep 13, 2022

Context
Since v2.5.1, fpdf2 can embed SVG vector images: https://pyfpdf.github.io/fpdf2/SVG.html
However 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

@Lucas-C
Copy link
Member Author

Lucas-C commented Sep 8, 2023

Support for SVG <image> tags was added in PR #919

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant