I noticed that currently the LineStyle in FLine is unused, so it looks like the code to generate the stroke-dasharray attribute (and maybe other attributes?) needs to be implemented.
I'll probably get around to making a PR for this later this month if no one else does so before then.
The following example draws a solid line instead of a dashed line.
I noticed that currently the LineStyle in FLine is unused, so it looks like the code to generate the
stroke-dasharray
attribute (and maybe other attributes?) needs to be implemented.I'll probably get around to making a PR for this later this month if no one else does so before then.