BLUI-Unreal icon indicating copy to clipboard operation
BLUI-Unreal copied to clipboard

Whether to support SVG in web

Open B1ackg0d opened this issue 1 year ago • 2 comments

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

B1ackg0d avatar Feb 20 '24 12:02 B1ackg0d

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.

getnamo avatar Feb 21 '24 03:02 getnamo

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 :)

B1ackg0d avatar Feb 21 '24 09:02 B1ackg0d