(size, style)
| 4798 | 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2, 1.44, 1.728, 2.074, 2.488]; |
| 4799 | |
| 4800 | var sizeAtStyle = function sizeAtStyle(size, style) { |
| 4801 | return style.size < 2 ? size : sizeStyleMap[size - 1][style.size - 1]; |
| 4802 | }; |
| 4803 | |
| 4804 | /** |
| 4805 | * This is the main options class. It contains the current style, size, color, |