Closed luchsamapparat closed 5 years ago
Hi,
I didn't like those big rectangle decorators, so I added a configuration option to customize the decorator SVG.
That way you can override the default SVG like this:
{ "codemetrics.basics.DecorationTemplate": "<svg xmlns='http://www.w3.org/2000/svg' width='{{size}}px' height='{{size}}px' viewbox='0 0 {{size}} {{size}}'><circle r='30%' cx='30%' cy='70%' style='fill:{{color}}'/></svg>" }
And get this...
I'll come back to this soon, thanks for the contribution!
The version 1.18.0 was just released which includes this feature, thanks again for the contribution! :fireworks:
Hi,
I didn't like those big rectangle decorators, so I added a configuration option to customize the decorator SVG.
That way you can override the default SVG like this:
And get this...