Closed takevox closed 2 weeks ago
Hi! Could you please provide a stackblitz example for me to easily identify how to fix this?
How about this?
It's fine, I'll run in locally, thanks.
@takevox fixed in 0.13.0-0
Thank you.
I will try the 0.13.0
branch.
I tried it with https://github.com/artem-mangilev/ngx-vflow/commit/b12a70eb73b4ccb74fd2f88122d3b35846010867 and it worked!
Thanks!
Great! I'll publish a 0.13.0
with this fix today or tomorrow
I have updated to 0.13.0
on my project and can confirm that the problem has been resolved!
Thanks for a great product!
Thanks for a great product!
Thank you! So I'm closing the issue
When used with “@angular/material”, even if is written, the width and height of the internal svg element is set to “0” and is not displayed correctly.
When clicked, the width and height change to “100%” and are displayed correctly, but is there any way to avoid the width and height of the svg element being set to “0” in the initial view?