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

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago