I am using Google Draw and saving as .svg, but keep getting a failure to import. I was given directions to use the Legacy Design, but that is no longer available.
2 comments
-
Christian Official comment SVGs can come in a variety of flavors depending on the authoring/app it came from.
For SVGs from Google Drawings, you can edit out a portion of the SVG in a text editor and it will import correctly. Just take out the <path stroke=...../path>
For example original:
<?xml version="1.0" standalone="yes"?>
<svg version="1.1" viewBox="0.0 0.0 960.0 720.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="p.0"><path d="m0 0l960.0 0l0 720.0l-960.0 0l0 -720.0z" clip-rule="nonzero"></path></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l960.0 0l0 720.0l-960.0 0z" fill-rule="evenodd"></path><path fill="#cfe2f3" d="m90.64829 103.59843l375.53806 -19.425201l-186.47507 135.97113l325.03677 16.83464l-416.979 73.81366l691.5118 195.53806l-739.4252 34.963226l-108.77689 -211.07874l89.3517 -106.18634z" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m90.64829 103.59843l375.53806 -19.425201l-186.47507 135.97113l325.03677 16.83464l-416.979 73.81366l691.5118 195.53806l-739.4252 34.963226l-108.77689 -211.07874l89.3517 -106.18634z" fill-rule="evenodd"></path></g></svg>
Will import if it looks like this:
<svg version="1.1" viewBox="0.0 0.0 960.0 720.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="p.0"><path d="m0 0l960.0 0l0 720.0l-960.0 0l0 -720.0z" clip-rule="nonzero"></path></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l960.0 0l0 720.0l-960.0 0z" fill-rule="evenodd"></path><path fill="#cfe2f3" d="m90.64829 103.59843l375.53806 -19.425201l-186.47507 135.97113l325.03677 16.83464l-416.979 73.81366l691.5118 195.53806l-739.4252 34.963226l-108.77689 -211.07874l89.3517 -106.18634z" fill-rule="evenodd"></path></g></svg>
-
13ct709 13ct709 In my file is nothing with Path it loads for a while than stops without a message
I've never experienced Tinkercad importing a svg file. I do not believe it can