Feat: Line styles (dashed lines) by dracir9 · Pull Request #685 · epezent/implot

added 2 commits

March 8, 2026 22:22
* feat: add LineStyle variable to ImPlotSpec
* feat: add RendererLineStripUV to render textured liens
* feat: add AddLineStyle to register custom line styles
* docs: added line style demo tab
* feat: AddLineStyle can now be called before LoadDefaultLineStyles
* docs: Added custom line styles demo code