yaqwsx / PcbDraw-Lib

Model library for PcbDraw - https://github.com/yaqwsx/PcbDraw
Other
40 stars 19 forks source link

Solve the units confusion #6

Closed yaqwsx closed 3 years ago

yaqwsx commented 4 years ago

In the past, Inkscape used non-standard DPI. Therefore, the convention of 1 user unit = 1 mm was established for the compatibility with other drawing software. Inkscape changed this setting in 0.92, therefore it is compatible with all the drawing software out there. Therefore, it makes sense to migrate the library to use standard SVG units.

What is required:

yaqwsx commented 3 years ago

This was addressed in 06b8c2cb8f62beffdd93d6f78c3223cd94d1b860. The change is not that painful after all.