Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

svg render incorrect #58

Open listeng opened 4 years ago

listeng commented 4 years ago

I use loadString to load a string and render into a ImageView, but some area fill error. It should not fill and it just a path. Is it a bug and how to fix it?

This is my SVG string: `<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny" height="904" width="1120" viewBox="0 0 1120 904">

`

render_error