Skip to content

Commit 958b2ce

Browse files
Andrcraft9github-actions[bot]
authored andcommitted
Expose line-border-width and line-border-color as public paint properties
GitOrigin-RevId: 092bdf0496c1a2166a649e948432dc36dee473b0
1 parent 2d30d8b commit 958b2ce

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/style-spec/reference/v8.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8897,7 +8897,6 @@
88978897
},
88988898
"line-border-width": {
88998899
"type": "number",
8900-
"private": true,
89018900
"doc": "The width of the line border. A value of zero means no border.",
89028901
"default": 0.0,
89038902
"minimum": 0.0,
@@ -8926,7 +8925,6 @@
89268925
},
89278926
"line-border-color": {
89288927
"type": "color",
8929-
"private": true,
89308928
"doc": "The color of the line border. If line-border-width is greater than zero and the alpha value of this color is 0 (default), the color for the border will be selected automatically based on the line color.",
89318929
"default": "rgba(0, 0, 0, 0)",
89328930
"use-theme": true,

0 commit comments

Comments
 (0)