Skip to content

Commit

Permalink
update the content of SVG <view> element (#33710)
Browse files Browse the repository at this point in the history
* update the content of SVG `<view>` element

* update the content of SVG `<view>` element

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* add zoomAndPan Attribute

* Apply suggestions from code review

Co-authored-by: Chris Mills <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
3 people authored May 27, 2024
1 parent ff105a4 commit b439985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/svg/element/view/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: svg.elements.view

{{SVGRef}}

A view is a defined way to view the image, like a zoom level or a detail view.
The `<view>` SVG element defines a particular view of an SVG document. A specific view can be displayed by referencing the `<view>` element's [`id`](/en-US/docs/Web/HTML/Global_attributes/id) as the target fragment of a URL.

## Usage context

Expand Down

0 comments on commit b439985

Please sign in to comment.