Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor always "Arrow" for SvgViewbox #60

Closed
sebastianlau opened this issue Apr 26, 2018 · 4 comments
Closed

Cursor always "Arrow" for SvgViewbox #60

sebastianlau opened this issue Apr 26, 2018 · 4 comments
Assignees

Comments

@sebastianlau
Copy link

No matter what styling is applied (in a resource dictionary, inline, trigger, etc) the child SvgDrawingCanvas always ends up with a local instance of Cursor = Arrow

@sebastianlau
Copy link
Author

Looks like this is possibly related to "Drawing hitVisual = HitTest(pt);" which always returns null.
It's a large SVG scaled down (from 1600x1600 to 64x64) so I'll check whether this is what's causing it.

@paulushub
Copy link
Contributor

A working hit-test support is provided.

@EMWorksTunisie
Copy link

What can I do to fix this bug?

paulushub added a commit that referenced this issue Jun 3, 2021
Turing off the current cursor handling until a property hit-test handling is restored. Issue #60
@paulushub
Copy link
Contributor

@EMWorksTunisie I have just turned off the current cursor handling in the committed code. See if this works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants