Skip to content

Commit

Permalink
add info about SVG parametrization
Browse files Browse the repository at this point in the history
  • Loading branch information
talaj committed Jan 10, 2016
1 parent 2c82e56 commit b7056be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 3.0.9/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,15 +784,15 @@
},
"fill-opacity": {
"css": "marker-fill-opacity",
"doc": "The fill opacity of the marker.",
"doc": "The fill opacity of the marker. This property will also set the `fill-opacity` of elements in an SVG loaded from a file.",
"default-value": 1.0,
"expression":true,
"default-meaning": "Color is fully opaque.",
"type": "float"
},
"stroke": {
"css": "marker-line-color",
"doc": "The color of the stroke around the marker.",
"doc": "The color of the stroke around the marker. This property will also set the `stroke` of elements in an SVG loaded from a file.",
"default-value": "black",
"type": "color",
"expression":true,
Expand All @@ -801,15 +801,15 @@
"stroke-width": {
"css": "marker-line-width",
"default-value": 0.5,
"doc": "The width of the stroke around the marker, in pixels. This is positioned on the boundary, so high values can cover the area itself.",
"doc": "The width of the stroke around the marker, in pixels. This is positioned on the boundary, so high values can cover the area itself. This property will also set the `stroke-width` of elements in an SVG loaded from a file.",
"type": "float",
"expression":true,
"default-meaning": "The marker will be drawn with an outline of .5 pixels wide."
},
"stroke-opacity": {
"css": "marker-line-opacity",
"default-value": 1.0,
"default-meaning": "Color is fully opaque.",
"default-meaning": "Color is fully opaque. This property will also set the `stroke-opacity` of elements in an SVG loaded from a file.",
"doc": "The opacity of a line.",
"type": "float",
"expression":true
Expand Down Expand Up @@ -871,7 +871,7 @@
"fill": {
"css": "marker-fill",
"default-value": "blue",
"doc": "The color of the area of the marker.",
"doc": "The color of the area of the marker. This property will also set the `fill` of elements in an SVG loaded from a file.",
"type": "color",
"expression":true,
"default-meaning": "The marker fill color is blue."
Expand Down

0 comments on commit b7056be

Please sign in to comment.