Skip to content

Commit

Permalink
fix: remove extra ring from default renderer (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Oct 6, 2021
1 parent c52c729 commit 348370c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export class DefaultRenderer implements Renderer {
<circle cx="120" cy="120" opacity=".6" r="70" />
<circle cx="120" cy="120" opacity=".3" r="90" />
<circle cx="120" cy="120" opacity=".2" r="110" />
<circle cx="120" cy="120" opacity=".1" r="130" />
</svg>`);

// create marker using svg icon
Expand Down

0 comments on commit 348370c

Please sign in to comment.