Browse Source

Merge pull request #1167 from melon3r/patch-1

Add style() to Container on TS bindings
tags/3.1.0
Ulrich-Matthias Schäfer 3 years ago
parent
commit
9986cefa00
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      svg.js.d.ts

+ 1
- 0
svg.js.d.ts View File

@@ -1094,6 +1094,7 @@ declare module "@svgdotjs/svg.js" {
polygon(points?: PointArrayAlias): Polygon;
polyline(points?: PointArrayAlias): Polyline;
rect(width?: number, height?: number): Rect;
style(): Style;
text(block: (tspan: Tspan) => void): Text;
text(text: string): Text;
ungroup(parent: Dom, depth?: number): this;

Loading…
Cancel
Save