Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path render is clipped in konva-vue release #1549

Open
jdalrymple opened this issue Apr 3, 2023 · 2 comments
Open

Path render is clipped in konva-vue release #1549

jdalrymple opened this issue Apr 3, 2023 · 2 comments

Comments

@jdalrymple
Copy link

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?

@lavrton
Copy link
Member

lavrton commented Apr 6, 2023

I the same result in react-konva.

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

@jdalrymple
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants