Skip to content

Fix SVG assets for Android #4976

@fsih

Description

@fsih

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?)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions