Pavel Shurmilov
Pavel Shurmilov
The only way to do it I've discovered is to separate `%` from `@` with `\ufeff`, but this character might be encoded differently on different platforms
Could you please try to convert it with https://github.com/DevSrSouza/svg-to-compose directly? I suspect it's just the kind of image it can't handle
Hello, could you post a picture of that and the code you are using?
@aregpetrosyan If when you use the `SliceAndDiceMeasurer` the lines are no longer there, then this problem has to do with the algorithm for calculating node sizes. Can't offer a quick...
@aregpetrosyan It's here https://github.com/overpas/compose-treemap-chart/blob/master/treemap-core/src/main/kotlin/by/overpass/treemapchart/core/measure/squarified/SquarifiedMeasurer.kt
I think it's related to how your `percent` variable is calculated, though. You might lose some precision there. I've modified the sample a bit and managed to reproduce similar lines...