designWidth property
The logical width the canvas was authored against. Runtime scale is
(slotWidth - margin.horizontal) / designWidth, so this is the only
number relating authored coordinates to real ones.
Implementation
final double designWidth;
The logical width the canvas was authored against. Runtime scale is
(slotWidth - margin.horizontal) / designWidth, so this is the only
number relating authored coordinates to real ones.
final double designWidth;