-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
This is for the native library that we're building to help with https://github.com/LLK/scratch-android/issues/67. Android has its own SVG interpreter which has trouble reading some of our assets.
- Watermelon-a, b, and c need to have "svg:" removed from the SVG files
- Dinosaur1-c needs to have its path string for the body shortened (the longest path string). We can do this by bringing down the precision (we don't need so many numbers after the decimals. Probably like 2 is enough?)