0.0.12 • Published 3 years ago

ngx-svg-q v0.0.12

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago