Hacker News new | ask | show | jobs
by SandmanDP 284 days ago
Are there any culling optimizations for unseen elements when layering SVG images? Looks like this isn’t an optimization that comes out-of-the-box with OpenVG and all the major web browsers needed to add this, so wondering what your solution is doing.
1 comments

The depth buffer is used for opaque path interiors.
Does that mean there’s no culling for overlapping elements? Sorry, just trying to understand your response.