Skip to content

Commit

Permalink
refactor(geom): update SVGDocAttribs
Browse files Browse the repository at this point in the history
- remove `__prec` (now part of base`Attribs`)
  • Loading branch information
postspectacular committed Jun 3, 2024
1 parent 6f913ff commit 102bb5c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/geom/src/as-svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ export interface SVGDocAttribs extends Attribs {
* @defaultValue 0
*/
__margin: number;
/**
* Control attribute to define the number of fractional digits for numeric
* values in the serialized SVG string.
*
* @defaultValue 3
*/
__prec: number;
}

/**
Expand Down

0 comments on commit 102bb5c

Please sign in to comment.