bartbutenaers / node-red-contrib-ui-svg

A Node-RED widget node to show interactive SVG (vector graphics) in the dashboard
Apache License 2.0
93 stars 27 forks source link

DrawSvg adds background rectangle #40

Closed bartbutenaers closed 4 years ago

bartbutenaers commented 4 years ago

DrawSvg adds automatically a background rectangle:

<rect id="svgEditorBackground" x="0" y="0" width="900" height="710" style="fill:none;stroke:none;" />

I don't think this is necessary ...

bartbutenaers commented 4 years ago

This will be discussed in the readme file of the 2.0.0 version