Skip to content

Commit

Permalink
Merge pull request #604 from w3c/fix-197
Browse files Browse the repository at this point in the history
Put miter-clip and arcs values at risk.
  • Loading branch information
dirkschulze committed Dec 4, 2018
2 parents bcc012a + fa961ed commit 6718f7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions master/Overview.html
Expand Up @@ -174,6 +174,7 @@ <h2 id="status">Status of This Document</h2>
<li><a href="linking.html#Links">Nested links</a></li>
<li><a>'unknown'</a> elements and the <a>SVGUnknownElement</a> interface.</li>
<li><a>'vector-effect'</a> options other than <span class="prop-value">non-scaling-stroke</span></li>
<li><a>'stroke-linejoin'</a> options <span class="prop-value">miter-clip</span> and <span class="prop-value">arcs</span></li>
</ul>

<!--
Expand Down
5 changes: 5 additions & 0 deletions master/painting.html
Expand Up @@ -854,6 +854,11 @@ <h3 id="LineCaps">Drawing caps at the ends of strokes: the <span class="property
<h3 id="LineJoin">Controlling line joins: the <span class="property">'stroke-linejoin'</span>
and <span class="property">'stroke-miterlimit'</span> properties</h3>

<p class="issue" data-issue="592">
The values <span class="prop-value">miter-clip</span> and <span class="prop-value">arcs</span>
of the <a>'stroke-linejoin'</a> property are at risk. There are no known browser implementations.
See issue <a href="https://github.com/w3c/svgwg/issues/592">Github issue #592</a>.</p>

<table class="propdef def">
<tr>
<th>Name:</th>
Expand Down

0 comments on commit 6718f7a

Please sign in to comment.