-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels