servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.6k stars 201 forks source link

Nested clips #372

Closed pcwalton closed 4 years ago

pcwalton commented 4 years ago

Currently, clips can only nest to one level of nesting. This is insufficient for canvas and SVG. I'd like to see if I can handle this by allowing clips to be applied to clips: i.e. "daisy chaining" clips.