(t, e, n)
| 15112 | return (iv(t, r), n); |
| 15113 | } |
| 15114 | function d_(t, e, n) { |
| 15115 | let r; |
| 15116 | return ( |
| 15117 | (t = rv(t, n, "clipPath", l_)).setAttribute("id", e.id), |
| 15118 | e.path |
| 15119 | ? ((r = rv(t, 0, "path", l_)), r.setAttribute("d", e.path)) |
| 15120 | : ((r = rv(t, 0, "rect", l_)), |
| 15121 | x_(r, { x: 0, y: 0, width: e.width, height: e.height })), |
| 15122 | iv(t, 1), |
| 15123 | n + 1 |
| 15124 | ); |
| 15125 | } |
| 15126 | function p_(t, e, n, r, i) { |
| 15127 | let o, |
| 15128 | a = t._svg; |