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

Whether to support SVG in web #91

Open
B1ackg0d opened this issue Feb 20, 2024 · 2 comments
Open

Whether to support SVG in web #91

B1ackg0d opened this issue Feb 20, 2024 · 2 comments

Comments

@B1ackg0d
Copy link

B1ackg0d commented Feb 20, 2024

Hello,
Thank you for your contribution to this project! I would like to ask a question. Currently, I have a web project that is built on an SVG-based canvas. Users perform click and drag actions on this canvas. I would like to ask if it is possible to successfully render the SVG from the web and recognize the drag behavior in UE. Thank you in advance for your reply!
Best,
ZY

@getnamo
Copy link
Owner

getnamo commented Feb 21, 2024

If it renders in chromium, it will render in BLUI (likely yes). There are also functions to input mouse moves and clicks, which should make drags possible if done right.

@B1ackg0d
Copy link
Author

If it renders in chromium, it will render in BLUI (likely yes). There are also functions to input mouse moves and clicks, which should make drags possible if done right.

Okay, I will give it a try. If there is any progress or issue, I will bring it up here. Thank you again for your contribution in this work :)

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

No branches or pull requests

2 participants