Canvas Path: Difference between revisions

New and missing properties.
(Created page with "Category:Canvas Elements {{Template:Canvas Navigation}} = Properties = Additionally to the properties supported by every Canvas Element, Canvas Paths support the fol...")
 
(New and missing properties.)
 
Line 12: Line 12:


Color to fill the path.
Color to fill the path.
== fill-opacity ==
* '''Format''': <number> (any real number between 0.0 and 1.0)
* '''Default''': 1.0 (not transparent)
Factor to multiply the alpha channel of the ''fill'' color.


== fill-rule ==
== fill-rule ==
Line 24: Line 31:


Color to draw the path.
Color to draw the path.
== stroke-opacity ==
* '''Format''': <number> (any real number between 0.0 and 1.0)
* '''Default''': 1.0 (not transparent)
Factor to multiply the alpha channel of the ''stroke'' color.


== stroke-width ==
== stroke-width ==
Line 48: Line 62:


Line end (see [http://www.w3.org/TR/SVG/painting.html#StrokeLinecapProperty SVG stroke-linecap])
Line end (see [http://www.w3.org/TR/SVG/painting.html#StrokeLinecapProperty SVG stroke-linecap])
== stroke-linejoin ==
* '''Format''': "round" | "bevel" | "miter"
* '''Default''': "miter"
Line corner (see [http://www.w3.org/TR/SVG/painting.html#StrokeLinejoinProperty SVG stroke-linejoin])
166

edits