Skip to content

Commit 244017c

Browse files
committed
'non-scaling-stroke' has no affect on stroking within a 3D rendering context.
1 parent ed7a341 commit 244017c

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-05-29 dschulze@adobe.com
2+
'non-scaling-stroke' has no affect on stroking within a 3D rendering context.
3+
14
2012-05-29 dschulze@adobe.com
25
Remove 'animateTransform' description from spec, like discussed on public-fx.
36
http://lists.w3.org/Archives/Public/public-fx/2012AprJun/0137.html

css3-transforms/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,11 @@ <h3 id=svg-three-dimensional-functions><span class=secno>13.5. </span>SVG
20022002
analogue of "flattening" the elements and taking the rendered content as a
20032003
two-dimensional canvas.
20042004

2005+
<p> If the ‘<code class=property>vector-effect</code>’ property is set
2006+
to ‘<code class=css>non-scaling-stroke</code>’ and an object is within
2007+
a <a href="#d-rendering-context">3D Rendering Context</a> the property has
2008+
no affect on stroking the object.
2009+
20052010
<h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
20062011
coordinate space</h3>
20072012

css3-transforms/Transforms.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,12 @@ <h3 id="svg-three-dimensional-functions">SVG and 3D transform functions</h3>
18661866
"flattening" the elements and taking the rendered content as a two-dimensional
18671867
canvas.
18681868
</p>
1869+
1870+
<p>
1871+
If the 'vector-effect' property is set to ''non-scaling-stroke'' and an object is
1872+
within a <a href="#d-rendering-context">3D Rendering Context</a>
1873+
the property has no affect on stroking the object.
1874+
</p>
18691875

18701876
<h3 id="svg-user-coordinate-space">
18711877
User coordinate space

0 commit comments

Comments
 (0)