Whether to support SVG in web
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
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.
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 :)