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
Add getBorderStyleNameChoices() method that returns the set of supported style names.
All we need is a set of strings like : "solid", "dashed", "dotted".
These can map to hard-coded paperjs strokes. In the future we can add a different property that allows you to have access to the details of the stroke, but this property will still allow for a cheap UI.
The text was updated successfully, but these errors were encountered:
hatton
changed the title
Add border style property
Add borderStyle property
Sep 20, 2019
hatton
changed the title
Add borderStyle property
(low) Add borderStyle property
Sep 20, 2019
borderStyleName
propertygetBorderStyleNameChoices()
method that returns the set of supported style names.All we need is a set of strings like : "solid", "dashed", "dotted".
These can map to hard-coded paperjs strokes. In the future we can add a different property that allows you to have access to the details of the stroke, but this property will still allow for a cheap UI.
The text was updated successfully, but these errors were encountered: