|
From: Ethan A M. <eam...@gm...> - 2018-02-08 06:27:33
|
On Thursday, 08 February 2018 00:23:23 Daniel Boles wrote: > Hi, > > One last hijack of this thread... while we're on the subject of SVG and > colours: Is there any way to change the colour of the coordinate label that > follows the mouse pointer in SVGs, from its default black to something > visible on the new black background? I'm having no luck finding an option > in the docs, or googling generally, and I don't understand the JS well > enough to conclude either way. Find these lines in the javascript <text id="coord_text" text-anchor="start" pointer-events="none" font-size="12" font-family="Arial" visibility="hidden"> </text> and add fill="white" after the font-family There is currently no program option to do this automatically. Ethan |