I have an SVG file with 27162 lines, some with a huge number of columns. So when I run it, this exception is shown:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.iamrichifeelamerican/global.controllers.ActivityHandlingFragments}: android.view.InflateException: Binary XML file line #370: Binary XML file line #370: Error inflating class ImageView
[...] Caused by: java.lang.IllegalArgumentException: Invalid pathData. Failure occurred at position 2 of path: STRING_TOO_LARGE
Is there any way to exceed this limit?
Imagine a project in which you have to use a huge SVG (and an SVG'd be actually required): how the firm would deal with this problem?