Invalid vector paths
Invalid vector paths
This check ensures that vector paths are valid. For example, it makes sure that the numbers are not using scientific notation (such as 1.0e3) which can lead to runtime crashes on older devices. As another example, it flags numbers like .5
which should be written as 0.5
instead to avoid crashes on some pre-Marshmallow devices.
Issue id: InvalidVectorPath
https://issuetracker.google.com/37008268
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023