diff options
Diffstat (limited to 'files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html')
-rw-r--r-- | files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html b/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html index eff9c60020..a09679cce0 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html @@ -186,7 +186,7 @@ for (var i=0;i<6;i++){ <h2 id="Особенности_WebKitBlink">Особенности WebKit/Blink</h2> <ul> - <li>В браузерах на базе Webkit и Blink помимо этого свойства, также поддержвается нестадартный метод <code>ctx.setStrokeColor()</code>. + <li>В браузерах на базе Webkit и Blink помимо этого свойства, также поддерживается нестандартный метод <code>ctx.setStrokeColor()</code>. <pre class="brush: js">setStrokeColor(color, optional alpha); setStrokeColor(grayLevel, optional alpha); |