(size, style)
| 4792 | 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2, 1.44, 1.728, 2.074, 2.488]; |
| 4793 | |
| 4794 | const sizeAtStyle = function sizeAtStyle(size, style) { |
| 4795 | return style.size < 2 ? size : sizeStyleMap[size - 1][style.size - 1]; |
| 4796 | }; |
| 4797 | |
| 4798 | /** |
| 4799 | * This is the main options class. It contains the current style, size, color, |
no outgoing calls
no test coverage detected