Fixed #5036 - SVG clip path attribute should be clip-path and not clipPath

This commit is contained in:
tugcekucukoglu 2024-01-08 11:35:10 +03:00
parent 34518d9828
commit 30b717348d
27 changed files with 27 additions and 27 deletions

View file

@ -1,6 +1,6 @@
<template>
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="pti()">
<g :clipPath="`url(#${pathId})`">
<g :clip-path="`url(#${pathId})`">
<path
fill-rule="evenodd"
clip-rule="evenodd"