KristofferStrube / Blazor.SVGEditor

A basic SVG editor written in Blazor.
https://kristofferstrube.github.io/Blazor.SVGEditor/
MIT License
306 stars 51 forks source link

Feature: Possible natural mapping for stroke-dasharray #12

Open KristofferStrube opened 1 year ago

KristofferStrube commented 1 year ago

The stroke-dasharray attribute has a lot of possibilities for natural mapping in some control. Right now, we simply take a free-text input that is inserted in the shape.

I imagine som kind of drag and drop of stops on a line similar to how we control the stops of a LinearGradient. But I'm open to ideas.