Short URL: http://html5.org/r/5538
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5538 | 10647 | 2010-09-28 23:16 |
Index: source
===================================================================
--- source (revision 5537)
+++ source (revision 5538)
@@ -34837,14 +34837,9 @@
<ol>
- <li> <p>If <code
- title="dom-context-2d-shadowBlur">shadowBlur</code> is less than
- 8, let <var title="">σ</var> be half the value of <code
- title="dom-context-2d-shadowBlur">shadowBlur</code>; otherwise,
- let <var title="">σ</var> be the square root of multiplying
- the value of <code
- title="dom-context-2d-shadowBlur">shadowBlur</code> by
- 2.</p></li>
+ <li> <p>Let <var title="">σ</var> be half the value of
+ <code
+ title="dom-context-2d-shadowBlur">shadowBlur</code>.</p></li>
<li> <p>Perform a 2D Gaussian Blur on <var title="">B</var>,
using <var title="">σ</var> as the standard deviation.</p>