Skip to content

Instantly share code, notes, and snippets.

@darrenmothersele
Created November 17, 2017 12:20
Show Gist options
  • Select an option

  • Save darrenmothersele/87c61e920f9121984e002bdc1b9614c4 to your computer and use it in GitHub Desktop.

Select an option

Save darrenmothersele/87c61e920f9121984e002bdc1b9614c4 to your computer and use it in GitHub Desktop.
<svg class="spectrum">
<g *ngIf="!!bands">
<path fill="none" stroke="lightgrey" *ngFor="let p of paths" [attr.d]="p"></path>
</g>
<g *ngIf="!!wavePoints">
<path fill="none" stroke="black" stroke-opacity="0.75" [attr.d]="w"></path>
</g>
</svg>
<br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment