-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stroke style type feedback #98
Comments
One additional property that could be useful is stroke alignment: whether it draws inside the edge of the object on top of the fill, or outside of the object.
|
I think there’s a unique problem with the
I would expect for {
"alert-border-style": {
"$type": "strokeStyle",
"$value": {
"style": "dashed",
"dashArray": ["0.5rem", "0.25rem"],
"lineCap": "round"
}
}
} Having a Of course, that begs the question of whether or not other styles ( Alternate suggestion: if each different stroke type needs different values and there is little to no overlap, (i.e. there are “sub-types,”) I’d argue those are actually not the same type and need to be split apart. In that instance, splitting apart one stroke into multiple e.g. |
I think if we're coping
|
Is the stroke style composite type fit for purpose? Does it need more sub-values (e.g. equivalents to SVG's
stroke-linejoin
,stroke-miterlimit
andstroke-dashoffset
attributes)?Please share your feedback, thoughts and ideas in this issue.
The text was updated successfully, but these errors were encountered: