In a project I'm working on I would like to represent data flowing
through the system with dashed/dotted lines moving between two or more
points.

I've done one implementation using the lineGradientStyle function to
create dashes. This works, but I'm not pleased with the CPU load while
the script is running. I'd like to draw 100+ lines, and my method of
doing it isn't cutting it.

Does anyone know a great way of drawing animated dashed/dotted lines
without using much CPU time?

Reply via email to