[文章]HarmonyOS应用开发-Svg组件circle

阅读量0
0
1

一、说明
圆形形状。
说明:该组件从API version 7开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
二、子组件
支持animate、animateMotion、animateTransform。
三、属性
支持Svg组件通用属性和以下属性。

四、案例
  1. <!-- circle.hml -->
  2. <div class="container">
  3.     <svg fill="white" width="500" height="500">
  4.         <circle cx="180" cy="60" r="50" stroke-width="4" fill="red" stroke="blue"></circle>
  5.         <circle cx="180" cy="180" r="50" stroke-width="10" stroke="red" stroke-dasharray="10 5" stroke-dashoffset="3"></circle>
  6.         <circle cx="180" cy="300" r="50" fill="#f40" stroke-width="10" stroke="#fff" stroke-dasharray="10 5" stroke-dashoffset="6"></circle>
  7.         <circle cx="180" cy="420" r="50" fill="#520" stroke-width="8" stroke-dasharray="10 5" stroke="#f40" stroke-dashoffset="9"></circle>
  8.     </svg>
  9. </div>
复制代码


效果:

完整代码地址为:
https://gitee.com/jltfcloudcn/jump_to/tree/master/svg%E7%BB%84%E4%BB%B6_circle/circle
附件:

回帖

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容图片侵权或者其他问题,请联系本站作侵删。 侵权投诉
链接复制成功,分享给好友