You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Great work Porting SvgNest! I found that when exporting the figures (1.svg to 18.svg) nested, they're flipped upside down... Attached image! Thanks!!
The text was updated successfully, but these errors were encountered:
My workaround : added in the SvgParser.cs -> Export(polygons, sheets) line:
sb.AppendLine($"<path fill="{fill}" stroke="black" transform="scale(1, -1) translate(0, -{height})" d ="");
where {height} is the Sheet.HeightCalculated value. This change flips every path vertically.
Hi! Great work Porting SvgNest! I found that when exporting the figures (1.svg to 18.svg) nested, they're flipped upside down... Attached image! Thanks!!
The text was updated successfully, but these errors were encountered: