pixi-dashed-line
                                
                                 pixi-dashed-line copied to clipboard
                                
                                    pixi-dashed-line copied to clipboard
                            
                            
                            
                        Dashed Curved Lines
Would it be possible to add support for the bezierTo function so that we could create dashed curved lines? Are there any fundamental limitations to doing this?
Yes, definitely possible. Need to copy the bezierTo code from pixi into the library and use the same logic as the rest of the statements. Happy to accept a PR.