SVG
clipPath
खोज…
पैरामीटर
पैरामीटर | विवरण |
---|---|
clipPathUnits | पैटर्न सामग्री के समन्वय प्रणाली या तो objectBoundingBox या userSpaceOnUse |
टिप्पणियों
एक सर्कल पथ पर क्लिपिंग
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="circleClip">
<circle cx="50" cy="60" r="20" />
</clipPath>
</defs>
<image width="100" height="100" style="clip-path:url(#circleClip)" xlink:href="https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-icon.png" />
</svg>
मूल लोगो | क्लिपिंग के बाद लोगो |
---|---|
Modified text is an extract of the original Stack Overflow Documentation
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow