Puts a box around every finding that has geometry, and labels it with the rules that fired. For a graphics linter this is usually the fastest way to understand a report: a message says a mark is clipped, an outline shows you which one.
Arguments
- scene
A
vl_scene(), or anything with anas_vellum_scene()method.- findings
The result of
vl_lint().NULL(default) lintsscene.- labels
Whether to write the rule name beside each box.
Details
Findings with no geometry (a rule_error, or a rule reporting something
scene-wide) have nothing to point at and are skipped.
