You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashed lines would be good, I'll add my support. A simple subset from svg would suffice, or the equivilant of a dash array tag.
stroke-dasharray="10 2" > large-dash
stroke-dasharray="10 5" > medium-dash
stroke-dasharray="10" > small-dash
stroke-dasharray="5 10" > large-dot
stroke-dasharray="1 1" > small-dot
// OPTIONAL: default ""
// dash pattern for stroke
//
// Value must be one of
// "large-dash"
// "medium-dash"
// "small-dash"
// "large-dot"
// "small-dot"
"stroke-dash": "#555555",
Dashed lines are very common in illustrating things and can be easily implemented in HTML Canvas or SVG.
The text was updated successfully, but these errors were encountered: