New vector drawing API & SVG embedding
Added
Thanks to @torque for contributing this massive new feature:
- add
fpdf.drawing
API for composing paths from an arbitrary sequence of lines and curves. - add
fpdf.svg.convert_svg_to_drawing
function to support converting basic scalable vector graphics (SVG) images to PDF paths.