nanovg
nanovg copied to clipboard
how can i draw a dash line, it's very important to me
Could you please stop spamming the bug tracker? It is annoying
The api is quite bare bones and drawing a dashed line is straightforward. You should choose another ui library when you are struggling with this problem.
I wish the author can point a way to achieve the drawing dashed line thanks a lot
NanoVG does not support drawing dashed lines.
Draw many lines or use a texture
@koppa thanks a lot

I use nanovg draw the dash line,thanks to koppa
how did you manage to achieve the last image? is it a texture or multiple lines? if it is a texture how does it look like raw? can you post an snipped of how to achieve that result ? thx
multiple lines
I use nanovg draw the dash line,thanks to koppa
can you tell me how to implement draw dash curve or circle by using multiple lines, can you show your code? plz