codeforbtv / cvoeo-app

The "Money on My Mind" app helps CVOEO's Reach-Up clients stay on track with their personal finance coaching.
Apache License 2.0
11 stars 4 forks source link

Fix speedometer on iOS #69

Closed jbpayne closed 5 years ago

jbpayne commented 5 years ago

The speedometer graph uses an SVG Group which is rotated to visualize the progress toward completion. This works correctly on Android, but on iOS the Svg.Rect under Svg.G does not rotate with the rest of the group, changing its x offset depending on the rotation value assigned.

jbpayne commented 5 years ago

Please see https://github.com/codeforbtv/cvoeo-app/pull/71

doub1ejack commented 5 years ago

Merged #71