mantri-govind / diy-layout-creator

Automatically exported from code.google.com/p/diy-layout-creator
0 stars 0 forks source link

3.0.8 spacing changed from 3.0.6 - layout loads with incorrect scale? #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.save a perfboard w/pads project at 0.1" spacing from 3.0.6
2.load project into 3.0.8
3.notice pads are offset and spaced further apart than before

What is the expected output? What do you see instead?

pads, and components should line up :-)

Whenever possible, please attach the latest log file. It will
provide valuable information when trying to reproduce and locate the
problem. Log files can be found in the log directory under the main
application directory and are marked with date and time.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by rleylan...@gmail.com on 22 Mar 2011 at 1:10

Attachments:

GoogleCodeExporter commented 9 years ago
I have increased screen resolution between 3.0.6 and 3.0.7 to allow more 
details. The problem is that versions up to 3.0.7 store coordinates as pixels, 
so resolution increase made everything squishy when opened in the new one. This 
shouldn’t happen with layouts made in newer versions because I’m storing 
everything in inches since 3.0.8. One way to fix it would be to open the file 
in notepad and update coordinates (XML nodes named x and y) manually bu 
multiplying them with 200/96=2.08333
Cheers

Original comment by bancika@gmail.com on 22 Mar 2011 at 10:07