Skip to content

Commit

Permalink
fix: value content
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbharti committed Dec 17, 2024
1 parent 8c5ce73 commit 9ddfa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ The **`animVal`** read-only property of the {{domxref("SVGAnimatedPreserveAspect

## Value

An {{domxref("SVGPreserveAspectRatio")}} object that represents the animated value of the `preserveAspectRatio` attribute.

- If the attribute is animated, `animVal` reflects the current animation state.
- If the attribute is not animated, `animVal` will be identical to `baseVal`.
An {{domxref("SVGPreserveAspectRatio")}} object; the animated value of the `preserveAspectRatio` attribute.

## Specifications

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **`baseVal`** read-only property of the {{domxref("SVGAnimatedPreserveAspect

## Value

An {{domxref("SVGPreserveAspectRatio")}} object that represents the non-animated value of the `preserveAspectRatio` attribute.
An {{domxref("SVGPreserveAspectRatio")}} object; the non-animated value of the `preserveAspectRatio` attribute.

## Specifications

Expand Down

0 comments on commit 9ddfa95

Please sign in to comment.