Re: Doors in plan are stretched out.
by Ferraro » Wed Aug 14, 2019 7:01 pm
So, to answer my own question for the sake of those interested. The SVG path dimensions were calculated in inches previously, which worked fine in older versions.
I multiplied all the dimensions by 2.54, and they are now working fine...
Code: Select all
doorOrWindowCutOutShape#1=M0,0v84.25h36v-84.25z
is now:
Code: Select all
doorOrWindowCutOutShape#1=M0,0v213.995h91.44v-213.995z