Skip to content

paths of SVG are always mirrored #1

@trivalik

Description

@trivalik

SVG isn't my final output file format, so I noticed on manual changes that it includes a transformation that causes the paths to appear mirrored. For example:

transform="translate(-14.000000,1555.000000) scale(0.100000,-0.100000)"

This negative scale on the Y-axis flips the paths vertically. Is there a way to remove or avoid using a negative scale value for the Y-axis?

edit: The reason is that potrace generates it like that.
I workaround it by flip the generated pbm file. Then I pass to Potrace additional -u 1 that we can rid of the whole transform attribute (translate and scale).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions