(_)
| 142226 | right: _ |
| 142227 | }); |
| 142228 | function padding(_) { |
| 142229 | return (0, _vegaUtil.isObject)(_) ? { |
| 142230 | top: number(_.top), |
| 142231 | bottom: number(_.bottom), |
| 142232 | left: number(_.left), |
| 142233 | right: number(_.right) |
| 142234 | } : paddingObject(number(_)); |
| 142235 | } |
| 142236 | /** |
| 142237 | * Render the current scene in a headless fashion. |
| 142238 | * This method is asynchronous, returning a Promise instance. |
no test coverage detected