GetGlobalScale returns the GlobalScale factor set in the RunOptions or via SetGlobalScale()
()
| 303 | // GetGlobalScale returns the GlobalScale factor set in the RunOptions or via |
| 304 | // SetGlobalScale() |
| 305 | func GetGlobalScale() Point { |
| 306 | return opts.GlobalScale |
| 307 | } |
| 308 | |
| 309 | // SetGlobalScale sets the GlobalScale to the given dimensions. If either dimension is |
| 310 | // less than or equal to zero, GlobalScale is set to (1, 1). |
no outgoing calls
no test coverage detected