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.
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
underSvg.G
does not rotate with the rest of the group, changing itsx
offset depending on the rotation value assigned.