()
| 302 | } |
| 303 | |
| 304 | func (po ProcessingOptions) MaxAnimationFrames() int { |
| 305 | return po.securityChecker.MaxAnimationFrames(po.Main()) |
| 306 | } |
| 307 | |
| 308 | func (po ProcessingOptions) MaxResultDimension() int { |
| 309 | return po.securityChecker.MaxResultDimension(po.Main()) |
no test coverage detected