Skip to content

[FEATURE] Vectorized image from SVG file for use with creator #179

Closed
@gunnsth

Description

@gunnsth

Is your feature request related to a problem? Please describe.
The use case is to load an SVG vectorized graphic and display as a vectorized graphic in PDF.
SVG is in many ways similar to the operands used in PDF content streams.

Describe the solution you'd like
The SVG should be converted into a PDF content stream operands. It should be possible to apply basic transformations to it such as scaling, rotating (or apply a transformation matrix). It would behave similar to an image such that an absolute position could be set or relative mode used.

It would make sense to focus on a subset of SVG operators as the full set is quite extensive and some operators may not make sense in PDF.

Describe alternatives you've considered
N/A

Additional context
N/A

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions