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

Remove path rotation requirement #397

Merged
merged 1 commit into from
Mar 30, 2018
Merged
Changes from all commits
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
25 changes: 0 additions & 25 deletions master/paths.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,31 +73,6 @@ <h2 id="PathElement">The <span class="element-name">'path'</span> element</h2>

<h2 id="PathData">Path data</h2>

<div class="annotation svg2-requirement">
<table>
<tr>
<th>SVG 2 Requirement:</th>
<td>Support turtle-graphics-like current rotation in path syntax.</td>
</tr>
<tr>
<th>Resolution:</th>
<td><a href="http://www.w3.org/2011/07/27-svg-minutes.html#item11">We will add a path rotation command.</a></td>
</tr>
<tr>
<th>Purpose:</th>
<td>Make path rotations easier to animate and pie charts easier to draw.</td>
</tr>
<tr>
<th>Owner:</th>
<td>Cameron (<a href="http://www.w3.org/Graphics/SVG/WG/track/actions/3125">ACTION-3125</a>)</td>
</tr>
<tr>
<th>Status:</th>
<td>Done</td>
</tr>
</table>
</div>

<h3 id="PathDataGeneralInformation">General information about path data</h3>

<p>A path is defined by including a <a>'path'</a>
Expand Down