konva icon indicating copy to clipboard operation
konva copied to clipboard

Path render is clipped in konva-vue release

Open jdalrymple opened this issue 1 year ago • 2 comments

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?

jdalrymple avatar Apr 03 '23 02:04 jdalrymple

I the same result in react-konva.

Looks like konva is failing at parsing such SVG path correctly.

lavrton avatar Apr 06 '23 23:04 lavrton

Weird, i was able to get it to load in react-konva. Not sure what it isnt parsing the svg path correctly though :thinking:

jdalrymple avatar Apr 06 '23 23:04 jdalrymple