MacinDl Posted March 22, 2019 Share Posted March 22, 2019 Hello everyone, i have a problem - when i draw a path (using pen tool or by converting rectangle into curves). Only what I want, is to draw a rectangle fulfilled by some color. But when i use either pen tool or rectangle which is converting into curves i get something like that (IMPORTANT: I save it as svg file): <g id="room_307" transform="matrix(1.03426,0.00955992,-0.0069695,0.754011,-83.5402,-23.185)"> <path id="room_307-side2" d="M247.067,132.2L369.391,208.072L369.469,196.604L246.978,120.847L247.067,132.2Z" style="fill:rgb(50,94,149);"/> <g id="room_307-side1" transform="matrix(1.08682,-1.77693e-18,3.46945e-18,1,-60.3162,-4.96941e-05)"> <path d="M694.644,137.145L694.736,148.846L395.871,157.918L472.731,194.687L472.561,205.538L395.381,208.072L395.453,196.604L402.032,183.95L367.406,147.344L694.644,137.145Z" style="fill:rgb(46,87,138);"/> </g> <path id="room_307-top" d="M643.279,105.307L694.644,137.145L365.161,147.901L453.457,194.687L369.469,196.604L246.978,120.847L643.279,105.307Z" style="fill:rgb(0,52,112);"/> </g> Everything is ok when i get path (like in room_307-side2 and room_307-top - that's ok). But exactly in the same way I made room_307-side1 - and for some reason it is grouped and a path is inside - which is incorrect (it is showed ok, but i cant have it like above). Copying room_307-side2 and renaming it makes the same result as I described. :( As attachement I show you what my setting are... What do I wrong and how to fix it? Quote Link to comment Share on other sites More sharing options...
Staff Lee D Posted March 29, 2019 Staff Share Posted March 29, 2019 On the Export window, select SVG and then More, now enable Flatten transforms, this should resolve the issue for you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.