Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the SVGMarkerElement Interface #4990

Merged
merged 14 commits into from
May 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update files/en-us/web/api/svgmarkerelement/index.html
Co-authored-by: Joe Medley <jmedley@google.com>
  • Loading branch information
rachelandrew and jpmedley authored May 17, 2021
commit ce08f79371962bb3621f0b28d1e47971fa366374
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgmarkerelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3>SVG</h3>
&lt;/defs&gt;
&lt;/svg&gt;</pre>

<h3>Fidning the width of the marker</h3>
<h3>Finding the Width of the Marker</h3>

<p>The <code>markerWidth</code> property returns an {{domxref("SVGAnimatedLength")}} which contains an {{domxref("SVGLength")}} with the value of the {{SVGattr("markerWidth")}} attribute.</p>

Expand Down