BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.21k stars 231 forks source link

Fixed documentHeight return width #228

Closed i-mitra closed 3 years ago

i-mitra commented 3 years ago

SVG was returning width instead of document height.

BigBadaboom commented 3 years ago

Thanks Ishan

This must have been introduced when I refactored the code a while ago.

Paul