Ali Göktaş

Results 8 comments of Ali Göktaş

I have same issues.I could not solve it.

Yes my path contains "\n" and "+".What do you think?

It is already 'val path: String?' when I change it to 'path: String?',this does not refers path 'val path= SvgPath.Bag.path'

In Kotlin language, `val path= SvgPath.Bag.path` refers to Java's `String path= SvgPath.Bag.path`

Path does not comes null I checked that but I have no idea about what is the problem :(

`java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference at com.github.jorgecastillo.svg.SvgPathParser.parsePath(SvgPathParser.java:52) at com.github.jorgecastillo.FillableLoader.buildPathData(FillableLoader.java:374) at com.github.jorgecastillo.FillableLoader.onSizeChanged(FillableLoader.java:224)` this is LogCat error

[https://gist.github.com/aligkts/94722473e34f55b812c56ca1977f3b37](url) [https://gist.github.com/aligkts/2f3c1f5ef55ba594fd84dad3d2adb99b](url) [https://gist.github.com/aligkts/560b8c1da5b1a743fde3f8c8d3c93e50](url) You can check it from these links easily.