Add support for svg element wen using jspdf html method
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 31.3k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
I think It would be nice if jspdf adds direct support for svg element when using HTML converter. I relay on ready icon components made of svg elements for my cv generator project. If I am honest with you I can live without this feature but it would make it easier for me and nicer to use this library.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at jsPDF's HTML converter and trace how supported HTML elements are converted into PDF content. No file or test is named in the issue, so first identify the converter's element-dispatch path and any existing handling for embedded graphics. Done means SVG elements from HTML input render correctly in the generated PDF, with coverage for the supported cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100