LDEV-5200 Adjusting icons colours and svg optimisationI think this does it. However, there might be some issues with the embedding of SVG's css. As we compressed the files, the classes are called "A, B, C" and when different SVGs have the same class name, then the conflicts start to show.Went thru all the tools but it's looking good now. There might be some others with system tools
LDEV-5204 Allow multiple tabs open in Whiteboard gallery walkWhiteboard does not see as heave as Etherpad so we allow multiple tabsopen for comparison.
LDEV-5204 Embed images when exporting Whiteboard canvasIn vanilla Whiteboard images are referenced by absolute URLs. If weupload content to another LAMS instance with a different URL, imageswill not be found.Now when exporting a LAMS LD we embed Whiteboard image base64 datadirectly in tool exported XML. When we import the LD, we check if imagealready exists on the server. If it does not, we recreate it from theexported data.