Apply SVG clipPath to geometry

293 views Asked by At

The library I'm using to render SVG on Android doesn't support clipPath. The workaround is to "apply the clip path to your objects so their shapes are physically clipped". What is the algorithm for converting an SVG containing clipPath elements to an equivalent geometry with no instances of clipPath?

0

There are 0 answers