Searched defs:LineMiterLimit (Results 1 – 1 of 1) sorted by relevance
25 struct LineMiterLimit : LayoutProperty<float> { struct26 static constexpr const char * key = "line-miter-limit";27 static float defaultValue() { return 2; } in defaultValue()