Home
last modified time | relevance | path

Searched refs:StrokeDasharrayProperty (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@emotion/serialize/node_modules/csstype/
H A Dindex.d.ts8572 strokeDasharray?: StrokeDasharrayProperty<TLength>;
17163 "stroke-dasharray"?: StrokeDasharrayProperty<TLength>;
25758 strokeDasharray?: StrokeDasharrayProperty<TLength> | StrokeDasharrayProperty<TLength>[];
34355 "stroke-dasharray"?: StrokeDasharrayProperty<TLength> | StrokeDasharrayProperty<TLength>[];
36584 export type StrokeDasharrayProperty<TLength> = Globals | Dasharray<TLength> | "none"; alias
H A Dindex.js.flow801 strokeDasharray?: StrokeDasharrayProperty<TLength>,
1620 "stroke-dasharray"?: StrokeDasharrayProperty<TLength>,
2442 strokeDasharray?: StrokeDasharrayProperty<TLength> | StrokeDasharrayProperty<TLength>[],
3264 "stroke-dasharray"?: StrokeDasharrayProperty<TLength> | StrokeDasharrayProperty<TLength>[],
5492 export type StrokeDasharrayProperty<TLength> = Globals | Dasharray<TLength> | "none";
/dports/games/flightgear-data/fgdata/Nasal/canvas/
H A Dsvg.nas549 # http://www.w3.org/TR/SVG/painting.html#StrokeDasharrayProperty