Skip to content

Commit

Permalink
dom types - add stroke attributes to SvgGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Apr 1, 2024
1 parent 71ac95b commit aab937b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/types.dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ interface SvgElementAttributes {
filterUnits?: "userSpaceOnUse" | "objectBoundingBox"
primitiveUnits?: "userSpaceOnUse" | "objectBoundingBox"
}
g: {
g: SvgStrokeAttributes & {
clipPath?: string
mask?: string
opacity?: string | number
Expand Down

0 comments on commit aab937b

Please sign in to comment.