/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-svg.md | 12 > id、fill、fill-rule、fill-opacity、stroke、stroke-dasharray、stroke-dashoffset、stroke-opacity、stroke-w… 94 …viewBox:视口| fill、fill-rule、fill-opacity、stroke、stroke-dasharray、stroke-dashoffset、stroke-opacity、s… 95 …height:高度 | fill、fill-rule、fill-opacity、stroke、stroke-dasharray、stroke-dashoffset、stroke-opacity、s… 96 …href:目标元素 | fill、fill-rule、fill-opacity、stroke、stroke-dasharray、stroke-dashoffset、stroke-opacity、s…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-svg.md | 12 > id, fill, fill-rule, fill-opacity, stroke, stroke-dasharray, stroke-dashoffset, stroke-opacity, … 97 …port.| fill, fill-rule, fill-opacity, stroke, stroke-dasharray, stroke-dashoffset, stroke-opacity,… 98 …ight.| fill, fill-rule, fill-opacity, stroke, stroke-dasharray, stroke-dashoffset, stroke-opacity,… 99 …ment.| fill, fill-rule, fill-opacity, stroke, stroke-dasharray, stroke-dashoffset, stroke-opacity,…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-svg-animate.md | 100 …180" cy="200" r="50" stroke-width="10" stroke="red" stroke-dasharray="60 10" stroke-dashoffset="3"> 102 …<animate attributeName="stroke-dashoffset" values="30;0;30" dur="500" repeatCount="indefinite"></a…
|
H A D | js-components-svg-polygon.md | 36 …<polygon points="10,200 60,125 60,175 110,100" stroke-dasharray="10 5" stroke-dashoffset="3"></pol…
|
H A D | js-components-svg-polyline.md | 36 …<polyline points="10,200 60,125 60,175 110,100" stroke-dasharray="10 5" stroke-dashoffset="3"></po…
|
H A D | js-components-svg-circle.md | 38 …"200" r="50" stroke-width="10" stroke="red" stroke-dasharray="10 5" stroke-dashoffset="3"></circle>
|
H A D | js-components-svg-ellipse.md | 39 …100" ry="50" stroke-width="5" stroke="red" stroke-dasharray="10 5" stroke-dashoffset="3"></ellipse>
|
H A D | js-components-svg-common-attributes.md | 15 | stroke-dashoffset | <length> | 0 | 否 | 设置关联虚线数组渲染时的偏移量。支持属性动画 |
|
H A D | js-components-svg-line.md | 41 stroke-dashoffset="3"></line>
|
H A D | js-components-svg-rect.md | 43 …stroke-width="10" stroke="red" rx="10" ry="10" stroke-dasharray="5 3" stroke-dashoffset="3"></rect>
|
H A D | js-components-svg-animatetransform.md | 191 stroke-dasharray="5 3" stroke-dashoffset="3">
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-svg-polygon.md | 38 …<polygon points="10,200 60,125 60,175 110,100" stroke-dasharray="10 5" stroke-dashoffset="3"></pol…
|
H A D | js-components-svg-polyline.md | 37 …<polyline points="10,200 60,125 60,175 110,100" stroke-dasharray="10 5" stroke-dashoffset="3"></po…
|
H A D | js-components-svg-circle.md | 39 …"200" r="50" stroke-width="10" stroke="red" stroke-dasharray="10 5" stroke-dashoffset="3"></circle>
|
H A D | js-components-svg-ellipse.md | 40 …100" ry="50" stroke-width="5" stroke="red" stroke-dasharray="10 5" stroke-dashoffset="3"></ellipse>
|
H A D | js-components-svg-animate.md | 101 …180" cy="200" r="50" stroke-width="10" stroke="red" stroke-dasharray="60 10" stroke-dashoffset="3"> 103 …<animate attributeName="stroke-dashoffset" values="30;0;30" dur="500" repeatCount="indefinite"></a…
|
H A D | js-components-svg-rect.md | 44 …stroke-width="10" stroke="red" rx="10" ry="10" stroke-dasharray="5 3" stroke-dashoffset="3"></rect>
|
H A D | js-components-svg-line.md | 42 stroke-dashoffset="3"></line>
|
H A D | js-components-svg-common-attributes.md | 16 | stroke-dashoffset | <length> | 0 | No| Offset for rendering the associated dash line array.…
|
H A D | js-components-svg-animatetransform.md | 192 stroke-dasharray="5 3" stroke-dashoffset="3">
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 2312 double dashoffset = GetJsDoubleVal(runtime, proto); in JsLineDashOffsetSetter() local 2313 …auto task = [dashoffset](const RefPtr<CanvasTaskPool>& pool) { pool->UpdateLineDashOffset(dashoffs… in JsLineDashOffsetSetter()
|
H A D | jsi_offscreen_canvas_bridge.cpp | 1954 double dashoffset = GetJsDoubleVal(runtime, proto); in JsLineDashOffsetSetter() local 1957 offscreenCanvas->SetLineDashOffset(dashoffset); in JsLineDashOffsetSetter()
|