konva
konva copied to clipboard
Path render is clipped in konva-vue release
I'm not sure why, but this path gets clipped at the arc section in the konva-vue package. I've tested in the react release as well which did work. Both in the latest chrome browser.
Svg: https://svg-path-visualizer.netlify.app/#M19.5%2010.5c0%207.142-7.5%2011.25-7.5%2011.25S4.5%2017.642%204.5%2010.5a7.5%207.5%200%201115%200z Vue: https://codesandbox.io/s/awesome-fast-uq9ict?file=/src/App.vue
Any ideas as to why?
I the same result in react-konva.
Looks like konva is failing at parsing such SVG path correctly.
Weird, i was able to get it to load in react-konva. Not sure what it isnt parsing the svg path correctly though :thinking: