You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you inspect the rendered element, you'll see it's got clip-path: path("M 0 0 L 0.5 0.1 L 1 0 V 1 H 0 Z"); with all commas remove, which breaks the functionality.
What is expected?
The clip path to be rendered as written in the code
Vue version
3.5.13
Link to minimal reproduction
https://play.vuejs.org/#eNp9UU1P4zAQ/SsjayVaKZum2uWSTSvtrpB2EV8CxAH5QHCGxODYlu2Uoir/nbFLCwfEbTzvzZv3xhv229p8NSArGddVwN6qOuCSa4CqkSsQqvZ+wZkwOtRSo+MMSh9eFFLzXuqGs2U1IyaNVLMP8/T0wkkbwGMYLHVkb40LsAFhejsEbGCEB2d6OKD9B3GClvgAtg4dLICz0yIrTor8MCvy+ck8K27m/4pbzn7tiHE9EXdyk8kUFkuYbKJ5oaS9IKES7qLehLNvm1iMnE3vuB6nU5KpZluLb3ZjKirzfVZIUh3KtgslHBarjoYA7mvx1Doz6Oa7MMq4Ehw2hIxJMamwjAVPOg+yzR+90XTepBUP2Vup0J3bICkFZ+V2S8RqpczzceoFN2C264sOxdMn/Ue/jj3OLhx6dCvkbI+F2rUYtvDR1Rmuqd6DvWkGRewvwEv0Rg3R45b2h+KS7Q+85PZ/+lSp22t/tA6o/S5UNBqZY+JzRn/894vo73Z/5D/THN2Tja/kEN8P
Steps to reproduce
If you inspect the rendered element, you'll see it's got
clip-path: path("M 0 0 L 0.5 0.1 L 1 0 V 1 H 0 Z");
with all commas remove, which breaks the functionality.What is expected?
The clip path to be rendered as written in the code
What is actually happening?
Path is stripped of all commas
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: