node-red-contrib-ui-svg icon indicating copy to clipboard operation
node-red-contrib-ui-svg copied to clipboard

A Node-RED widget node to show interactive SVG (vector graphics) in the dashboard

Results 23 node-red-contrib-ui-svg issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/bartbutenaers/node-red-contrib-ui-svg/assets/149055446/d9cc1707-7aa5-45b1-b830-d0d2bd6a332e)

Can I use the svg UI in the new dashboard 2.0? if no: what help would you need?

I need help with animation rotate. It's working correctly only when I rotate image or text, but when I try rotate other elements it's going something wrong. Maybe for other...

The Svg node is the most interesting one I've been playing so far for creating custom visualizations (which is super requested and cool). In this case, I'm trying to visualize...

Hello again. I am trying to get the bounding box size of an element (path type) that my dashboard interface is transforming per user input. It needs to be message...

Hi. Here is the problem I have encountered. I have created two animations for a line "RailR2". The first animation should do a running light to the right and the...

I have the following issue: 1.I'm using different nodes of node-red-contrib-ui-svg but I load them with the same .SVG file thus all nodes will contain the same id's of SVG...

I had confused, when I tried to determine elementId coordinates ![2022-08-02_17-28-26](https://user-images.githubusercontent.com/1624839/182400326-c425dbe7-b6bf-43ff-84a6-2cfd929661a2.png) I place menu with: `$('.my_menu').show().css({top: msg.event.svgY, left: msg.event.svgX}).insertAfter("#noContextMenu");` But I want to get coordinates of my element and place...

Hi, what happened with the Layer function. I'm getting this message now: Feature is available only with expert mode?? How to activate? Some Weeks ago i could use layers without...

Raising issue as requested by Bart (over 2 months ago :-( 1 - I'm trying to figure out how I could chain animations, so that when one finish it chains...