Open ViktorTheFirst opened 2 years ago
In ruler/packages/react-ruler/src/react-ruler/Ruler.tsx
There is context.lineWidth = 1; in line 134
context.lineWidth = 1;
Is there any way to change the value of lineWidth? Didnt find it on the API. Thanks ahead.
@ViktorTheFirst
OK, I'll add it in the next update.(in 11.10)
ruler's new version is released. lineWidth prop is added.
lineWidth
Check it again.
Environments
Description
In ruler/packages/react-ruler/src/react-ruler/Ruler.tsx
There is
context.lineWidth = 1;
in line 134Is there any way to change the value of lineWidth? Didnt find it on the API. Thanks ahead.