-
I'm so sorry , my English is bad! I use v-line in vue@3.3.9 & vite@5.0.4 , but fill option doesn't work! When i use stroke and strokeWidth , it works! I need use fill line color, and padding line ,cuz when strokeWidth thin , cursor cant catch it , so i need padding in v-line. I need width 800 , height 4 on the line, but when cursor near line 5px, the line need change color, i think the line fiil color, and strokeWidth is padding , and stroke color is transparent can do it ! But it doesn't work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you want to increase hit area for mouse events you can use |
Beta Was this translation helpful? Give feedback.
If you want to increase hit area for mouse events you can use
hitStrokeWidth
property.