Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVGNest does not import a circle #110

Open
cecilchurms opened this issue Jun 27, 2023 · 1 comment
Open

SVGNest does not import a circle #110

cecilchurms opened this issue Jun 27, 2023 · 1 comment

Comments

@cecilchurms
Copy link

I have the following svg file:

When I upload it, SVGNest sees the two rectangles, but not the circle. Sometimes it does see a circle, but draws it at what seems to be a random location, with a random radius, and not in its proper place.

The file was created by LightBurn.

Any suggestions?

Thanks

@cecilchurms
Copy link
Author

Still havn't managed to attach the entire file. I HAVE REPLACED '<' and '>' by [ and ]

[?xml
version="1.0"
encoding="UTF-8"?]

[svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="20.000mm"
height="38.175mm"
viewBox="174.000000
-290.175018
20.000000
38.175018"]

[rect
transform="matrix(1,0,0,-1,184,-262)"
style="stroke:#004754;stroke-width:0.05mm;fill:none"
x="-10"
y="-10"
width="20"
height="20"/]

[circle
transform="matrix(1,0,0,-1,183.903,-283.825012)"
style="stroke:#004754;stroke-width:0.05mm;fill:none"
r="6.350001"
cx="0"
cy="0"/]

[rect
transform="matrix(1,0,0,-1,183.903,-283.825012)"
style="stroke:#004754;stroke-width:0.05mm;fill:none"
x="-1.585"
y="-3.809"
width="3.17"
height="7.618"/]

[/svg]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant