⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@Mythie
Copy link
Contributor

@Mythie Mythie commented Jan 25, 2026

Add support for drawing SVG path data onto PDF pages. This enables
rendering icons, logos, and vector graphics from SVG files.

  • Parse all SVG path commands (M/L/H/V/C/S/Q/T/A/Z and relative)
  • Convert arcs to bezier curves for PDF compatibility
  • Add PathBuilder.appendSvgPath() and PDFPage.drawSvgPath()
  • Auto-transform Y-axis so SVG coords render correctly in PDF
  • Include comprehensive tests and three usage examples
image image image

Add support for drawing SVG path data onto PDF pages. This enables
rendering icons, logos, and vector graphics from SVG files.

- Parse all SVG path commands (M/L/H/V/C/S/Q/T/A/Z and relative)
- Convert arcs to bezier curves for PDF compatibility
- Add PathBuilder.appendSvgPath() and PDFPage.drawSvgPath()
- Auto-transform Y-axis so SVG coords render correctly in PDF
- Include comprehensive tests and three usage examples
@vercel
Copy link
Contributor

vercel bot commented Jan 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
core Ready Ready Preview, Comment Jan 26, 2026 0:12am

Improves readability for functions with many parameters by using
named object properties instead of positional arguments.
@Mythie Mythie merged commit 47d206d into main Jan 26, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants