( s )
| 119 | |
| 120 | // `scale` builds a scale transform string for given data. |
| 121 | var scale = function( s ) { |
| 122 | return " scale(" + s + ") "; |
| 123 | }; |
| 124 | |
| 125 | // `computeWindowScale` counts the scale factor between window size and size |
| 126 | // defined for the presentation in the config. |