0.0.12 • Published 4 years ago

ngx-svg-q v0.0.12

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

NgxSvgQ

Allows using property binding for geometric attributes in standard html-svg tags.

Use

Add svg directive to any svg element tag:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <line [x1]="x1" [y1]="y1" [x2]="x2" [y2]="y2" svg></line>
</svg>

This code will create a line with values of x1, y1, x2, y2 variables as coordinates.

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago