Skip to content

[JAMSVGImage containsPoint:] does not account for changed size. #18

Description

@rwe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions