If you have a large SVG (say, 512x512) and a small JAMSVGImageView (say, 32x32), although the image will render correctly, hit tests with [JAMSVGImageView pointInside: withEvent:] will incorrectly fail due to [JAMSVGImage containsPoint:] testing against the original path dimensions rather than the actually rendered ones.
If you have a large SVG (say, 512x512) and a small
JAMSVGImageView(say, 32x32), although the image will render correctly, hit tests with[JAMSVGImageView pointInside: withEvent:]will incorrectly fail due to[JAMSVGImage containsPoint:]testing against the original path dimensions rather than the actually rendered ones.