how to use attr's stroke-dasharray,stroke-linecap,stroke-linejoin in raphaeljs

后端 未结 4 1875
醉话见心
醉话见心 2020-12-08 08:31

Can anyone give me an example of these attributes in action: stroke-dasharray, stroke-linecap, stroke-linejoin i tried using them, but i don\'t quite understand the sente

4条回答
  •  盖世英雄少女心
    2020-12-08 09:13

    stroke-linecap

    • Legal Values: butt | round | square | inherit
    • Example
      Screenshot of above example

    stroke-linejoin

    • Legal Values: miter | round | bevel | inherit
    • Example
      Screenshot of above example

    stroke-dasharray

    • Legal Values: comma- or space-delimited list of lengths or percentages,
      e.g. "100 20 0 20"
    • Example (using above values)
      enter image description here

提交回复
热议问题