distill Final Solution
fun distillFinalSolution(solutions: List<ValidatedStylePattern>): ValidatedRenderingContext
Content copied to clipboard
Given the specified solution set, compute the final rendering solution by overriding the solutions from left to right, i.e., later contexts override earlier context.
Return
The final solution.
Parameters
solutions
The solution set to reduce to a final solution. Must be nonempty.